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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/admin.pref (-13 lines)
Lines 65-83 Administration: Link Here
65
              choices:
65
              choices:
66
                  yes: "The logged-in library"
66
                  yes: "The logged-in library"
67
                  no: "All libraries"
67
                  no: "All libraries"
68
    Interlibrary Loans:
69
        -
70
            - pref: ILLModule
71
              default: 0
72
              choices:
73
                  yes: Enable
74
                  no: Disable
75
            - the interlibrary loans module (master switch).
76
        -
77
            - "Adding text will enable the copyright clearance stage in request creation. The text you enter will be the text displayed."
78
            - pref: ILLModuleCopyrightClearance
79
              type: textarea
80
              class: long
81
    Login options:
68
    Login options:
82
        -
69
        -
83
            - "Inactivity timeout in seconds to automatically log out users: "
70
            - "Inactivity timeout in seconds to automatically log out users: "
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/circulation.pref (-1 / +13 lines)
Lines 696-701 Circulation: Link Here
696
            - "Patron categories not affected by OPACHoldsIfAvailableAtPickup"
696
            - "Patron categories not affected by OPACHoldsIfAvailableAtPickup"
697
            - pref: OPACHoldsIfAvailableAtPickupExceptions
697
            - pref: OPACHoldsIfAvailableAtPickupExceptions
698
            - "(list of patron categories separated with a pipe '|')"
698
            - "(list of patron categories separated with a pipe '|')"
699
    Interlibrary Loans:
700
        -
701
            - pref: ILLModule
702
              default: 0
703
              choices:
704
                  yes: Enable
705
                  no: Disable
706
            - the interlibrary loans module (master switch).
707
        -
708
            - "Adding text will enable the copyright clearance stage in request creation. The text you enter will be the text displayed."
709
            - pref: ILLModuleCopyrightClearance
710
              type: textarea
711
              class: long
699
    Fines Policy:
712
    Fines Policy:
700
        -
713
        -
701
            - Calculate fines based on days overdue
714
            - Calculate fines based on days overdue
702
- 

Return to bug 7317