Lines 211-220
INSERT INTO `systempreferences` (variable,value,options,explanation,type) VALUES
Link Here
|
211 |
|
211 |
|
212 |
INSERT INTO `systempreferences` (variable,value,options,explanation,type) VALUES('OPACShelfBrowser','1','','Enable/disable Shelf Browser on item details page. WARNING: this feature is very resource consuming on collections with large numbers of items.','YesNo'); |
212 |
INSERT INTO `systempreferences` (variable,value,options,explanation,type) VALUES('OPACShelfBrowser','1','','Enable/disable Shelf Browser on item details page. WARNING: this feature is very resource consuming on collections with large numbers of items.','YesNo'); |
213 |
INSERT INTO systempreferences (variable,value,options,explanation,type) VALUES |
213 |
INSERT INTO systempreferences (variable,value,options,explanation,type) VALUES |
214 |
('OPACXSLTDetailsDisplay','','','Enable XSL stylesheet control over details page display on OPAC','Free'), |
214 |
('OPACXSLTDetailsDisplay','default','','Enable XSL stylesheet control over details page display on OPAC','Free'), |
215 |
('OPACXSLTResultsDisplay','','','Enable XSL stylesheet control over results page display on OPAC','Free'), |
215 |
('OPACXSLTResultsDisplay','default','','Enable XSL stylesheet control over results page display on OPAC','Free'), |
216 |
('XSLTDetailsDisplay','','','Enable XSL stylesheet control over details page display on intranet','Free'), |
216 |
('XSLTDetailsDisplay','default','','Enable XSL stylesheet control over details page display on intranet','Free'), |
217 |
('XSLTResultsDisplay','','','Enable XSL stylesheet control over results page display on intranet','Free'); |
217 |
('XSLTResultsDisplay','default','','Enable XSL stylesheet control over results page display on intranet','Free'); |
218 |
INSERT INTO `systempreferences` (variable,value,options,explanation,type) VALUES('AdvancedSearchTypes','itemtypes','itemtypes|ccode','Select which set of fields comprise the Type limit in the advanced search','Choice'); |
218 |
INSERT INTO `systempreferences` (variable,value,options,explanation,type) VALUES('AdvancedSearchTypes','itemtypes','itemtypes|ccode','Select which set of fields comprise the Type limit in the advanced search','Choice'); |
219 |
INSERT INTO `systempreferences` (variable,value,options,explanation,type) VALUES('AllowOnShelfHolds', '0', '', 'Allow hold requests to be placed on items that are not on loan', 'YesNo'); |
219 |
INSERT INTO `systempreferences` (variable,value,options,explanation,type) VALUES('AllowOnShelfHolds', '0', '', 'Allow hold requests to be placed on items that are not on loan', 'YesNo'); |
220 |
INSERT INTO `systempreferences` (variable,value,options,explanation,type) VALUES('AllowHoldsOnDamagedItems', '1', '', 'Allow hold requests to be placed on damaged items', 'YesNo'); |
220 |
INSERT INTO `systempreferences` (variable,value,options,explanation,type) VALUES('AllowHoldsOnDamagedItems', '1', '', 'Allow hold requests to be placed on damaged items', 'YesNo'); |
221 |
- |
|
|