Adds support for Syndetics Excerpts and Editions
[koha.git] / admin / systempreferences.pl
index d323a51..29dbcec 100755 (executable)
@@ -157,6 +157,7 @@ $tabsysprefs{AllowOnShelfHolds}              = "Circulation";
 $tabsysprefs{AllowHoldsOnDamagedItems}       = "Circulation";
 $tabsysprefs{UseBranchTransferLimits}        = "Circulation";
 $tabsysprefs{AllowHoldPolicyOverride}        = "Circulation";
+$tabsysprefs{BranchTransferLimitsType}       = "Circulation";
 
 # Staff Client
 $tabsysprefs{TemplateEncoding}        = "StaffClient";
@@ -195,7 +196,7 @@ $tabsysprefs{'SMSSendDriver'}              = 'Patrons';
 # I18N/L10N
 $tabsysprefs{dateformat}    = "I18N/L10N";
 $tabsysprefs{opaclanguages} = "I18N/L10N";
-$tabsysprefs{opacthemes}    = "I18N/L10N";
+$tabsysprefs{opaclanguagesdisplay} = "I18N/L10N";
 $tabsysprefs{language}      = "I18N/L10N";
 
 # Searching
@@ -230,6 +231,15 @@ $tabsysprefs{BakerTaylorEnabled}      = 'EnhancedContent';
 $tabsysprefs{BakerTaylorPassword}     = 'EnhancedContent';
 $tabsysprefs{BakerTaylorUsername}     = 'EnhancedContent';
 
+# Syndetics
+$tabsysprefs{SyndeticsClientCode}     = 'EnhancedContent';
+$tabsysprefs{SyndeticsEnabled}        = 'EnhancedContent';
+$tabsysprefs{SyndeticsCoverImages}    = 'EnhancedContent';
+$tabsysprefs{SyndeticsTOC}            = 'EnhancedContent';
+$tabsysprefs{SyndeticsSummary}        = 'EnhancedContent';
+$tabsysprefs{SyndeticsEditions}       = 'EnhancedContent';
+$tabsysprefs{SyndeticsExcerpt}       = 'EnhancedContent';
+
 # FRBR
 $tabsysprefs{FRBRizeEditions}     = "EnhancedContent";
 $tabsysprefs{XISBN}               = "EnhancedContent";
@@ -280,7 +290,6 @@ $tabsysprefs{OPACDisplayRequestPriority} = "OPAC";
 $tabsysprefs{SearchMyLibraryFirst} = "OPAC";
 $tabsysprefs{hidelostitems}        = "OPAC";
 $tabsysprefs{opacbookbag}          = "OPAC";
-$tabsysprefs{opaclanguagesdisplay} = "OPAC";
 $tabsysprefs{OpacPasswordChange}   = "OPAC";
 $tabsysprefs{opacreadinghistory}   = "OPAC";
 $tabsysprefs{virtualshelves}       = "OPAC";