diff --git a/~dev_rating/application/views/base.twig b/~dev_rating/application/views/base.twig index ba6b58915eaae657dbd97ab04ae6249453f0e3d3..c4582070798deb5d1ee5d1cf4f4c6aa930d44713 100644 --- a/~dev_rating/application/views/base.twig +++ b/~dev_rating/application/views/base.twig @@ -24,7 +24,6 @@ <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> <title>{% block title %}{% endblock %} | {{ System.Title }}</title> {{ HTML.style('media/css/base.css')|raw }} - {{ HTML.style('media/css/actionButton.css')|raw }} {{ HTML.script('media/js/jquery-1.11.1.min.js')|raw }} {% block media %}{% endblock %} </head> diff --git a/~dev_rating/application/views/teacher/index.twig b/~dev_rating/application/views/teacher/index.twig index 8cb9060f1f789590415043d3a81bdd5046e14259..053c7abe167c212ea4d0b61894d726fa1fb0a784 100644 --- a/~dev_rating/application/views/teacher/index.twig +++ b/~dev_rating/application/views/teacher/index.twig @@ -2,7 +2,8 @@ {% block title %}Дисциплины{% endblock %} {# head -> title #} {% block media %} {# head -> css, js #} - {{ HTML.style('media/css/courses_teacher_var2.css')|raw }} + {{ HTML.style('media/css/courses_teacher.css')|raw }} + {{ HTML.style('media/css/actionButton.css')|raw }} {% endblock %} {% macro outputSubject(Subject, HTML) %}