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

paul poulain paul at koha-fr.org
Mon Oct 30 10:46:42 CET 2006


CVSROOT:	/sources/koha
Module name:	koha
Branch:		rel_3_0
Changes by:	paul poulain <tipaul>	06/10/30 09:46:42

Modified files:
	admin          : systempreferences.pl 

Log message:
	adding tab in template & removing useless param

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

Patches:
Index: systempreferences.pl
===================================================================
RCS file: /sources/koha/koha/admin/systempreferences.pl,v
retrieving revision 1.34.2.4
retrieving revision 1.34.2.5
diff -u -b -r1.34.2.4 -r1.34.2.5
--- systempreferences.pl	24 Oct 2006 19:59:39 -0000	1.34.2.4
+++ systempreferences.pl	30 Oct 2006 09:46:42 -0000	1.34.2.5
@@ -435,9 +435,7 @@
 		my $nextpage =$offset+$pagesize;
 		$template->param("a href=$script_name?offset=".$nextpage.'Next &gt;&gt;</a>');
 	}
-} #---- END $OP eq DEFAULT
-$template->param(intranetcolorstylesheet => C4::Context->preference("intranetcolorstylesheet"),
-		intranetstylesheet => C4::Context->preference("intranetstylesheet"),
-		IntranetNav => C4::Context->preference("IntranetNav"),
+    $template->param(		tab => $tab,
 		);
+} #---- END $OP eq DEFAULT
 output_html_with_http_headers $input, $cookie, $template->output;





More information about the Koha-cvs mailing list