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 (-13 / +12 lines)
Lines 61-78 Interlibrary loans: Link Here
61
            - "<li><code>text</code> is the HTML that will be visible for the specified request type.</li>"
61
            - "<li><code>text</code> is the HTML that will be visible for the specified request type.</li>"
62
            - "<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>"
62
            - "<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>"
63
            - "<li><code>bypass</code> allows for a specific request type to skip the disclaimer stage.</li></ul>"
63
            - "<li><code>bypass</code> allows for a specific request type to skip the disclaimer stage.</li></ul>"
64
            - "Example (paste the code in the input box): <br>
64
            - "Example (paste the code in the input box): <br>"
65
            <code>all:<br>
65
            - "<code>all:<br>"
66
            &nbsp;text: |<br>
66
            - "&nbsp;text: |<br>"
67
            &nbsp;&nbsp;&lt;h2&gt;HTML title&lt;/h2&gt;<br>
67
            - "&nbsp;&nbsp;&lt;h2&gt;HTML title&lt;/h2&gt;<br>"
68
            &nbsp;&nbsp;&lt;p&gt;This is an HTML paragraph&lt;/p&gt;<br>
68
            - "&nbsp;&nbsp;&lt;p&gt;This is an HTML paragraph&lt;/p&gt;<br>"
69
            &nbsp;&nbsp;&lt;p&gt;This is another HTML paragraph&lt;/p&gt;<br>
69
            - "&nbsp;&nbsp;&lt;p&gt;This is another HTML paragraph&lt;/p&gt;<br>"
70
            &nbsp;av_category_code: YES_NO<br>
70
            - "&nbsp;av_category_code: YES_NO<br>"
71
            article:<br>
71
            - "article:<br>"
72
            &nbsp;text: copyright text for all article type requests<br>
72
            - "&nbsp;text: copyright text for all article type requests<br>"
73
            &nbsp;av_category_code: YES_NO<br>
73
            - "&nbsp;av_category_code: YES_NO<br>"
74
            &nbsp;bypass: 1<br>
74
            - "&nbsp;bypass: 1<br>"
75
            </code>"
75
            - "</code>"
76
            - pref: ILLModuleDisclaimerByType
76
            - pref: ILLModuleDisclaimerByType
77
              type: textarea
77
              type: textarea
78
              syntax: text/x-yaml
78
              syntax: text/x-yaml
79
- 

Return to bug 33716