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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/authorised_values.tt (-1 / +1 lines)
Lines 206-212 Link Here
206
                                    [% END %]
206
                                    [% END %]
207
                                [% END %]
207
                                [% END %]
208
                            </select>
208
                            </select>
209
                            <div class="hint">Select libraries you want to associate with this value.</div>
209
                            <div class="hint">Limits the use of this authorized value to the selected libraries.</div>
210
                        </li>
210
                        </li>
211
                    </ol>
211
                    </ol>
212
212
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/categories.tt (-1 / +1 lines)
Lines 238-244 Link Here
238
                        <select id="library_limitation" name="branches" multiple size="10">
238
                        <select id="library_limitation" name="branches" multiple size="10">
239
                            [% PROCESS options_for_libraries libraries => Branches.all( selected => category.get_library_limits, unfiltered => 1, do_not_select_my_library => 1 ) %]
239
                            [% PROCESS options_for_libraries libraries => Branches.all( selected => category.get_library_limits, unfiltered => 1, do_not_select_my_library => 1 ) %]
240
                        </select>
240
                        </select>
241
                        <div class="hint">Select libraries you want to associate with this value.</div>
241
                        <div class="hint">Limits the use of this category to the selected libraries.</div>
242
                    </li>
242
                    </li>
243
                    <li>
243
                    <li>
244
                        <label for="reset_password">Password reset in OPAC: </label>
244
                        <label for="reset_password">Password reset in OPAC: </label>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/itemtypes.tt (-2 / +1 lines)
Lines 349-355 Link Here
349
                        <select id="library_limitation" name="branches" multiple size="10">
349
                        <select id="library_limitation" name="branches" multiple size="10">
350
                            [% PROCESS options_for_libraries libraries => Branches.all( selected => itemtype.get_library_limits, unfiltered => 1, do_not_select_my_library => 1 ) %]
350
                            [% PROCESS options_for_libraries libraries => Branches.all( selected => itemtype.get_library_limits, unfiltered => 1, do_not_select_my_library => 1 ) %]
351
                        </select>
351
                        </select>
352
                        <div class="hint">Select libraries you want to associate with this item type.</div>
352
                        <div class="hint">Limits the use of this item type to the selected libraries.</div>
353
                    </li>
353
                    </li>
354
                    <li>
354
                    <li>
355
                        <label for="summary">Summary: </label>
355
                        <label for="summary">Summary: </label>
356
- 

Return to bug 39099