View | Details | Raw Unified | Return to bug 33716
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/interlibrary_loans.pref (-4 / +8 lines)
Lines 13-20 Interlibrary loans: Link Here
13
              type: textarea
13
              type: textarea
14
              class: long
14
              class: long
15
        -
15
        -
16
            - "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 and OPAC). Example (paste bold text in the input box): <br><strong>
16
            - "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)."
17
            all:<br>
17
            - "For each request type, you can have 3 configuration options: <code>text</code>, <code>av_category_code</code> and <code>bypass</code><ul>"
18
            - "<li><code>text</code> is the HTML that will be visible for the specified request type.</li>"
19
            - "<li><code>av_category_code</code> is the authorised values category that will be used for the options being presented at the disclaimer stage.</li>"
20
            - "<li><code>bypass</code> allows for a specific request type to skip the disclaimer stage.</li></ul>"
21
            - "Example (paste bold text in the input box): <br>
22
            <code>all:<br>
18
            &nbsp;text: |<br>
23
            &nbsp;text: |<br>
19
            &nbsp;&nbsp;&lt;h2&gt;HTML title&lt;/h2&gt;<br>
24
            &nbsp;&nbsp;&lt;h2&gt;HTML title&lt;/h2&gt;<br>
20
            &nbsp;&nbsp;&lt;p&gt;This is an HTML paragraph&lt;/p&gt;<br>
25
            &nbsp;&nbsp;&lt;p&gt;This is an HTML paragraph&lt;/p&gt;<br>
Lines 24-30 Interlibrary loans: Link Here
24
            &nbsp;text: copyright text for all article type requests<br>
29
            &nbsp;text: copyright text for all article type requests<br>
25
            &nbsp;av_category_code: YES_NO<br>
30
            &nbsp;av_category_code: YES_NO<br>
26
            &nbsp;bypass: 1<br>
31
            &nbsp;bypass: 1<br>
27
            </strong>"
32
            </code>"
28
            - pref: ILLModuleDisclaimerByType
33
            - pref: ILLModuleDisclaimerByType
29
              type: textarea
34
              type: textarea
30
              syntax: text/x-yaml
35
              syntax: text/x-yaml
31
- 

Return to bug 33716