Browse Source

adding missing systempreferences to en

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
3.0.x
Joshua Ferraro 17 years ago
parent
commit
44996f90f4
  1. 5
      admin/systempreferences.pl
  2. 4
      installer/data/en/mandatory/sysprefs.sql

5
admin/systempreferences.pl

@ -74,6 +74,8 @@ my %tabsysprefs;
# Authorities
$tabsysprefs{authoritysep}="Authorities";
$tabsysprefs{AuthDisplayHierarchy}="Authorities";
$tabsysprefs{dontmerge}="Authorities";
$tabsysprefs{BiblioAddsAuthorities}="Authorities";
# Catalogue
$tabsysprefs{advancedMARCEditor}="Catalogue";
$tabsysprefs{autoBarcode}="Catalogue";
@ -97,9 +99,7 @@ my %tabsysprefs;
$tabsysprefs{NoZebraIndexes}="Catalogue";
$tabsysprefs{ReceiveBackIssues}="Catalogue";
$tabsysprefs{DefaultClassificationSource}="Catalogue";
$tabsysprefs{SearchMyLibraryFirst}="Catalogue";
$tabsysprefs{RoutingSerials}="Catalogue";
$tabsysprefs{BiblioAddsAuthorities}="Catalogue";
# Circulation
$tabsysprefs{maxoutstanding}="Circulation";
@ -161,6 +161,7 @@ my %tabsysprefs;
$tabsysprefs{opacheader}="OPAC";
# OPACFeatures
$tabsysprefs{SearchMyLibraryFirst}="OPACFeatures";
$tabsysprefs{Disable_Dictionary}="OPACFeatures";
$tabsysprefs{hidelostitems}="OPACFeatures";
$tabsysprefs{opacbookbag}="OPACFeatures";

4
installer/data/en/mandatory/sysprefs.sql

@ -106,3 +106,7 @@ INSERT INTO `systempreferences` (variable,value,explanation,options,type) VALUES
INSERT INTO `systempreferences` (variable,value,explanation,options,type) VALUES ('NoZebraIndexes','0','Enter a specific hash for NoZebra indexes. Enter : \'indexname\' => \'100a,245a,500*\',\'index2\' => \'...\'','','Free');
INSERT INTO `systempreferences` (variable,value,explanation,options,type) VALUES ('SessionStorage','mysql','Use mysql or a temporary file for storing session data','mysql|tmp','Choice');
INSERT INTO `systempreferences` (variable,value,explanation,options,type) VALUES ('CircAutocompl','1','If ON, autocompletion is enabled for the Circulation input',NULL,'YesNo');
INSERT INTO `systempreferences` (variable,value,explanation,options,type) VALUES ('RoutingSerials','1','If ON, serials routing is enabled',NULL,'YesNo');
INSERT INTO `systempreferences` (variable,value,explanation,options,type) VALUES ('SearchMyLibraryFirst','1','If ON, OPAC searches return results limited by the user\'s library by default if they are logged in',NULL,'YesNo');
INSERT INTO `systempreferences` (variable,value,explanation,options,type) VALUES ('dontmerge','1','If ON, modifying an authority record will not update all associated bibliographic records immediately, ask your system administrator to enable the merge_authotities.pl cron job',NULL,'YesNo');
INSERT INTO `systempreferences` (variable,value,explanation,options,type) VALUES ('BiblioAddsAuthorities','1','If ON, adding a new biblio will check for an existing authority record and create one on the fly if one doesn\'t exist',NULL,'YesNo');

Loading…
Cancel
Save