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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/advsearch.tt (-2 / +1 lines)
Lines 242-248 Link Here
242
        [% PROCESS options_for_libraries libraries => Branches.all( selected => selected_branchcode, unfiltered => 1 ) %]
242
        [% PROCESS options_for_libraries libraries => Branches.all( selected => selected_branchcode, unfiltered => 1 ) %]
243
        </select></p>
243
        </select></p>
244
    <!-- <input type="hidden" name="limit" value="branch: MAIN" /> -->
244
    <!-- <input type="hidden" name="limit" value="branch: MAIN" /> -->
245
        [% IF ( searchdomainloop ) %]
245
        [% IF searchdomainloop.count %]
246
    <p>OR</p> <!-- should addjs to grey out group pulldown if a library is selected. -->
246
    <p>OR</p> <!-- should addjs to grey out group pulldown if a library is selected. -->
247
        <p><label for="categoryloop">Groups of libraries: </label><select name="multibranchlimit" id="categoryloop">
247
        <p><label for="categoryloop">Groups of libraries: </label><select name="multibranchlimit" id="categoryloop">
248
        <option value=""> -- none -- </option>
248
        <option value=""> -- none -- </option>
249
- 

Return to bug 19389