From 67da10ffc095e85768df3bc59a2d8b00884472e7 Mon Sep 17 00:00:00 2001 From: Martin Renvoize Date: Fri, 4 Oct 2024 16:23:45 +0100 Subject: [PATCH] Bug 35267: Add preferences to UI --- .../admin/preferences/circulation.pref | 5 --- .../admin/preferences/staff_interface.pref | 5 --- .../en/modules/admin/preferences/tools.pref | 40 +++++++++++++++++++ 3 files changed, 40 insertions(+), 10 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/circulation.pref b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/circulation.pref index 317e4238ec2..8b6888e5f5e 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/circulation.pref +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/circulation.pref @@ -131,11 +131,6 @@ Circulation: qslip: "open a print quick slip window" slip: "open a print slip window" - . - - - - Include the stylesheet at - - pref: NoticeCSS - class: url - - on notices. (This should be a complete URL, starting with http://) - - pref: UpdateTotalIssuesOnCirc choices: diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/staff_interface.pref b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/staff_interface.pref index d4a5c401708..da5dc651e06 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/staff_interface.pref +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/staff_interface.pref @@ -96,11 +96,6 @@ Staff interface: Results: "Result page" Both: "Both result and detail pages" - '. Note: The corresponding XSLT option must be turned on.' - - - - Include the stylesheet at - - pref: SlipCSS - class: url - - on Issue and Hold Slips. (This should be a complete URL, starting with http://.) - - "Show the following HTML in its own div on the bottom of the home page of the circulation module:" - pref: IntranetCirculationHomeHTML diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/tools.pref b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/tools.pref index fefc7ea1330..15d1e80075f 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/tools.pref +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/tools.pref @@ -27,6 +27,46 @@ Tools: - pref: ImageLimit class: Integer - images. + Notices and slips: + - + - Include the stylesheet at + - pref: AllNoticeStylesheet + class: url + - on notices regarless of message transport type. (This should be a complete URL, starting with http://.) + - + - "Include the following CSS on all notices regardless of message transport:" + - pref: AllNoticeCSS + type: textarea + syntax: css + class: code + - + - Include the stylesheet at + - pref: EmailNoticeStylesheet + class: url + - on email notices. (This should be a complete URL, starting with http://.) + - + - "Include the following CSS on all email notices:" + - pref: EmailNoticeCSS + type: textarea + syntax: css + class: code + - + - "Include the following CSS on all print notices:" + - pref: PrintNoticeCSS + type: textarea + syntax: css + class: code + - + - Include the stylesheet at + - pref: PrintSlipStylesheet + class: url + - on print slips. (This should be a complete URL, starting with http://.) + - + - "Include the following CSS on all print slips:" + - pref: PrintSlipCSS + type: textarea + syntax: css + class: code News: - - "Show the author for news items:" -- 2.46.2