Lines 328-333
INSERT INTO systempreferences ( `variable`, `value`, `options`, `explanation`, `
Link Here
|
328 |
('numReturnedItemsToShow','20',NULL,'Number of returned items to show on the check-in page','Integer'), |
328 |
('numReturnedItemsToShow','20',NULL,'Number of returned items to show on the check-in page','Integer'), |
329 |
('NumSavedReports', '20', NULL, 'By default, show this number of saved reports.', 'Integer'), |
329 |
('NumSavedReports', '20', NULL, 'By default, show this number of saved reports.', 'Integer'), |
330 |
('numSearchResults','20',NULL,'Specify the maximum number of results to display on a page of results','Integer'), |
330 |
('numSearchResults','20',NULL,'Specify the maximum number of results to display on a page of results','Integer'), |
|
|
331 |
('numSearchResultsPerPage', '10,20,40,60,80,100', NULL, 'Option list of number of results per page to show in staff client search results','YesNo'), |
331 |
('numSearchRSSResults','50',NULL,'Specify the maximum number of results to display on a RSS page of results','Integer'), |
332 |
('numSearchRSSResults','50',NULL,'Specify the maximum number of results to display on a RSS page of results','Integer'), |
332 |
('OAI-PMH','0',NULL,'if ON, OAI-PMH server is enabled','YesNo'), |
333 |
('OAI-PMH','0',NULL,'if ON, OAI-PMH server is enabled','YesNo'), |
333 |
('OAI-PMH:archiveID','KOHA-OAI-TEST',NULL,'OAI-PMH archive identification','Free'), |
334 |
('OAI-PMH:archiveID','KOHA-OAI-TEST',NULL,'OAI-PMH archive identification','Free'), |
Lines 396-401
INSERT INTO systempreferences ( `variable`, `value`, `options`, `explanation`, `
Link Here
|
396 |
('OPACNoResultsFound','','70|10','Display this HTML when no results are found for a search in the OPAC','Textarea'), |
397 |
('OPACNoResultsFound','','70|10','Display this HTML when no results are found for a search in the OPAC','Textarea'), |
397 |
('OPACNumbersPreferPhrase','0',NULL,'Control the use of phr operator in callnumber and standard number OPAC searches','YesNo'), |
398 |
('OPACNumbersPreferPhrase','0',NULL,'Control the use of phr operator in callnumber and standard number OPAC searches','YesNo'), |
398 |
('OPACnumSearchResults','20',NULL,'Specify the maximum number of results to display on a page of results','Integer'), |
399 |
('OPACnumSearchResults','20',NULL,'Specify the maximum number of results to display on a page of results','Integer'), |
|
|
400 |
('OPACnumSearchResultsPerPage', '10,20,40,60,80,100', NULL, 'Option list of number of results per page to show in OPAC search results','YesNo'), |
399 |
('OpacPasswordChange','1',NULL,'If ON, enables patron-initiated password change in OPAC (disable it when using LDAP auth)','YesNo'), |
401 |
('OpacPasswordChange','1',NULL,'If ON, enables patron-initiated password change in OPAC (disable it when using LDAP auth)','YesNo'), |
400 |
('OPACPatronDetails','1','','If OFF the patron details tab in the OPAC is disabled.','YesNo'), |
402 |
('OPACPatronDetails','1','','If OFF the patron details tab in the OPAC is disabled.','YesNo'), |
401 |
('OPACpatronimages','0',NULL,'Enable patron images in the OPAC','YesNo'), |
403 |
('OPACpatronimages','0',NULL,'Enable patron images in the OPAC','YesNo'), |
402 |
- |
|
|