koha-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Antoine Farnault
Subject: [Koha-cvs] koha/koha-tmpl/errors 400.pl 401.pl 402.pl 403.... [rel_3_0]
Date: Mon, 18 Dec 2006 16:41:42 +0000

CVSROOT:        /sources/koha
Module name:    koha
Branch:         rel_3_0
Changes by:     Antoine Farnault <toins>        06/12/18 16:41:42

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

Log message:
        removing use HTML::Template from *.pl.

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

Patches:
Index: 400.pl
===================================================================
RCS file: /sources/koha/koha/koha-tmpl/errors/400.pl,v
retrieving revision 1.2.2.1
retrieving revision 1.2.2.2
diff -u -b -r1.2.2.1 -r1.2.2.2
--- 400.pl      21 Nov 2006 10:45:54 -0000      1.2.2.1
+++ 400.pl      18 Dec 2006 16:41:42 -0000      1.2.2.2
@@ -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');

Index: 401.pl
===================================================================
RCS file: /sources/koha/koha/koha-tmpl/errors/401.pl,v
retrieving revision 1.2.2.1
retrieving revision 1.2.2.2
diff -u -b -r1.2.2.1 -r1.2.2.2
--- 401.pl      21 Nov 2006 10:45:54 -0000      1.2.2.1
+++ 401.pl      18 Dec 2006 16:41:42 -0000      1.2.2.2
@@ -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');

Index: 402.pl
===================================================================
RCS file: /sources/koha/koha/koha-tmpl/errors/402.pl,v
retrieving revision 1.2.2.1
retrieving revision 1.2.2.2
diff -u -b -r1.2.2.1 -r1.2.2.2
--- 402.pl      21 Nov 2006 10:45:54 -0000      1.2.2.1
+++ 402.pl      18 Dec 2006 16:41:42 -0000      1.2.2.2
@@ -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');

Index: 403.pl
===================================================================
RCS file: /sources/koha/koha/koha-tmpl/errors/403.pl,v
retrieving revision 1.2.2.1
retrieving revision 1.2.2.2
diff -u -b -r1.2.2.1 -r1.2.2.2
--- 403.pl      21 Nov 2006 10:45:54 -0000      1.2.2.1
+++ 403.pl      18 Dec 2006 16:41:42 -0000      1.2.2.2
@@ -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');

Index: 404.pl
===================================================================
RCS file: /sources/koha/koha/koha-tmpl/errors/404.pl,v
retrieving revision 1.2.2.1
retrieving revision 1.2.2.2
diff -u -b -r1.2.2.1 -r1.2.2.2
--- 404.pl      21 Nov 2006 10:45:54 -0000      1.2.2.1
+++ 404.pl      18 Dec 2006 16:41:42 -0000      1.2.2.2
@@ -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');

Index: 500.pl
===================================================================
RCS file: /sources/koha/koha/koha-tmpl/errors/500.pl,v
retrieving revision 1.2.2.1
retrieving revision 1.2.2.2
diff -u -b -r1.2.2.1 -r1.2.2.2
--- 500.pl      21 Nov 2006 10:45:54 -0000      1.2.2.1
+++ 500.pl      18 Dec 2006 16:41:42 -0000      1.2.2.2
@@ -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');




reply via email to

[Prev in Thread] Current Thread [Next in Thread]