[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Koha-cvs] koha/admin printers.pl
From: |
Antoine Farnault |
Subject: |
[Koha-cvs] koha/admin printers.pl |
Date: |
Mon, 11 Jun 2007 15:19:46 +0000 |
CVSROOT: /sources/koha
Module name: koha
Changes by: Antoine Farnault <toins> 07/06/11 15:19:46
Modified files:
admin : printers.pl
Log message:
removing template->param already writed on Auth.pm
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/admin/printers.pl?cvsroot=koha&r1=1.17&r2=1.18
Patches:
Index: printers.pl
===================================================================
RCS file: /sources/koha/koha/admin/printers.pl,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -b -r1.17 -r1.18
--- printers.pl 24 Apr 2007 13:54:28 -0000 1.17
+++ printers.pl 11 Jun 2007 15:19:46 -0000 1.18
@@ -176,9 +176,6 @@
}
} #---- END $OP eq DEFAULT
-$template->param(intranetcolorstylesheet =>
C4::Context->preference("intranetcolorstylesheet"),
- intranetstylesheet =>
C4::Context->preference("intranetstylesheet"),
- IntranetNav => C4::Context->preference("IntranetNav"),
- );
+
output_html_with_http_headers $input, $cookie, $template->output;
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Koha-cvs] koha/admin printers.pl,
Antoine Farnault <=