|
Lines 251-257
Link Here
|
| 251 |
</optgroup> |
251 |
</optgroup> |
| 252 |
<optgroup label="Groups"> |
252 |
<optgroup label="Groups"> |
| 253 |
[% FOREACH lsg IN LibrarySearchGroups %] |
253 |
[% FOREACH lsg IN LibrarySearchGroups %] |
| 254 |
[% IF lsg.id == opac_name %] |
254 |
[% IF 'multibranchlimit-' _ lsg.id == opac_name %] |
| 255 |
<option selected="selected" value="multibranchlimit-[% lsg.id | html %]">[% lsg.title | html %]</option> |
255 |
<option selected="selected" value="multibranchlimit-[% lsg.id | html %]">[% lsg.title | html %]</option> |
| 256 |
[% ELSE %] |
256 |
[% ELSE %] |
| 257 |
<option value="multibranchlimit-[% lsg.id | html %]">[% lsg.title | html %]</option> |
257 |
<option value="multibranchlimit-[% lsg.id | html %]">[% lsg.title | html %]</option> |
| 258 |
- |
|
|