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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/circulation.pref (-5 lines)
Lines 131-141 Circulation: Link Here
131
                  qslip: "open a print quick slip window"
131
                  qslip: "open a print quick slip window"
132
                  slip: "open a print slip window"
132
                  slip: "open a print slip window"
133
            - .
133
            - .
134
        -
135
            - Include the stylesheet at
136
            - pref: NoticeCSS
137
              class: url
138
            - on notices. (This should be a complete URL, starting with <code>http://</code>)
139
        -
134
        -
140
            - pref: UpdateTotalIssuesOnCirc
135
            - pref: UpdateTotalIssuesOnCirc
141
              choices:
136
              choices:
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/staff_interface.pref (-5 lines)
Lines 96-106 Staff interface: Link Here
96
                  Results: "Result page"
96
                  Results: "Result page"
97
                  Both: "Both result and detail pages"
97
                  Both: "Both result and detail pages"
98
            - '. Note: The corresponding XSLT option must be turned on.'
98
            - '. Note: The corresponding XSLT option must be turned on.'
99
        -
100
            - Include the stylesheet at
101
            - pref: SlipCSS
102
              class: url
103
            - on Issue and Hold Slips. (This should be a complete URL, starting with <code>http://</code>.)
104
        -
99
        -
105
            - "Show the following HTML in its own div on the bottom of the home page of the circulation module:"
100
            - "Show the following HTML in its own div on the bottom of the home page of the circulation module:"
106
            - pref: IntranetCirculationHomeHTML
101
            - pref: IntranetCirculationHomeHTML
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/tools.pref (-1 / +40 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:"
33
- 

Return to bug 35267