[Koha-cvs] koha/koha-tmpl/errors 400.pl 401.pl 402.pl 403....

paul poulain paul at koha-fr.org
Fri Mar 9 15:41:32 CET 2007


CVSROOT:	/sources/koha
Module name:	koha
Changes by:	paul poulain <tipaul>	07/03/09 14:41:32

Modified files:
	koha-tmpl/errors: 400.pl 401.pl 402.pl 403.pl 404.pl 500.pl 

Log message:
	rel_3_0 moved to HEAD

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/errors/400.pl?cvsroot=koha&r1=1.2&r2=1.3
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/errors/401.pl?cvsroot=koha&r1=1.2&r2=1.3
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/errors/402.pl?cvsroot=koha&r1=1.2&r2=1.3
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/errors/403.pl?cvsroot=koha&r1=1.2&r2=1.3
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/errors/404.pl?cvsroot=koha&r1=1.2&r2=1.3
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/errors/500.pl?cvsroot=koha&r1=1.2&r2=1.3

Patches:
Index: 400.pl
===================================================================
RCS file: /sources/koha/koha/koha-tmpl/errors/400.pl,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -b -r1.2 -r1.3
--- 400.pl	13 Jan 2005 18:35:47 -0000	1.2
+++ 400.pl	9 Mar 2007 14:41:32 -0000	1.3
@@ -6,7 +6,7 @@
 use C4::Output;
 use C4::Interface::CGI::Output;
 use C4::Context;
-use HTML::Template;
+
 
 my $query = new CGI;
 my $admin = C4::Context->preference('KohaAdminEmailAddress');
@@ -14,8 +14,7 @@
 = get_template_and_user({template_name => "errors/400.tmpl",
 				query => $query,
 				type => "intranet",
-				authnotrequired => 0,
-				flagsrequired => {catalogue => 1},
+				authnotrequired => 1,
 				debug => 1,
 				});
 $template->param( admin => $admin);

Index: 401.pl
===================================================================
RCS file: /sources/koha/koha/koha-tmpl/errors/401.pl,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -b -r1.2 -r1.3
--- 401.pl	13 Jan 2005 18:35:47 -0000	1.2
+++ 401.pl	9 Mar 2007 14:41:32 -0000	1.3
@@ -6,7 +6,7 @@
 use C4::Output;
 use C4::Interface::CGI::Output;
 use C4::Context;
-use HTML::Template;
+
 
 my $query = new CGI;
 my $admin = C4::Context->preference('KohaAdminEmailAddress');
@@ -14,8 +14,7 @@
 = get_template_and_user({template_name => "errors/401.tmpl",
 				query => $query,
 				type => "intranet",
-				authnotrequired => 0,
-				flagsrequired => {catalogue => 1},
+				authnotrequired => 1,
 				debug => 1,
 				});
 $template->param( admin => $admin);				

Index: 402.pl
===================================================================
RCS file: /sources/koha/koha/koha-tmpl/errors/402.pl,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -b -r1.2 -r1.3
--- 402.pl	13 Jan 2005 18:35:47 -0000	1.2
+++ 402.pl	9 Mar 2007 14:41:32 -0000	1.3
@@ -6,7 +6,7 @@
 use C4::Output;
 use C4::Interface::CGI::Output;
 use C4::Context;
-use HTML::Template;
+
 
 my $query = new CGI;
 my $admin = C4::Context->preference('KohaAdminEmailAddress');
@@ -14,8 +14,7 @@
 = get_template_and_user({template_name => "errors/402.tmpl",
 				query => $query,
 				type => "intranet",
-				authnotrequired => 0,
-				flagsrequired => {catalogue => 1},
+				authnotrequired => 1,
 				debug => 1,
 				});
 $template->param( admin => $admin);				

Index: 403.pl
===================================================================
RCS file: /sources/koha/koha/koha-tmpl/errors/403.pl,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -b -r1.2 -r1.3
--- 403.pl	13 Jan 2005 18:35:47 -0000	1.2
+++ 403.pl	9 Mar 2007 14:41:32 -0000	1.3
@@ -6,7 +6,7 @@
 use C4::Output;
 use C4::Interface::CGI::Output;
 use C4::Context;
-use HTML::Template;
+
 
 my $query = new CGI;
 my $admin = C4::Context->preference('KohaAdminEmailAddress');
@@ -14,8 +14,7 @@
 = get_template_and_user({template_name => "errors/403.tmpl",
 				query => $query,
 				type => "intranet",
-				authnotrequired => 0,
-				flagsrequired => {catalogue => 1},
+				authnotrequired => 1,
 				debug => 1,
 				});
 $template->param( admin => $admin);				

Index: 404.pl
===================================================================
RCS file: /sources/koha/koha/koha-tmpl/errors/404.pl,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -b -r1.2 -r1.3
--- 404.pl	13 Jan 2005 18:35:47 -0000	1.2
+++ 404.pl	9 Mar 2007 14:41:32 -0000	1.3
@@ -6,7 +6,7 @@
 use C4::Output;
 use C4::Interface::CGI::Output;
 use C4::Context;
-use HTML::Template;
+
 
 my $query = new CGI;
 my $admin = C4::Context->preference('KohaAdminEmailAddress');
@@ -14,8 +14,7 @@
 = get_template_and_user({template_name => "errors/404.tmpl",
 				query => $query,
 				type => "intranet",
-				authnotrequired => 0,
-				flagsrequired => {catalogue => 1},
+				authnotrequired => 1,
 				debug => 1,
 				});
 $template->param( admin => $admin);				

Index: 500.pl
===================================================================
RCS file: /sources/koha/koha/koha-tmpl/errors/500.pl,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -b -r1.2 -r1.3
--- 500.pl	13 Jan 2005 18:35:47 -0000	1.2
+++ 500.pl	9 Mar 2007 14:41:32 -0000	1.3
@@ -6,7 +6,7 @@
 use C4::Output;
 use C4::Interface::CGI::Output;
 use C4::Context;
-use HTML::Template;
+
 
 my $query = new CGI;
 my $admin = C4::Context->preference('KohaAdminEmailAddress');
@@ -14,8 +14,7 @@
 = get_template_and_user({template_name => "errors/500.tmpl",
 				query => $query,
 				type => "intranet",
-				authnotrequired => 0,
-				flagsrequired => {catalogue => 1},
+				authnotrequired => 1,
 				debug => 1,
 				});
 $template->param( admin => $admin);





More information about the Koha-cvs mailing list