From 7d7f7523d0c20564902246728c24d85299ef1475 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 --- .../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 942580ab8a..b15cbc7982 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 @@ -61,18 +61,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.30.2