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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/smart-rules.tt (-2 / +1 lines)
Lines 145-151 $(document).ready(function() { Link Here
145
        <form method="get" action="/cgi-bin/koha/admin/smart-rules.pl" id="selectlibrary">
145
        <form method="get" action="/cgi-bin/koha/admin/smart-rules.pl" id="selectlibrary">
146
        Select a library :
146
        Select a library :
147
            <select name="branch" id="branch" style="width:20em;">
147
            <select name="branch" id="branch" style="width:20em;">
148
                <option value="*">All libraries</option>
148
                <option value="*">Standard rules for all libraries</option>
149
                [% PROCESS options_for_libraries libraries => Branches.all( selected => current_branch, unfiltered => 1 ) %]
149
                [% PROCESS options_for_libraries libraries => Branches.all( selected => current_branch, unfiltered => 1 ) %]
150
            </select>
150
            </select>
151
        </form>
151
        </form>
152
- 

Return to bug 19027