From 1d4bcfe763b89ead0506a6bbcf9a06bf36296018 Mon Sep 17 00:00:00 2001 From: Pedro Amorim Date: Thu, 18 May 2023 12:20:57 +0000 Subject: [PATCH] Bug 33716: (follow-up) Move sysprefs to new Workflow sub heading Move ILLModuleCopyrightClearance, ILLCheckAvailability, and ILLModuleDisclaimerByType sys prefs State that ILLModuleCopyrightClearance is OPAC only in its description Correct 'bold' reference in ILLModuleDisclaimerByType description Signed-off-by: Katrin Fischer --- .../admin/preferences/interlibrary_loans.pref | 69 ++++++++++--------- 1 file changed, 35 insertions(+), 34 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/interlibrary_loans.pref b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/interlibrary_loans.pref index f9d7f728a9..942580ab8a 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/interlibrary_loans.pref +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/interlibrary_loans.pref @@ -7,33 +7,6 @@ Interlibrary loans: 1: Enable 0: Disable - the interlibrary loans module (master switch). - - - - "Adding text will enable the copyright clearance stage in request creation. The text you enter will be the text displayed." - - pref: ILLModuleCopyrightClearance - type: textarea - class: long - - - - "If the ILL backend supports it, adding YAML will enable the request type disclaimer stage in request creation, prompting the user with a request type specific disclaimer as defined (staff interface and OPAC)." - - "For each request type, you can have 3 configuration options: text, av_category_code and bypass" - - "Example (paste bold text in the input box):
- all:
-  text: |
-   <h2>HTML title</h2>
-   <p>This is an HTML paragraph</p>
-   <p>This is another HTML paragraph</p>
-  av_category_code: YES_NO
- article:
-  text: copyright text for all article type requests
-  av_category_code: YES_NO
-  bypass: 1
-
" - - pref: ILLModuleDisclaimerByType - type: textarea - syntax: text/x-yaml - class: code - - pref: ILLModuleUnmediated default: 0 @@ -48,13 +21,6 @@ Interlibrary loans: 1: Enable 0: Disable - the circulation of ILL requested items. - - - - pref: ILLCheckAvailability - default: 0 - choices: - 1: Check - 0: "Don't check" - - external sources for availability during the request process. - - "ILL statuses that are considered finished and should not be displayed in the ILL module: " - pref: ILLHiddenRequestStatuses @@ -76,3 +42,38 @@ Interlibrary loans: - pref: ILLOpacbackends class: multi - (separated with |). If left empty, all installed backends will be enabled. + Workflow: + - + - "Adding text will enable the copyright clearance stage in request creation. The text you enter will be the text displayed. OPAC only." + - pref: ILLModuleCopyrightClearance + type: textarea + class: long + - + - pref: ILLCheckAvailability + default: 0 + choices: + 1: Check + 0: "Don't check" + - external sources for availability during the request process. + - + - "If the ILL backend supports it, adding YAML will enable the request type disclaimer stage in request creation, prompting the user with a request type specific disclaimer as defined (staff interface and OPAC)." + - "For each request type, you can have 3 configuration options: text, av_category_code and bypass" + - "Example (paste the code in the input box):
+ all:
+  text: |
+   <h2>HTML title</h2>
+   <p>This is an HTML paragraph</p>
+   <p>This is another HTML paragraph</p>
+  av_category_code: YES_NO
+ article:
+  text: copyright text for all article type requests
+  av_category_code: YES_NO
+  bypass: 1
+
" + - pref: ILLModuleDisclaimerByType + type: textarea + syntax: text/x-yaml + class: code \ No newline at end of file -- 2.30.2