Lines 178-186
Edit news item[% ELSE %]Add news item[% END %][% ELSE %]News[% END %]</div>
Link Here
|
178 |
<label for="branch">Library: </label> |
178 |
<label for="branch">Library: </label> |
179 |
<select id="branch" name="branch"> |
179 |
<select id="branch" name="branch"> |
180 |
[% IF ( branchcode == "" ) %] |
180 |
[% IF ( branchcode == "" ) %] |
181 |
<option value="" selected>All Libraries</option> |
181 |
<option value="" selected>All libraries</option> |
182 |
[% ELSE %] |
182 |
[% ELSE %] |
183 |
<option value="" >All Libraries</option> |
183 |
<option value="" >All libraries</option> |
184 |
[% END %] |
184 |
[% END %] |
185 |
[% FOREACH branch_item IN branch_list %] |
185 |
[% FOREACH branch_item IN branch_list %] |
186 |
[% IF ( branch_item.value.branchcode == branchcode ) %] |
186 |
[% IF ( branch_item.value.branchcode == branchcode ) %] |
187 |
- |
|
|