|
Lines 737-745
INSERT INTO systempreferences ( `variable`, `value`, `options`, `explanation`, `
Link Here
|
| 737 |
('SelfCheckInUserCSS','',NULL,'Add CSS to be included in the self check-in module in an embedded <style> tag.','Free'), |
737 |
('SelfCheckInUserCSS','',NULL,'Add CSS to be included in the self check-in module in an embedded <style> tag.','Free'), |
| 738 |
('SelfCheckInUserJS','',NULL,'Define custom javascript for inclusion in the self check-in module.','Free'), |
738 |
('SelfCheckInUserJS','',NULL,'Define custom javascript for inclusion in the self check-in module.','Free'), |
| 739 |
('SelfCheckoutByLogin','1',NULL,'Have patrons login into the web-based self checkout system with their username/password or their cardnumber','YesNo'), |
739 |
('SelfCheckoutByLogin','1',NULL,'Have patrons login into the web-based self checkout system with their username/password or their cardnumber','YesNo'), |
| 740 |
('SelfCheckReceiptPrompt','1',NULL,'If ON, print receipt dialog pops up when self checkout is finished','YesNo'), |
740 |
('SelfCheckReceiptPrompt','1','NULL','If ON, print receipt dialog pops up when self checkout is finished','YesNo'), |
| 741 |
('SelfCheckTimeout','120',NULL,'Define the number of seconds before the Web-based Self Checkout times out a patron','Integer'), |
741 |
('SelfCheckTimeout','120','','Define the number of seconds before the Web-based Self Checkout times out a patron','Integer'), |
| 742 |
('SendAllEmailsTo','',NULL,'All emails will be redirected to this email if it is not empty','Free'), |
742 |
('SendAllEmailsTo','',NULL,'All emails will be redirected to this email if it is not empty','free'), |
|
|
743 |
('SendPrintNoticesCombineEmails','1',NULL,'If we have emails in the flag and the system preference should we combine them or just use the system preference?','YesNo'), |
| 744 |
('SendPrintNoticesEmails','','','What email addresses should send_print_notices.pl send to?','Free'), |
| 743 |
('SeparateHoldings','0',NULL,'Separate current branch holdings from other holdings','YesNo'), |
745 |
('SeparateHoldings','0',NULL,'Separate current branch holdings from other holdings','YesNo'), |
| 744 |
('SeparateHoldingsBranch','homebranch','homebranch|holdingbranch','Branch used to separate holdings','Choice'), |
746 |
('SeparateHoldingsBranch','homebranch','homebranch|holdingbranch','Branch used to separate holdings','Choice'), |
| 745 |
('SerialsDefaultEmailAddress', '', NULL, 'Default email address used as reply-to for notices sent by the serials module.', 'Free'), |
747 |
('SerialsDefaultEmailAddress', '', NULL, 'Default email address used as reply-to for notices sent by the serials module.', 'Free'), |
| 746 |
- |
|
|