From fa7d6a0435f5ef2e6b8f50a61b95d4bfc22c8bef Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Fri, 20 May 2011 10:48:13 -0400 Subject: [PATCH] Fix for Bug 6378 - Misaligned columns on tags approval page T:T variable scope correction. Signed-off-by: Nicole C. Engard Signed-off-by: Ian Walls Signed-off-by: Chris Cormack --- koha-tmpl/intranet-tmpl/prog/en/modules/tags/review.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tags/review.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tags/review.tt index abe8b95d3f..8c53028c01 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/tags/review.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tags/review.tt @@ -239,7 +239,7 @@ td input,td input[type="submit"] { font-size: 85%; padding: 1px; } - [% UNLESS ( tagloo.filter_approved_pending ) %] [% END %] + [% UNLESS ( filter_approved_pending ) %] [% END %] [% END %] [% tagloo.date_approved %] -- 2.20.1