From 61874463ff5a473427e8e1bb6537d3bff5d440af Mon Sep 17 00:00:00 2001 From: Garry Collum Date: Tue, 9 Jun 2009 18:13:26 -0400 Subject: [PATCH] Bug 2889: Added template __odd__ variable to letter.tmpl Used __odd__ variable instead of toggle in letter.tmpl. No toggle variable was defined in letter.pl. The table in letter.tmpl uses jquery for highlighting so the above may not be necessary, unless javascript is turned off. Signed-off-by: Galen Charlton Signed-off-by: Henri-Damien LAURENT --- koha-tmpl/intranet-tmpl/prog/en/modules/tools/letter.tmpl | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/letter.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/letter.tmpl index f61604fd46..cd0745606f 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/letter.tmpl +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/letter.tmpl @@ -144,7 +144,11 @@ $(document).ready(function() {   - + + + + + -- 2.39.5