View | Details | Raw Unified | Return to bug 6458
Collapse All | Expand All

(-)a/koha-tmpl/opac-tmpl/prog/en/includes/masthead.inc (-2 / +2 lines)
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
            <option [% IF ( BranchesLoo.selected ) %]SELECTED[% END %] value="branch:[% BranchesLoo.value %]">[% BranchesLoo.branchname %]</option>
83
            [% IF ( BranchesLoo.selected ) %]<option select="selected" value="branch:[% BranchesLoo.value %]">[% BranchesLoo.branchname %]</option>
84
            [% ELSE %]<option value="branch:[% BranchesLoo.value %]">[% BranchesLoo.branchname %]</option>[% END %]
84
         [% END %]
85
         [% END %]
85
      </select>
86
      </select>
86
   [% ELSE %]
87
   [% ELSE %]
87
- 

Return to bug 6458