Lines 64-70
Link Here
|
64 |
<label for="branchname" class="required"> Library branch</label> |
64 |
<label for="branchname" class="required"> Library branch</label> |
65 |
<select name="branch" id="branchname" required="required"> |
65 |
<select name="branch" id="branchname" required="required"> |
66 |
<option value=""> Choose</option> |
66 |
<option value=""> Choose</option> |
67 |
<option value="*" selected="selected">All</option> |
67 |
<option value="*" selected="selected">All libraries/branches</option> |
68 |
[% FOREACH library IN libraries %] |
68 |
[% FOREACH library IN libraries %] |
69 |
<option value="[% library.branchcode | html %]"> [% library.branchname | html %]</option> |
69 |
<option value="[% library.branchcode | html %]"> [% library.branchname | html %]</option> |
70 |
[% END %] |
70 |
[% END %] |