Lines 680-686
INSERT INTO systempreferences ( `variable`, `value`, `options`, `explanation`, `
Link Here
|
680 |
('SMSSendDriver','','','Sets which SMS::Send driver is used to send SMS messages.','free'), |
680 |
('SMSSendDriver','','','Sets which SMS::Send driver is used to send SMS messages.','free'), |
681 |
('SMSSendPassword', '', '', 'Password used to send SMS messages', 'free'), |
681 |
('SMSSendPassword', '', '', 'Password used to send SMS messages', 'free'), |
682 |
('SMSSendUsername', '', '', 'Username/Login used to send SMS messages', 'free'), |
682 |
('SMSSendUsername', '', '', 'Username/Login used to send SMS messages', 'free'), |
683 |
('SocialNetworks','0','','Enable/Disable social networks links in opac detail pages','YesNo'), |
683 |
('SocialNetworks','','facebook|linkedin|email','Enable/Disable social networks links in opac detail pages','Choice'), |
684 |
('SpecifyDueDate','1','','Define whether to display \"Specify Due Date\" form in Circulation','YesNo'), |
684 |
('SpecifyDueDate','1','','Define whether to display \"Specify Due Date\" form in Circulation','YesNo'), |
685 |
('SpecifyReturnDate',1,'','Define whether to display \"Specify Return Date\" form in Circulation','YesNo'), |
685 |
('SpecifyReturnDate',1,'','Define whether to display \"Specify Return Date\" form in Circulation','YesNo'), |
686 |
('SpineLabelAutoPrint','0','','If this setting is turned on, a print dialog will automatically pop up for the quick spine label printer.','YesNo'), |
686 |
('SpineLabelAutoPrint','0','','If this setting is turned on, a print dialog will automatically pop up for the quick spine label printer.','YesNo'), |
687 |
- |
|
|