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

(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/prefs-menu.inc (+10 lines)
Lines 89-94 Link Here
89
        [% END %]
89
        [% END %]
90
        </li>
90
        </li>
91
91
92
        [% IF ( interlibrary_loans ) %]
93
            <li class="active">
94
                <a title="Interlibrary loans" href="/cgi-bin/koha/admin/preferences.pl?tab=interlibrary_loans">Interlibrary loans</a>
95
                [% PROCESS subtabs  %]
96
        [% ELSE %]
97
            <li>
98
                <a title="Interlibrary loans" href="/cgi-bin/koha/admin/preferences.pl?tab=interlibrary_loans">Interlibrary loans</a>
99
        [% END %]
100
        </li>
101
92
        [% IF ( local_use ) %]
102
        [% IF ( local_use ) %]
93
            <li class="active">
103
            <li class="active">
94
                <a href="/cgi-bin/koha/admin/systempreferences.pl">Local use</a>
104
                <a href="/cgi-bin/koha/admin/systempreferences.pl">Local use</a>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/circulation.pref (-53 lines)
Lines 1006-1064 Circulation: Link Here
1006
                  1: block
1006
                  1: block
1007
                  0: allow
1007
                  0: allow
1008
            - renewing of items from the staff interface and via the <code>misc/cronjobs/automatic_renewals.pl</code> cronjob.
1008
            - renewing of items from the staff interface and via the <code>misc/cronjobs/automatic_renewals.pl</code> cronjob.
1009
    Interlibrary loans:
1010
        -
1011
            - pref: ILLModule
1012
              default: 0
1013
              choices:
1014
                  1: Enable
1015
                  0: Disable
1016
            - the interlibrary loans module (master switch).
1017
        -
1018
            - "Adding text will enable the copyright clearance stage in request creation. The text you enter will be the text displayed."
1019
            - pref: ILLModuleCopyrightClearance
1020
              type: textarea
1021
              class: long
1022
        -
1023
            - "Enabled ILL backends for OPAC initiated requests:"
1024
            - pref: ILLOpacbackends
1025
              class: multi
1026
            - (separated with |). If left empty, all installed backends will be enabled.
1027
        -
1028
            - pref: ILLModuleUnmediated
1029
              default: 0
1030
              choices:
1031
                  1: Enable
1032
                  0: Disable
1033
            - unmediated interlibrary loan requests. If enabled and the ILL backend supports it, the newly created requests are immediately requested by backend.
1034
        -
1035
            - pref: CirculateILL
1036
              default: 0
1037
              choices:
1038
                  1: Enable
1039
                  0: Disable
1040
            - the circulation of ILL requested items.
1041
        -
1042
            - pref: ILLCheckAvailability
1043
              default: 0
1044
              choices:
1045
                  1: Check
1046
                  0: "Don't check"
1047
            - external sources for availability during the request process.
1048
        -
1049
            - "ILL statuses that are considered finished and should not be displayed in the ILL module: "
1050
            - pref: ILLHiddenRequestStatuses
1051
              class: multi
1052
            - (separated with |). If left empty, all ILL requests will be displayed. The request codes can be found in the <a href="/cgi-bin/koha/admin/authorised_values.pl?searchfield=ILLSTATUS">ILLSTATUS</a> authorized value category.
1053
        -
1054
            - "Send these ILL notices to staff when appropriate:"
1055
            - pref: ILLSendStaffNotices
1056
              class: multi
1057
            - "(separated with |). e.g. ILL_REQUEST_CANCEL|ILL_REQUEST_MODIFIED If left empty, no staff ILL notices will be sent."
1058
        -
1059
            - "Fallback email address for staff ILL notices to be sent to in the absence of a library address:"
1060
            - pref: ILLDefaultStaffEmail
1061
              class: email
1062
    Fines Policy:
1009
    Fines Policy:
1063
        -
1010
        -
1064
            - pref: finesCalendar
1011
            - pref: finesCalendar
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/interlibrary_loans.pref (-1 / +56 lines)
Line 0 Link Here
0
- 
1
Interlibrary loans:
2
    Features:
3
        -
4
            - pref: ILLModule
5
              default: 0
6
              choices:
7
                  1: Enable
8
                  0: Disable
9
            - the interlibrary loans module (master switch).
10
        -
11
            - "Adding text will enable the copyright clearance stage in request creation. The text you enter will be the text displayed."
12
            - pref: ILLModuleCopyrightClearance
13
              type: textarea
14
              class: long
15
        -
16
            - pref: ILLModuleUnmediated
17
              default: 0
18
              choices:
19
                  1: Enable
20
                  0: Disable
21
            - unmediated interlibrary loan requests. If enabled and the ILL backend supports it, the newly created requests are immediately requested by backend.
22
        -
23
            - pref: CirculateILL
24
              default: 0
25
              choices:
26
                  1: Enable
27
                  0: Disable
28
            - the circulation of ILL requested items.
29
        -
30
            - pref: ILLCheckAvailability
31
              default: 0
32
              choices:
33
                  1: Check
34
                  0: "Don't check"
35
            - external sources for availability during the request process.
36
        -
37
            - "ILL statuses that are considered finished and should not be displayed in the ILL module: "
38
            - pref: ILLHiddenRequestStatuses
39
              class: multi
40
            - (separated with |). If left empty, all ILL requests will be displayed. The request codes can be found in the <a href="/cgi-bin/koha/admin/authorised_values.pl?searchfield=ILLSTATUS">ILLSTATUS</a> authorized value category.
41
    Notifications:
42
        -
43
            - "Send these ILL notices to staff when appropriate:"
44
            - pref: ILLSendStaffNotices
45
              class: multi
46
            - "(separated with |). e.g. ILL_REQUEST_CANCEL|ILL_REQUEST_MODIFIED If left empty, no staff ILL notices will be sent."
47
        -
48
            - "Fallback email address for staff ILL notices to be sent to in the absence of a library address:"
49
            - pref: ILLDefaultStaffEmail
50
              class: email
51
    OPAC:
52
        -
53
            - "Enabled ILL backends for OPAC initiated requests:"
54
            - pref: ILLOpacbackends
55
              class: multi
56
            - (separated with |). If left empty, all installed backends will be enabled.

Return to bug 32546