From 63b339a729239891518f8d98c079992f49ee4323 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 --- 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.11.0