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

(-)a/installer/data/mysql/mandatory/sysprefs.sql (+1 lines)
Lines 288-293 INSERT INTO systempreferences ( `variable`, `value`, `options`, `explanation`, ` Link Here
288
('IllLog', 0, '', 'If ON, log information about ILL requests', 'YesNo'),
288
('IllLog', 0, '', 'If ON, log information about ILL requests', 'YesNo'),
289
('ILLModule','0','If ON, enables the interlibrary loans module.','','YesNo'),
289
('ILLModule','0','If ON, enables the interlibrary loans module.','','YesNo'),
290
('ILLModuleCopyrightClearance','','70|10','Enter text to enable the copyright clearance stage of request creation. Text will be displayed','Textarea'),
290
('ILLModuleCopyrightClearance','','70|10','Enter text to enable the copyright clearance stage of request creation. Text will be displayed','Textarea'),
291
('ILLModuleDisclaimerByType','','','YAML defining disclaimer settings for each ILL request type','Textarea'),
291
('ILLModuleUnmediated','0','','If enabled, try to immediately progress newly placed ILL requests.','YesNo'),
292
('ILLModuleUnmediated','0','','If enabled, try to immediately progress newly placed ILL requests.','YesNo'),
292
('ILLOpacbackends',NULL,NULL,'ILL backends to enabled for OPAC initiated requests','multiple'),
293
('ILLOpacbackends',NULL,NULL,'ILL backends to enabled for OPAC initiated requests','multiple'),
293
('ILLSendStaffNotices', NULL, NULL, 'Send these ILL notices to staff', 'multiple'),
294
('ILLSendStaffNotices', NULL, NULL, 'Send these ILL notices to staff', 'multiple'),
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/interlibrary_loans.pref (-1 / +17 lines)
Lines 12-17 Interlibrary loans: Link Here
12
            - pref: ILLModuleCopyrightClearance
12
            - pref: ILLModuleCopyrightClearance
13
              type: textarea
13
              type: textarea
14
              class: long
14
              class: long
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>
17
            all:<br>
18
            &nbsp;text: |<br>
19
            &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>
21
            &nbsp;&nbsp;&lt;p&gt;This is another HTML paragraph&lt;/p&gt;<br>
22
            &nbsp;av_category_code: YES_NO<br>
23
            article:<br>
24
            &nbsp;text: copyright text for all article type requests<br>
25
            &nbsp;av_category_code: YES_NO<br>
26
            &nbsp;bypass: 1<br>
27
            </strong>"
28
            - pref: ILLModuleDisclaimerByType
29
              type: textarea
30
              syntax: text/x-yaml
31
              class: code
15
        -
32
        -
16
            - pref: ILLModuleUnmediated
33
            - pref: ILLModuleUnmediated
17
              default: 0
34
              default: 0
18
- 

Return to bug 33716