|
Lines 143-149
Link Here
|
| 143 |
[% UNLESS IndependentBranches %] |
143 |
[% UNLESS IndependentBranches %] |
| 144 |
<p> |
144 |
<p> |
| 145 |
[% IF Koha.Preference('ForceLibrarySelection') %] |
145 |
[% IF Koha.Preference('ForceLibrarySelection') %] |
| 146 |
<label for="branch" class="required">Library:</label> |
146 |
<label for="set-library-branch" class="required">Library:</label> |
| 147 |
<select name="branch" id="set-library-branch" class="input" tabindex="3" required="required"> |
147 |
<select name="branch" id="set-library-branch" class="input" tabindex="3" required="required"> |
| 148 |
<option value=""></option> |
148 |
<option value=""></option> |
| 149 |
[% ELSE %] |
149 |
[% ELSE %] |
| 150 |
- |
|
|