Skip to content
Snippets Groups Projects
Commit 77309cae authored by Антон Шалимов's avatar Антон Шалимов
Browse files

fix

parent 2d61d90c
Branches
Tags
No related merge requests found
...@@ -135,6 +135,8 @@ class Controller_Teacher_Rating extends Controller_UserEnvi { ...@@ -135,6 +135,8 @@ class Controller_Teacher_Rating extends Controller_UserEnvi {
$twig->studyGroupID = $this->GetSGID($id); $twig->studyGroupID = $this->GetSGID($id);
$twig->DisciplineID = $id;
$this->response->body($twig); $this->response->body($twig);
} }
...@@ -284,6 +286,8 @@ class Controller_Teacher_Rating extends Controller_UserEnvi { ...@@ -284,6 +286,8 @@ class Controller_Teacher_Rating extends Controller_UserEnvi {
$twig->studyGroupID = $this->GetSGID($id); $twig->studyGroupID = $this->GetSGID($id);
$twig->DisciplineID = $id;
$this->response->body($twig); $this->response->body($twig);
} }
} }
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
<h2 style="margin-left: 2.5%; font-weight: normal; color: #3399CC;">{{ SubjectName }}</h2> <h2 style="margin-left: 2.5%; font-weight: normal; color: #3399CC;">{{ SubjectName }}</h2>
<button class="downloadExcel">Скачать в excel формате</button> <button class="downloadExcel">Скачать в excel формате</button>
{{ HTML.anchor('rate/'~Discipline.ID, {{ HTML.anchor('exam/'~DisciplineID,
"Перейти к сессии", "Перейти к сессии",
{'title': 'Сессия', 'class': 'exam_a'})|raw }} {'title': 'Сессия', 'class': 'exam_a'})|raw }}
......
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