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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/admin.pref (-1 / +1 lines)
Lines 53-59 Administration: Link Here
53
                  '\': backslashes
53
                  '\': backslashes
54
                  '#': "#'s"
54
                  '#': "#'s"
55
        -
55
        -
56
            - "Allow staff and patrons to create and view saved lists of books: "
56
            - "Allow staff and patrons to create and view saved lists of bibliographic records: "
57
            - pref: virtualshelves
57
            - pref: virtualshelves
58
              choices:
58
              choices:
59
                  1: "Yes"
59
                  1: "Yes"
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/circulation.pref (-2 / +2 lines)
Lines 17-24 Circulation: Link Here
17
              choices:
17
              choices:
18
                  1: "Enable"
18
                  1: "Enable"
19
                  0: "Don't enable"
19
                  0: "Don't enable"
20
            - the automatic redirection to another patron when a patron barcode is scanned instead of a book.
20
            - the automatic redirection to another patron when a patron cardnumber is scanned instead of an item barcode.
21
            - This should not be enabled if you have overlapping patron and book barcodes.
21
            - This should not be enabled if you have overlapping patron cardnumbers and item barcodes.
22
        -
22
        -
23
            - pref: PatronAutoComplete
23
            - pref: PatronAutoComplete
24
              choices:
24
              choices:
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/enhanced_content.pref (-1 / +1 lines)
Lines 229-235 Enhanced content: Link Here
229
              choices:
229
              choices:
230
                  1: Show
230
                  1: Show
231
                  0: "Don't show"
231
                  0: "Don't show"
232
            - "information on other books in a title's series from Syndetics on item detail pages on the OPAC."
232
            - "information on other titles in a series from Syndetics on the record detail pages on the OPAC."
233
        -
233
        -
234
            - pref: SyndeticsSummary
234
            - pref: SyndeticsSummary
235
              choices:
235
              choices:
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/opac.pref (-4 / +3 lines)
Lines 580-586 OPAC: Link Here
580
              choices:
580
              choices:
581
                  1: Allow
581
                  1: Allow
582
                  0: "Don't allow"
582
                  0: "Don't allow"
583
            - patrons to renew their own books on the OPAC.
583
            - patrons to renew their own checkouts on the OPAC.
584
        -
584
        -
585
            - Use 
585
            - Use 
586
            - pref: OpacRenewalBranch
586
            - pref: OpacRenewalBranch
Lines 592-598 OPAC: Link Here
592
                  opacrenew: "'OPACRenew'"
592
                  opacrenew: "'OPACRenew'"
593
            - as branchcode to store in the statistics table.
593
            - as branchcode to store in the statistics table.
594
        -
594
        -
595
            - Only allow patrons to renew their own books on the OPAC if they have less than
595
            - Only allow patrons to renew their own checkouts on the OPAC if they have less than
596
            - pref: OPACFineNoRenewals
596
            - pref: OPACFineNoRenewals
597
              class: currency
597
              class: currency
598
            - '[% local_currency %] in charges (leave blank to disable).'
598
            - '[% local_currency %] in charges (leave blank to disable).'
Lines 666-672 OPAC: Link Here
666
              choices:
666
              choices:
667
                  1: Allow
667
                  1: Allow
668
                  0: "Don't allow"
668
                  0: "Don't allow"
669
            - patrons to see what books they have checked out in the past.
669
            - patrons to see what itms they have checked out in the past.
670
        -
670
        -
671
            - pref: OPACHoldsHistory
671
            - pref: OPACHoldsHistory
672
              choices:
672
              choices:
673
- 

Return to bug 36294