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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/categories.tt (-5 / +5 lines)
Lines 356-371 Link Here
356
                        [% ELSE %]
356
                        [% ELSE %]
357
                            <option value="hold"> Placing a hold on an item </option>
357
                            <option value="hold"> Placing a hold on an item </option>
358
                        [% END %]
358
                        [% END %]
359
                        [% IF category and category.BlockExpiredPatronOpacActions_contains('renew') %]
360
                            <option value="renew" selected="selected"> Renewing an item </option>
361
                        [% ELSE %]
362
                            <option value="renew"> Renewing an item </option>
363
                        [% END %]
364
                        [% IF category and category.BlockExpiredPatronOpacActions_contains('ill_request') %]
359
                        [% IF category and category.BlockExpiredPatronOpacActions_contains('ill_request') %]
365
                            <option value="ill_request" selected="selected"> Placing an ILL request </option>
360
                            <option value="ill_request" selected="selected"> Placing an ILL request </option>
366
                        [% ELSE %]
361
                        [% ELSE %]
367
                            <option value="ill_request"> Placing an ILL request </option>
362
                            <option value="ill_request"> Placing an ILL request </option>
368
                        [% END %]
363
                        [% END %]
364
                        [% IF category and category.BlockExpiredPatronOpacActions_contains('renew') %]
365
                            <option value="renew" selected="selected"> Renewing an item </option>
366
                        [% ELSE %]
367
                            <option value="renew"> Renewing an item </option>
368
                        [% END %]
369
                        </optgroup>
369
                        </optgroup>
370
                    </select>
370
                    </select>
371
                    <div class="hint">
371
                    <div class="hint">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/opac.pref (-2 / +1 lines)
Lines 646-652 OPAC: Link Here
646
                  renew: "Renewing an item"
646
                  renew: "Renewing an item"
647
                  hold: "Placing a hold on an item"
647
                  hold: "Placing a hold on an item"
648
                  ill_request: "Placing an ILL request"
648
                  ill_request: "Placing an ILL request"
649
            - "<p>Please note: OPAC actions blocked based on the patron category take priority over this preference.</p>"
649
            - "<p><strong>NOTE:</strong> OPAC actions blocked using the patron category setting take priority over this system preference.</p>"
650
        -
650
        -
651
            - The cleanup_database.pl cronjob automatically deletes unaccepted private list share invites after
651
            - The cleanup_database.pl cronjob automatically deletes unaccepted private list share invites after
652
            - pref: PurgeListShareInvitesOlderThan
652
            - pref: PurgeListShareInvitesOlderThan
653
- 

Return to bug 34597