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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/circulation.pref (+1 lines)
Lines 971-976 Circulation: Link Here
971
            - "Include the following HTML in the Help page of the web-based self checkout system:"
971
            - "Include the following HTML in the Help page of the web-based self checkout system:"
972
            - pref: SelfCheckHelpMessage
972
            - pref: SelfCheckHelpMessage
973
              type: textarea
973
              type: textarea
974
              syntax: text/html
974
              class: code
975
              class: code
975
        -
976
        -
976
            - pref: AutoSelfCheckAllowed
977
            - pref: AutoSelfCheckAllowed
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/staff_client.pref (-1 / +4 lines)
Lines 48-53 Staff Client: Link Here
48
            - "Show the following HTML in its own column on the main page of the staff client:"
48
            - "Show the following HTML in its own column on the main page of the staff client:"
49
            - pref: IntranetmainUserblock
49
            - pref: IntranetmainUserblock
50
              type: textarea
50
              type: textarea
51
              syntax: text/html
51
              class: code
52
              class: code
52
        -
53
        -
53
            - "Show the following HTML to the left of the More menu at the top of each page on the staff client (should be a list of links or blank):"
54
            - "Show the following HTML to the left of the More menu at the top of each page on the staff client (should be a list of links or blank):"
Lines 105-120 Staff Client: Link Here
105
            - "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:"
106
            - pref: IntranetCirculationHomeHTML
107
            - pref: IntranetCirculationHomeHTML
107
              type: textarea
108
              type: textarea
109
              syntax: text/html
108
              class: code
110
              class: code
109
        -
111
        -
110
            - "Show the following HTML in its own div on the bottom of the home page of the reports module:"
112
            - "Show the following HTML in its own div on the bottom of the home page of the reports module:"
111
            - pref: IntranetReportsHomeHTML
113
            - pref: IntranetReportsHomeHTML
112
              type: textarea
114
              type: textarea
115
              syntax: text/html
113
              class: code
116
              class: code
114
        -
117
        -
115
            - "Show the following HTML on the staff client login page"
118
            - "Show the following HTML on the staff client login page"
116
            - pref: StaffLoginInstructions
119
            - pref: StaffLoginInstructions
117
              type: textarea
120
              type: textarea
121
              syntax: text/html
118
              class: code
122
              class: code
119
    Options:
123
    Options:
120
        -
124
        -
121
- 

Return to bug 23315