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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/authorised_values.tt (-2 / +1 lines)
Lines 80-86 Link Here
80
            <label for="lib_opac">Description (OPAC): </label>
80
            <label for="lib_opac">Description (OPAC): </label>
81
            <input type="text" name="lib_opac" id="lib_opac" value="[% lib_opac | html %]" maxlength="200" />
81
            <input type="text" name="lib_opac" id="lib_opac" value="[% lib_opac | html %]" maxlength="200" />
82
        </li>
82
        </li>
83
        <li><label for="branches">Libraries limitation: </label>
83
        <li><label for="branches">Library limitations: </label>
84
            <select id="branches" name="branches" multiple size="10">
84
            <select id="branches" name="branches" multiple size="10">
85
                <option value="">All libraries</option>
85
                <option value="">All libraries</option>
86
                [% FOREACH branch IN branches_loop %]
86
                [% FOREACH branch IN branches_loop %]
87
- 

Return to bug 23689