@@ -, +, @@ --- .../intranet-tmpl/prog/en/modules/admin/preferences/circulation.pref | 1 + .../intranet-tmpl/prog/en/modules/admin/preferences/staff_client.pref | 4 ++++ 2 files changed, 5 insertions(+) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/circulation.pref +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/circulation.pref @@ -971,6 +971,7 @@ Circulation: - "Include the following HTML in the Help page of the web-based self checkout system:" - pref: SelfCheckHelpMessage type: textarea + syntax: text/html class: code - - pref: AutoSelfCheckAllowed --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/staff_client.pref +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/staff_client.pref @@ -48,6 +48,7 @@ Staff Client: - "Show the following HTML in its own column on the main page of the staff client:" - pref: IntranetmainUserblock type: textarea + syntax: text/html class: code - - "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):" @@ -105,16 +106,19 @@ Staff Client: - "Show the following HTML in its own div on the bottom of the home page of the circulation module:" - pref: IntranetCirculationHomeHTML type: textarea + syntax: text/html class: code - - "Show the following HTML in its own div on the bottom of the home page of the reports module:" - pref: IntranetReportsHomeHTML type: textarea + syntax: text/html class: code - - "Show the following HTML on the staff client login page" - pref: StaffLoginInstructions type: textarea + syntax: text/html class: code Options: - --