[Koha-patches] [PATCH] Fix for Bug 6378 - Misaligned columns on tags approval page

Owen Leonard oleonard at myacpl.org
Fri May 20 16:49:21 CEST 2011


T:T variable scope correction.
---
 .../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>&nbsp;</td>[% END %]
+	    [% UNLESS ( filter_approved_pending ) %]<td>&nbsp;</td>[% END %]
 		[% END %]
 	    <td>[% tagloo.date_approved %]
 	    </td>
-- 
1.7.3



More information about the Koha-patches mailing list