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

Bruno Toumi btoumi at ouestprovence.fr
Mon Sep 11 11:53:56 CEST 2006


CVSROOT:	/sources/koha
Module name:	koha
Branch:		rel_3_0
Changes by:	Bruno Toumi <btoumi>	06/09/11 09:53:56

Modified files:
	admin          : systempreferences.pl 

Log message:
	bug fixing: modify wrong url to systempreferences.tmpl

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

Patches:
Index: systempreferences.pl
===================================================================
RCS file: /sources/koha/koha/admin/systempreferences.pl,v
retrieving revision 1.34.2.1
retrieving revision 1.34.2.2
diff -u -b -r1.34.2.1 -r1.34.2.2
--- systempreferences.pl	29 Aug 2006 16:11:35 -0000	1.34.2.1
+++ systempreferences.pl	11 Sep 2006 09:53:56 -0000	1.34.2.2
@@ -164,7 +164,7 @@
 my $script_name="/cgi-bin/koha/admin/systempreferences.pl";
 
 my ($template, $borrowernumber, $cookie)
-    = get_template_and_user({template_name => "parameters/systempreferences.tmpl",
+    = get_template_and_user({template_name => "admin/systempreferences.tmpl",
 			     query => $input,
 			     type => "intranet",
 			     authnotrequired => 0,





More information about the Koha-cvs mailing list