Lines 365-371
INSERT INTO systempreferences ( `variable`, `value`, `options`, `explanation`, `
Link Here
|
365 |
('KohaManualBaseURL','https://koha-community.org/manual/','','Where is the Koha manual/documentation located?','Free'), |
365 |
('KohaManualBaseURL','https://koha-community.org/manual/','','Where is the Koha manual/documentation located?','Free'), |
366 |
('KohaManualLanguage','en','en|ar|cs|de|es|fr|it|pt_BR|tr|zh_TW','What is the language of the online manual you want to use?','Choice'), |
366 |
('KohaManualLanguage','en','en|ar|cs|de|es|fr|it|pt_BR|tr|zh_TW','What is the language of the online manual you want to use?','Choice'), |
367 |
('LabelMARCView','standard','standard|economical','Define how a MARC record will display','Choice'), |
367 |
('LabelMARCView','standard','standard|economical','Define how a MARC record will display','Choice'), |
368 |
('StaffInterfaceLanguages','en',NULL,'Set the default language in the staff interface.','Languages'), |
|
|
369 |
('LibraryName','','','Define the library name as displayed on the OPAC',''), |
368 |
('LibraryName','','','Define the library name as displayed on the OPAC',''), |
370 |
('LibraryThingForLibrariesEnabled','0','','Enable or Disable Library Thing for Libraries Features','YesNo'), |
369 |
('LibraryThingForLibrariesEnabled','0','','Enable or Disable Library Thing for Libraries Features','YesNo'), |
371 |
('LibraryThingForLibrariesID','','','See:http://librarything.com/forlibraries/','free'), |
370 |
('LibraryThingForLibrariesID','','','See:http://librarything.com/forlibraries/','free'), |
Lines 659-667
INSERT INTO systempreferences ( `variable`, `value`, `options`, `explanation`, `
Link Here
|
659 |
('RenewalSendNotice','0','',NULL,'YesNo'), |
658 |
('RenewalSendNotice','0','',NULL,'YesNo'), |
660 |
('RenewSerialAddsSuggestion','0',NULL,'If ON, adds a new suggestion at serial subscription renewal','YesNo'), |
659 |
('RenewSerialAddsSuggestion','0',NULL,'If ON, adds a new suggestion at serial subscription renewal','YesNo'), |
661 |
('RentalFeesCheckoutConfirmation', '0', NULL , 'Allow user to confirm when checking out an item with rental fees.', 'YesNo'), |
660 |
('RentalFeesCheckoutConfirmation', '0', NULL , 'Allow user to confirm when checking out an item with rental fees.', 'YesNo'), |
|
|
661 |
('ReplytoDefault','',NULL,'Use this email address as the replyto in emails','Free'), |
662 |
('ReportsExportFormatODS',1,NULL,'Show ODS download in Reports','YesNo'), |
662 |
('ReportsExportFormatODS',1,NULL,'Show ODS download in Reports','YesNo'), |
663 |
('ReportsExportLimit',NULL,NULL,'Limit for report downloads','Integer'), |
663 |
('ReportsExportLimit',NULL,NULL,'Limit for report downloads','Integer'), |
664 |
('ReplytoDefault','',NULL,'Use this email address as the replyto in emails','Free'), |
|
|
665 |
('ReportsLog','0',NULL,'If ON, log information about reports.','YesNo'), |
664 |
('ReportsLog','0',NULL,'If ON, log information about reports.','YesNo'), |
666 |
('RequireCashRegister','0',NULL,'Require a cash register when collecting a payment','YesNo'), |
665 |
('RequireCashRegister','0',NULL,'Require a cash register when collecting a payment','YesNo'), |
667 |
('RequireChoosingExistingAuthority','0',NULL,'Require existing authority selection in controlled fields during cataloging.','YesNo'), |
666 |
('RequireChoosingExistingAuthority','0',NULL,'Require existing authority selection in controlled fields during cataloging.','YesNo'), |
Lines 747-752
INSERT INTO systempreferences ( `variable`, `value`, `options`, `explanation`, `
Link Here
|
747 |
('SpineLabelShowPrintOnBibDetails','0','','If turned on, a \"Print label\" link will appear for each item on the bib details page in the staff interface.','YesNo'), |
746 |
('SpineLabelShowPrintOnBibDetails','0','','If turned on, a \"Print label\" link will appear for each item on the bib details page in the staff interface.','YesNo'), |
748 |
('staffClientBaseURL','',NULL,'Specify the base URL of the staff interface starting with http:// or https://. Do not include a trailing slash in the URL. (This must be filled in correctly for CAS, svc, and load_testing to work.)','free'), |
747 |
('staffClientBaseURL','',NULL,'Specify the base URL of the staff interface starting with http:// or https://. Do not include a trailing slash in the URL. (This must be filled in correctly for CAS, svc, and load_testing to work.)','free'), |
749 |
('StaffHighlightedWords','1','','Highlight search terms on staff interface','YesNo'), |
748 |
('StaffHighlightedWords','1','','Highlight search terms on staff interface','YesNo'), |
|
|
749 |
('StaffInterfaceLanguages','en',NULL,'Set the default language in the staff interface.','Languages'), |
750 |
('StaffLangSelectorMode','footer','top|both|footer','Select the location to display the language selector in staff interface','Choice'), |
750 |
('StaffLangSelectorMode','footer','top|both|footer','Select the location to display the language selector in staff interface','Choice'), |
751 |
('StaffLoginInstructions', '', NULL, 'HTML to go into the login box for the staff interface','Free'), |
751 |
('StaffLoginInstructions', '', NULL, 'HTML to go into the login box for the staff interface','Free'), |
752 |
('StaffLoginLibraryBasedOnIP', '1','', 'Set the logged in library for the user based on their current IP','YesNo'), |
752 |
('StaffLoginLibraryBasedOnIP', '1','', 'Set the logged in library for the user based on their current IP','YesNo'), |
753 |
- |
|
|