[Koha-cvs] koha/admin systempreferences.pl [rel_3_0]

Antoine Farnault antoine at koha-fr.org
Thu Oct 19 16:17:29 CEST 2006


CVSROOT:	/sources/koha
Module name:	koha
Branch:		rel_3_0
Changes by:	Antoine Farnault <toins>	06/10/19 14:17:29

Modified files:
	admin          : systempreferences.pl 

Log message:
	sync with dev_week : Moving some unclassified system preferences to the relevant tab

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/admin/systempreferences.pl?cvsroot=koha&only_with_tag=rel_3_0&r1=1.34.2.2&r2=1.34.2.3

Patches:
Index: systempreferences.pl
===================================================================
RCS file: /sources/koha/koha/admin/systempreferences.pl,v
retrieving revision 1.34.2.2
retrieving revision 1.34.2.3
diff -u -b -r1.34.2.2 -r1.34.2.3
--- systempreferences.pl	11 Sep 2006 09:53:56 -0000	1.34.2.2
+++ systempreferences.pl	19 Oct 2006 14:17:29 -0000	1.34.2.3
@@ -57,8 +57,13 @@
 	$tabsysprefs{gist}="Acquisitions";
 # Admin
 	$tabsysprefs{dateformat}="Admin";
+	$tabsysprefs{delimiter}="Admin";
+	$tabsysprefs{IndependantBranches}="Admin";
 	$tabsysprefs{insecure}="Admin";
 	$tabsysprefs{KohaAdmin}="Admin";
+	$tabsysprefs{KohaAdminEmailAddress}="Admin";
+	$tabsysprefs{MIME}="Admin";
+	$tabsysprefs{timeout}="Admin";
 # Authorities
 	$tabsysprefs{authoritysep}="Authorities";
 # Catalogue
@@ -68,11 +73,15 @@
 	$tabsysprefs{IntranetBiblioDefaultView} = "Catalogue";
 	$tabsysprefs{ISBD}="Catalogue";
 	$tabsysprefs{itemcallnumber}="Catalogue";
+	$tabsysprefs{kohaspsuggest} = "Catalogue";
 	$tabsysprefs{LabelMARCView}="Catalogue";
 	$tabsysprefs{marc}="Catalogue";
 	$tabsysprefs{marcflavour}="Catalogue";
 	$tabsysprefs{serialsadditems}="Catalogue";
 	$tabsysprefs{sortbynonfiling}="Catalogue";
+	$tabsysprefs{MARCOrgCode}="Catalogue";
+	$tabsysprefs{z3950AuthorAuthFields}="Catalogue";
+	$tabsysprefs{z3950NormalizeAuthor}="Catalogue";
 # Circulation
 	$tabsysprefs{maxoutstanding}="Circulation";
 	$tabsysprefs{maxreserves}="Circulation";
@@ -81,9 +90,18 @@
 	$tabsysprefs{patronimages}="Circulation";
 	$tabsysprefs{printcirculationslips}="Circulation";
 	$tabsysprefs{ReturnBeforeExpiry}="Circulation";
+	$tabsysprefs{SpecifyDueDate}="Circulation";
+# Intranet
+	$tabsysprefs{TemplateEncoding}="Intranet";
+	$tabsysprefs{template}="Intranet";
+	$tabsysprefs{intranetstylesheet}="Intranet";
+	$tabsysprefs{IntranetNav}="Intranet";
+	$tabsysprefs{intranetcolorstylesheet}="Intranet";
+	$tabsysprefs{intranetuserjs}="Intranet";
 # Members
 	$tabsysprefs{automembernum}="Members";
 	$tabsysprefs{checkdigit}="Members";
+	$tabsysprefs{intranetreadinghistory}="Members";
 	$tabsysprefs{NotifyBorrowerDeparture}="Members";
         $tabsysprefs{memberofinstitution}="Members";
         $tabsysprefs{ReadingHistory}="Members";
@@ -109,10 +127,12 @@
 	$tabsysprefs{opacsmallimage}="OPAC";
 	$tabsysprefs{opacstylesheet}="OPAC";
 	$tabsysprefs{opacthemes}="OPAC";
+	$tabsysprefs{opacuserjs}="OPAC";
 	$tabsysprefs{opacuserlogin}="OPAC";
 	$tabsysprefs{SubscriptionHistory}="OPAC";
 	$tabsysprefs{suggestion}="OPAC";
 	$tabsysprefs{virtualshelves}="OPAC";
+	$tabsysprefs{opacheader}="OPAC";
 
 sub StringSearch  {
 	my ($env,$searchstring,$type)=@_;
@@ -157,7 +177,6 @@
 	return ($cnt,\@results);
 }
 
-
 my $input = new CGI;
 my $searchfield=$input->param('searchfield');
 my $offset=$input->param('offset');
@@ -177,10 +196,10 @@
 
 if ($op) {
 $template->param(script_name => $script_name,
-						$op              => 1,); # we show only the TMPL_VAR names $op
+						$op              => 1); # we show only the TMPL_VAR names $op
 } else {
 $template->param(script_name => $script_name,
-						else              => 1,); # we show only the TMPL_VAR names $op
+						else              => 1); # we show only the TMPL_VAR names $op
 }
 
 if ($op eq 'update_and_reedit') {





More information about the Koha-cvs mailing list