Lines 454-460
function filterByFirstLetterSurname(letter) {
Link Here
|
454 |
</select> |
454 |
</select> |
455 |
</li> |
455 |
</li> |
456 |
<li> |
456 |
<li> |
457 |
<label for="branchcode_filter">Branch:</label> |
457 |
<label for="branchcode_filter">Library:</label> |
458 |
<select id="branchcode_filter"> |
458 |
<select id="branchcode_filter"> |
459 |
[% IF branchloop.size != 1 %] |
459 |
[% IF branchloop.size != 1 %] |
460 |
<option value="">Any</option> |
460 |
<option value="">Any</option> |
461 |
- |
|
|