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

(-)a/installer/data/mysql/atomicupdate/bug_14820_add_prefs_SMSSendUsername_and_SMSSendPassword.sql (+3 lines)
Line 0 Link Here
1
INSERT IGNORE INTO systempreferences ( `variable`, `value`, `options`, `explanation`, `type` ) VALUES
2
('SMSSendPassword', '', '', 'Password used to send SMS messages', 'free'),
3
('SMSSendUsername', '', '', 'Username/Login used to send SMS messages', 'free');
(-)a/installer/data/mysql/sysprefs.sql (+2 lines)
Lines 398-403 INSERT INTO systempreferences ( `variable`, `value`, `options`, `explanation`, ` Link Here
398
('singleBranchMode','0',NULL,'Operate in Single-branch mode, hide branch selection in the OPAC','YesNo'),
398
('singleBranchMode','0',NULL,'Operate in Single-branch mode, hide branch selection in the OPAC','YesNo'),
399
('SlipCSS','',NULL,'Slips CSS url.','free'),
399
('SlipCSS','',NULL,'Slips CSS url.','free'),
400
('SMSSendDriver','','','Sets which SMS::Send driver is used to send SMS messages.','free'),
400
('SMSSendDriver','','','Sets which SMS::Send driver is used to send SMS messages.','free'),
401
('SMSSendPassword', '', '', 'Password used to send SMS messages', 'free'),
402
('SMSSendUsername', '', '', 'Username/Login used to send SMS messages', 'free'),
401
('SocialNetworks','0','','Enable/Disable social networks links in opac detail pages','YesNo'),
403
('SocialNetworks','0','','Enable/Disable social networks links in opac detail pages','YesNo'),
402
('soundon','0','','Enable circulation sounds during checkin and checkout in the staff interface.  Not supported by all web browsers yet.','YesNo'),
404
('soundon','0','','Enable circulation sounds during checkin and checkout in the staff interface.  Not supported by all web browsers yet.','YesNo'),
403
('SpecifyDueDate','1','','Define whether to display \"Specify Due Date\" form in Circulation','YesNo'),
405
('SpecifyDueDate','1','','Define whether to display \"Specify Due Date\" form in Circulation','YesNo'),
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/patrons.pref (-1 / +4 lines)
Lines 98-103 Patrons: Link Here
98
         - "Use the SMS::Send::"
98
         - "Use the SMS::Send::"
99
         - pref: SMSSendDriver
99
         - pref: SMSSendDriver
100
         - driver to send SMS messages.
100
         - driver to send SMS messages.
101
         - "Define a username/login"
102
         - pref: SMSSendUsername
103
         - "and a password"
104
         - pref: SMSSendPassword
101
     -
105
     -
102
         - pref: uppercasesurnames
106
         - pref: uppercasesurnames
103
           choices:
107
           choices:
104
- 

Return to bug 14820