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

(-)a/installer/data/mysql/sysprefs.sql (-2 / +1 lines)
Lines 272-278 INSERT INTO systempreferences ( `variable`, `value`, `options`, `explanation`, ` Link Here
272
('OpacStarRatings','all','disable|all|details',NULL,'Choice'),
272
('OpacStarRatings','all','disable|all|details',NULL,'Choice'),
273
('OpacSuppression','0','','Turn ON the OPAC Suppression feature, requires further setup, ask your system administrator for details','YesNo'),
273
('OpacSuppression','0','','Turn ON the OPAC Suppression feature, requires further setup, ask your system administrator for details','YesNo'),
274
('OpacSuppressionByIPRange','','','Restrict the suppression to IP adresses outside of the IP range','free'),
274
('OpacSuppressionByIPRange','','','Restrict the suppression to IP adresses outside of the IP range','free'),
275
('opacthemes','prog','','Define the current theme for the OPAC interface.','Themes'),
275
('opacthemes','bootstrap','','Define the current theme for the OPAC interface.','Themes'),
276
('OpacTopissue','0',NULL,'If ON, enables the \'most popular items\' link on OPAC. Warning, this is an EXPERIMENTAL feature, turning ON may overload your server','YesNo'),
276
('OpacTopissue','0',NULL,'If ON, enables the \'most popular items\' link on OPAC. Warning, this is an EXPERIMENTAL feature, turning ON may overload your server','YesNo'),
277
('OPACURLOpenInNewWindow','0',NULL,'If ON, URLs in the OPAC open in a new window','YesNo'),
277
('OPACURLOpenInNewWindow','0',NULL,'If ON, URLs in the OPAC open in a new window','YesNo'),
278
('OPACUserCSS','',NULL,'Add CSS to be included in the OPAC in an embedded <style> tag.','free'),
278
('OPACUserCSS','',NULL,'Add CSS to be included in the OPAC in an embedded <style> tag.','free'),
279
- 

Return to bug 11178