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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/circulation.pref (-6 / +1 lines)
Lines 136-146 Circulation: Link Here
136
                  qslip: "open a print quick slip window"
136
                  qslip: "open a print quick slip window"
137
                  slip: "open a print slip window"
137
                  slip: "open a print slip window"
138
            - .
138
            - .
139
        -
140
            - Include the stylesheet at
141
            - pref: NoticeCSS
142
              class: url
143
            - on notices (this should be a complete URL, starting with <code>http://</code>).
144
        -
139
        -
145
            - pref: UpdateTotalIssuesOnCirc
140
            - pref: UpdateTotalIssuesOnCirc
146
              choices:
141
              choices:
Lines 1514-1517 Circulation: Link Here
1514
              choices:
1509
              choices:
1515
                  1: Enable
1510
                  1: Enable
1516
                  0: Disable
1511
                  0: Disable
1517
            - "the curbside pickup module."
1512
            - "the curbside pickup module."
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/staff_interface.pref (-6 / +1 lines)
Lines 102-112 Staff interface: Link Here
102
                  Results: "Result page"
102
                  Results: "Result page"
103
                  Both: "Both result and detail pages"
103
                  Both: "Both result and detail pages"
104
            - '. Note: The corresponding XSLT option must be turned on.'
104
            - '. Note: The corresponding XSLT option must be turned on.'
105
        -
106
            - Include the stylesheet at
107
            - pref: SlipCSS
108
              class: url
109
            - on Issue and Hold Slips. (This should be a complete URL, starting with <code>http://</code>.)
110
        -
105
        -
111
            - "Show the following HTML in its own div on the bottom of the home page of the circulation module:"
106
            - "Show the following HTML in its own div on the bottom of the home page of the circulation module:"
112
            - pref: IntranetCirculationHomeHTML
107
            - pref: IntranetCirculationHomeHTML
Lines 216-219 Staff interface: Link Here
216
                  "enforced": Enforce
211
                  "enforced": Enforce
217
                  "enabled": Enable
212
                  "enabled": Enable
218
                  "disabled": "Don't enable"
213
                  "disabled": "Don't enable"
219
            - two-factor authentication (2FA) for staff members.
214
            - two-factor authentication (2FA) for staff members.
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/tools.pref (-2 / +41 lines)
Lines 27-32 Tools: Link Here
27
            - pref: ImageLimit
27
            - pref: ImageLimit
28
              class: Integer
28
              class: Integer
29
            - images.
29
            - images.
30
    Notices and slips:
31
        -
32
            - Include the stylesheet at
33
            - pref: AllNoticeStylesheet
34
              class: url
35
            - on notices regarless of message transport type. (This should be a complete URL, starting with <code>http://</code>.)
36
        -
37
            - "Include the following CSS on all notices regardless of message transport:"
38
            - pref: AllNoticeCSS
39
              type: textarea
40
              syntax: css
41
              class: code
42
        -
43
            - Include the stylesheet at
44
            - pref: EmailNoticeStylesheet
45
              class: url
46
            - on email notices. (This should be a complete URL, starting with <code>http://</code>.)
47
        -
48
            - "Include the following CSS on all email notices:"
49
            - pref: EmailNoticeCSS
50
              type: textarea
51
              syntax: css
52
              class: code
53
        -
54
            - "Include the following CSS on all print notices:"
55
            - pref: PrintNoticeCSS
56
              type: textarea
57
              syntax: css
58
              class: code
59
        -
60
            - Include the stylesheet at
61
            - pref: PrintSlipStylesheet
62
              class: url
63
            - on print slips. (This should be a complete URL, starting with <code>http://</code>.)
64
        -
65
            - "Include the following CSS on all print slips:"
66
            - pref: PrintSlipCSS
67
              type: textarea
68
              syntax: css
69
              class: code
30
    News:
70
    News:
31
        -
71
        -
32
            - "Show the author for news items:"
72
            - "Show the author for news items:"
Lines 49-52 Tools: Link Here
49
            - Automatically delete temporary uploads older than
89
            - Automatically delete temporary uploads older than
50
            - pref: UploadPurgeTemporaryFilesDays
90
            - pref: UploadPurgeTemporaryFilesDays
51
              class: integer
91
              class: integer
52
            - "days in cleanup_database cron job. NOTE: If you leave this field empty, the cron job will not delete any files. On the other hand a value of 0 means: delete all temporary files."
92
            - "days in cleanup_database cron job. NOTE: If you leave this field empty, the cron job will not delete any files. On the other hand a value of 0 means: delete all temporary files."
53
- 

Return to bug 35267