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 / +1 lines)
Lines 970-976 Circulation: Link Here
970
        -
970
        -
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: htmlarea
973
              type: textarea
974
              class: code
974
              class: code
975
        -
975
        -
976
            - pref: AutoSelfCheckAllowed
976
            - pref: AutoSelfCheckAllowed
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/staff_client.pref (-5 / +4 lines)
Lines 47-53 Staff Client: Link Here
47
        -
47
        -
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: htmlarea
50
              type: textarea
51
              class: code
51
              class: code
52
        -
52
        -
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):"
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):"
Lines 104-120 Staff Client: Link Here
104
        -
104
        -
105
            - "Show the following HTML in its own div on the bottom of the home page of the circulation module:"
105
            - "Show the following HTML in its own div on the bottom of the home page of the circulation module:"
106
            - pref: IntranetCirculationHomeHTML
106
            - pref: IntranetCirculationHomeHTML
107
              type: htmlarea
107
              type: textarea
108
              class: code
108
              class: code
109
        -
109
        -
110
            - "Show the following HTML in its own div on the bottom of the home page of the reports module:"
110
            - "Show the following HTML in its own div on the bottom of the home page of the reports module:"
111
            - pref: IntranetReportsHomeHTML
111
            - pref: IntranetReportsHomeHTML
112
              type: htmlarea
112
              type: textarea
113
              class: code
113
              class: code
114
        -
114
        -
115
            - "Show the following HTML on the staff client login page"
115
            - "Show the following HTML on the staff client login page"
116
            - pref: StaffLoginInstructions
116
            - pref: StaffLoginInstructions
117
              type: htmlarea
117
              type: textarea
118
              class: code
118
              class: code
119
    Options:
119
    Options:
120
        -
120
        -
121
- 

Return to bug 23315