Skip to content
Snippets Groups Projects
Commit 4b7d6a15 authored by Andrew Rudenets's avatar Andrew Rudenets
Browse files

Switcher location is changed

parent 7bbeb97e
Branches
Tags
No related merge requests found
......@@ -305,12 +305,10 @@ input[type="checkbox"] {
.semesterLayer {
display: inline-block;
width: auto;
position: absolute;
left: 45%;
.semesterChanger, .semesterSwitcherBtn {
//margin-left: 0px;
font-family: @FontFamily;
font-size: 1em;
color: @ColorText;
}
.semesterSwitcher {
display: block;
......@@ -323,6 +321,8 @@ input[type="checkbox"] {
.box-shadow(0 0 5px, @ColorGrey);
.radius(5px);
li {
margin-bottom: 5px;
&:last-child { margin-bottom: 0; }
}
}
}
......
......@@ -41,7 +41,6 @@ class Controller_Teacher_Index extends Controller_Environment_Teacher
'Subjects' => $subjects,
'Teachers' => $teachers,
'Groups' => $groups,
'SemesterList' => Model_Semesters::loadAll(),
])->set_filename('teacher/index');
}
......
......@@ -27,6 +27,7 @@ class Twig extends Kohana_Twig
'Arr' => new Arr,
'Inflector' => new Inflector,
'System' => array('Title' => ASSEMBLY_SYSTEM_NAME, 'Version' => ASSEMBLY_VERSION),
'SemesterList' => Model_Semesters::loadAll()
]);
return $twig;
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment