From 91dcad0f4f0b222fb07eb60d042dc1fc2afd3a0d Mon Sep 17 00:00:00 2001 From: Owen Leonard <oleonard@myacpl.org> Date: Fri, 20 May 2011 10:48:13 -0400 Subject: [PATCH] [SIGNED-OFF] Fix for Bug 6378 - Misaligned columns on tags approval page T:T variable scope correction. Signed-off-by: Nicole C. Engard <nengard@bywatersolutions.com> --- .../intranet-tmpl/prog/en/modules/tags/review.tt | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) 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 abe8b95..8c53028 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; } <input class="rej" type="submit" title="[% tagloo.term %]" value="Reject" name="reject" /> </span> </td> - [% UNLESS ( tagloo.filter_approved_pending ) %]<td> </td>[% END %] + [% UNLESS ( filter_approved_pending ) %]<td> </td>[% END %] [% END %] <td>[% tagloo.date_approved %] </td> -- 1.7.2.3