Lines 38-43
Link Here
|
38 |
<div class="main container-fluid"> |
38 |
<div class="main container-fluid"> |
39 |
<div class="row"> |
39 |
<div class="row"> |
40 |
<div class="col-md-8 col-md-offset-2"> |
40 |
<div class="col-md-8 col-md-offset-2"> |
|
|
41 |
<h1>[% IF course_name %] Edit <em>[% course_name | html %]</em> [% ELSE %] New course [% END %]</h1> |
41 |
|
42 |
|
42 |
<form method="post" action="/cgi-bin/koha/course_reserves/mod_course.pl" class="validated"> |
43 |
<form method="post" action="/cgi-bin/koha/course_reserves/mod_course.pl" class="validated"> |
43 |
[% IF course_id %]<input type="hidden" name="course_id" value="[% course_id | html %]" />[% END %] |
44 |
[% IF course_id %]<input type="hidden" name="course_id" value="[% course_id | html %]" />[% END %] |
Lines 156-163
Link Here
|
156 |
[% ELSE %] |
157 |
[% ELSE %] |
157 |
|
158 |
|
158 |
<div class="dialog alert"> |
159 |
<div class="dialog alert"> |
|
|
160 |
<h1>No DEPARTMENT authorized values found!</h1> |
159 |
<p> |
161 |
<p> |
160 |
No DEPARTMENT authorized values found! |
|
|
161 |
[% IF ( CAN_user_parameters ) %] |
162 |
[% IF ( CAN_user_parameters ) %] |
162 |
Please <a href="/cgi-bin/koha/admin/authorised_values.pl?searchfield=DEPARTMENT">create one or more authorized values</a> with the category DEPARTMENT. |
163 |
Please <a href="/cgi-bin/koha/admin/authorised_values.pl?searchfield=DEPARTMENT">create one or more authorized values</a> with the category DEPARTMENT. |
163 |
[% ELSE %] |
164 |
[% ELSE %] |