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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/patron-attr-types.tt (-2 / +1 lines)
Lines 161-167 Link Here
161
                <option value=""></option>
161
                <option value=""></option>
162
                [% PROCESS options_for_authorised_value_categories authorised_value_categories => AuthorisedValues.GetCategories( selected => attribute_type.authorised_value_category ) %]
162
                [% PROCESS options_for_authorised_value_categories authorised_value_categories => AuthorisedValues.GetCategories( selected => attribute_type.authorised_value_category ) %]
163
            </select>
163
            </select>
164
            <div class="hint">Authorized value category; if one is selected, the patron record input page will only allow values to be chosen from the authorized value list.  However, an authorized value list is not enforced during batch patron import.</div>
164
            <div class="hint">If one is selected, the patron record input page will only allow values to be chosen from the authorized value list.  However, an authorized value list is not enforced during batch patron import.</div>
165
        </li>
165
        </li>
166
        <li><label for="branches">Library limitation: </label>
166
        <li><label for="branches">Library limitation: </label>
167
            <select id="branches" name="branches" multiple size="10">
167
            <select id="branches" name="branches" multiple size="10">
168
- 

Return to bug 27439