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

(-)a/installer/data/mysql/atomicupdate/ill_tables.sql (+3 lines)
Lines 46-51 CREATE TABLE illrequestattributes ( Link Here
46
INSERT IGNORE INTO systempreferences (variable,value,explanation,options,type) VALUES
46
INSERT IGNORE INTO systempreferences (variable,value,explanation,options,type) VALUES
47
       ('ILLModule','0','If ON, enables the interlibrary loans module.','','YesNo');
47
       ('ILLModule','0','If ON, enables the interlibrary loans module.','','YesNo');
48
48
49
INSERT IGNORE INTO systempreferences (variable,value,explanation,options,type) VALUES
50
       ('ILLModuleCopyrightClearance','','70|10','Enter text to enable the copyright clearance stage of request creation. Text will be displayed','Textarea');
51
49
-- Userflags
52
-- Userflags
50
53
51
INSERT INTO userflags (bit,flag,flagdesc,defaulton)
54
INSERT INTO userflags (bit,flag,flagdesc,defaulton)
(-)a/installer/data/mysql/sysprefs.sql (+1 lines)
Lines 199-204 INSERT INTO systempreferences ( `variable`, `value`, `options`, `explanation`, ` Link Here
199
('IDreamBooksReviews','0','','Display book review snippets from IDreamBooks.com','YesNo'),
199
('IDreamBooksReviews','0','','Display book review snippets from IDreamBooks.com','YesNo'),
200
('IdRef','0','','Disable/enable the IdRef webservice from the OPAC detail page.','YesNo'),
200
('IdRef','0','','Disable/enable the IdRef webservice from the OPAC detail page.','YesNo'),
201
('ILLModule','0','If ON, enables the interlibrary loans module.','','YesNo'),
201
('ILLModule','0','If ON, enables the interlibrary loans module.','','YesNo'),
202
('ILLModuleCopyrightClearance','','70|10','Enter text to enable the copyright clearance stage of request creation. Text will be displayed','Textarea'),
202
('ILS-DI','0','','Enables ILS-DI services at OPAC.','YesNo'),
203
('ILS-DI','0','','Enables ILS-DI services at OPAC.','YesNo'),
203
('ILS-DI:AuthorizedIPs','','Restricts usage of ILS-DI to some IPs','.','Free'),
204
('ILS-DI:AuthorizedIPs','','Restricts usage of ILS-DI to some IPs','.','Free'),
204
('ImageLimit','5','','Limit images stored in the database by the Patron Card image manager to this number.','Integer'),
205
('ImageLimit','5','','Limit images stored in the database by the Patron Card image manager to this number.','Integer'),
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/admin.pref (-1 / +5 lines)
Lines 73-78 Administration: Link Here
73
                  yes: Enable
73
                  yes: Enable
74
                  no: Disable
74
                  no: Disable
75
            - the interlibrary loans module (master switch).
75
            - the interlibrary loans module (master switch).
76
        -
77
            - "Adding text will enable the copyright clearance stage in request creation. The text you enter will be the text displayed."
78
            - pref: ILLModuleCopyrightClearance
79
              type: textarea
80
              class: long
76
    Login options:
81
    Login options:
77
        -
82
        -
78
            - "Inactivity timeout in seconds to automatically log out users: "
83
            - "Inactivity timeout in seconds to automatically log out users: "
79
- 

Return to bug 7317