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

paul poulain paul at koha-fr.org
Tue Oct 24 21:59:40 CEST 2006


CVSROOT:	/sources/koha
Module name:	koha
Branch:		rel_3_0
Changes by:	paul poulain <tipaul>	06/10/24 19:59:39

Modified files:
	admin          : systempreferences.pl 
	koha-tmpl/intranet-tmpl/prog/en/admin: systempreferences.tmpl 

Log message:
	- tabbing new systempreferences
	- adding intranet tab (that was missing)

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/admin/systempreferences.pl?cvsroot=koha&only_with_tag=rel_3_0&r1=1.34.2.3&r2=1.34.2.4
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/intranet-tmpl/prog/en/admin/systempreferences.tmpl?cvsroot=koha&only_with_tag=rel_3_0&r1=1.1&r2=1.1.2.1

Patches:
Index: admin/systempreferences.pl
===================================================================
RCS file: /sources/koha/koha/admin/systempreferences.pl,v
retrieving revision 1.34.2.3
retrieving revision 1.34.2.4
diff -u -b -r1.34.2.3 -r1.34.2.4
--- admin/systempreferences.pl	19 Oct 2006 14:17:29 -0000	1.34.2.3
+++ admin/systempreferences.pl	24 Oct 2006 19:59:39 -0000	1.34.2.4
@@ -64,8 +64,12 @@
 	$tabsysprefs{KohaAdminEmailAddress}="Admin";
 	$tabsysprefs{MIME}="Admin";
 	$tabsysprefs{timeout}="Admin";
+    $tabsysprefs{Activate_Log}="Admin";
+    $tabsysprefs{Intranet_includes}="Admin";
+
 # Authorities
 	$tabsysprefs{authoritysep}="Authorities";
+    $tabsysprefs{AuthDisplayHierarchy}="Authorities";
 # Catalogue
 	$tabsysprefs{advancedMARCEditor}="Catalogue";
 	$tabsysprefs{autoBarcode}="Catalogue";
@@ -82,6 +86,9 @@
 	$tabsysprefs{MARCOrgCode}="Catalogue";
 	$tabsysprefs{z3950AuthorAuthFields}="Catalogue";
 	$tabsysprefs{z3950NormalizeAuthor}="Catalogue";
+    $tabsysprefs{Stemming}="Catalogue";
+    $tabsysprefs{WeightFields}="Catalogue";
+
 # Circulation
 	$tabsysprefs{maxoutstanding}="Circulation";
 	$tabsysprefs{maxreserves}="Circulation";
@@ -91,6 +98,11 @@
 	$tabsysprefs{printcirculationslips}="Circulation";
 	$tabsysprefs{ReturnBeforeExpiry}="Circulation";
 	$tabsysprefs{SpecifyDueDate}="Circulation";
+    $tabsysprefs{AutomaticItemReturn}="Circulation";
+    $tabsysprefs{ReservesMaxPickUpDelay}="Circulation";
+    $tabsysprefs{TransfersMaxDaysWarning}="Circulation";
+    $tabsysprefs{useDaysMode}="Circulation";
+
 # Intranet
 	$tabsysprefs{TemplateEncoding}="Intranet";
 	$tabsysprefs{template}="Intranet";
@@ -105,6 +117,8 @@
 	$tabsysprefs{NotifyBorrowerDeparture}="Members";
         $tabsysprefs{memberofinstitution}="Members";
         $tabsysprefs{ReadingHistory}="Members";
+    $tabsysprefs{BorrowerMandatoryField}="Members";
+    $tabsysprefs{borrowerRelationship}="Members";
 # OPAC
 	$tabsysprefs{AmazonAssocTag}="OPAC";
 	$tabsysprefs{AmazonContent}="OPAC";
@@ -133,6 +147,7 @@
 	$tabsysprefs{suggestion}="OPAC";
 	$tabsysprefs{virtualshelves}="OPAC";
 	$tabsysprefs{opacheader}="OPAC";
+    $tabsysprefs{reviewson}="OPAC";
 
 sub StringSearch  {
 	my ($env,$searchstring,$type)=@_;

Index: koha-tmpl/intranet-tmpl/prog/en/admin/systempreferences.tmpl
===================================================================
RCS file: /sources/koha/koha/koha-tmpl/intranet-tmpl/prog/en/admin/systempreferences.tmpl,v
retrieving revision 1.1
retrieving revision 1.1.2.1
diff -u -b -r1.1 -r1.1.2.1
--- koha-tmpl/intranet-tmpl/prog/en/admin/systempreferences.tmpl	24 Feb 2006 11:18:17 -0000	1.1
+++ koha-tmpl/intranet-tmpl/prog/en/admin/systempreferences.tmpl	24 Oct 2006 19:59:39 -0000	1.1.2.1
@@ -207,6 +207,15 @@
 			</li>
 			<li>
 				<!--TMPL_IF Name="Others"-->
+					<a href="/cgi-bin/koha/admin/systempreferences.pl?tab=Intranet" class="here">Intranet
+					</a>
+				<!--TMPL_ELSE-->
+					<a href="/cgi-bin/koha/admin/systempreferences.pl?tab=Intranet">Intranet
+					</a>
+				<!--/TMPL_IF-->
+			</li>
+			<li>
+				<!--TMPL_IF Name="Others"-->
 					<a href="/cgi-bin/koha/admin/systempreferences.pl?tab=" class="here">Others
 					</a>
 				<!--TMPL_ELSE-->





More information about the Koha-cvs mailing list