[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Koha-cvs] koha/bull subscription-detail.pl [rel_2_2]
From: |
Joshua Ferraro |
Subject: |
[Koha-cvs] koha/bull subscription-detail.pl [rel_2_2] |
Date: |
Mon, 13 Feb 2006 07:11:54 +0000 |
CVSROOT: /sources/koha
Module name: koha
Branch: rel_2_2
Changes by: Joshua Ferraro <address@hidden> 06/02/13 07:11:54
Modified files:
bull : subscription-detail.pl
Log message:
Adding support for intranetstylesheet and intranetcolorstylesheet
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/koha/bull/subscription-detail.pl.diff?only_with_tag=rel_2_2&tr1=1.5.2.3&tr2=1.5.2.4&r1=text&r2=text
Patches:
Index: koha/bull/subscription-detail.pl
diff -u koha/bull/subscription-detail.pl:1.5.2.3
koha/bull/subscription-detail.pl:1.5.2.4
--- koha/bull/subscription-detail.pl:1.5.2.3 Fri Sep 9 10:11:38 2005
+++ koha/bull/subscription-detail.pl Mon Feb 13 07:11:54 2006
@@ -136,6 +136,8 @@
$template->param(
"periodicity$subs->{periodicity}" => 1,
"arrival$subs->{dow}" => 1,
+ intranetstylesheet =>
C4::Context->preference("intranetstylesheet"),
+ intranetcolorstylesheet =>
C4::Context->preference("intranetcolorstylesheet"),
);
output_html_with_http_headers $query, $cookie, $template->output;
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Koha-cvs] koha/bull subscription-detail.pl [rel_2_2],
Joshua Ferraro <=