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