Lines 80-86
Link Here
|
80 |
<select name="limit" id="masthead_search" class="left" style="max-width:10em;width:10em;"> |
80 |
<select name="limit" id="masthead_search" class="left" style="max-width:10em;width:10em;"> |
81 |
<option value="">All Libraries</option> |
81 |
<option value="">All Libraries</option> |
82 |
[% FOREACH BranchesLoo IN BranchesLoop %] |
82 |
[% FOREACH BranchesLoo IN BranchesLoop %] |
83 |
[% IF ( BranchesLoo.selected ) %]<option select="selected" value="branch:[% BranchesLoo.value %]">[% BranchesLoo.branchname %]</option> |
83 |
[% IF ( BranchesLoo.selected ) %]<option selected="selected" value="branch:[% BranchesLoo.value %]">[% BranchesLoo.branchname %]</option> |
84 |
[% ELSE %]<option value="branch:[% BranchesLoo.value %]">[% BranchesLoo.branchname %]</option>[% END %] |
84 |
[% ELSE %]<option value="branch:[% BranchesLoo.value %]">[% BranchesLoo.branchname %]</option>[% END %] |
85 |
[% END %] |
85 |
[% END %] |
86 |
</select> |
86 |
</select> |
87 |
- |
|
|