Lines 88-94
Link Here
|
88 |
<form method="post" action="/cgi-bin/koha/course_reserves/mod_course.pl"> |
88 |
<form method="post" action="/cgi-bin/koha/course_reserves/mod_course.pl"> |
89 |
[% IF course_id %]<input type="hidden" name="course_id" value="[% course_id %]" />[% END %] |
89 |
[% IF course_id %]<input type="hidden" name="course_id" value="[% course_id %]" />[% END %] |
90 |
<fieldset class="rows"> |
90 |
<fieldset class="rows"> |
91 |
<legend>[% IF course_id %] Edit [% ELSE %] Create [% END %] course</legend> |
91 |
<legend>[% IF course_id %]Edit course[% ELSE %]Create course[% END %]</legend> |
92 |
<ol> |
92 |
<ol> |
93 |
<li> |
93 |
<li> |
94 |
<label class="required" for="department">Department:</label> |
94 |
<label class="required" for="department">Department:</label> |
95 |
- |
|
|