From d80827f033da3689d3a1f32e7e035b4f59dfa035 Mon Sep 17 00:00:00 2001 From: Pedro Amorim Date: Wed, 16 Aug 2023 08:43:34 +0000 Subject: [PATCH] Bug 33716: (QA follow-up) Fix xt/yaml_valid.t Test plan: Run prove -vv xt/yaml_valid.t Signed-off-by: Tomas Cohen Arazi --- .../admin/preferences/interlibrary_loans.pref | 24 +++++++++---------- 1 file changed, 12 insertions(+), 12 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 cc96c85831..5031fbdc1c 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 @@ -66,18 +66,18 @@ Interlibrary loans: - "
  • text is the HTML that will be visible for the specified request type.
  • " - "
  • av_category_code is the authorised values category that will be used for the options being presented at the disclaimer stage.
  • " - "
  • bypass allows for a specific request type to skip the disclaimer stage.
  • " - - "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
    -
    " + - "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 -- 2.39.2