Fix for Bug 6378 - Misaligned columns on tags approval page github/bug_6378 origin/new/bug_6378
authorOwen Leonard <oleonard@myacpl.org>
Fri, 20 May 2011 14:48:13 +0000 (10:48 -0400)
committerChris Cormack <chrisc@catalyst.net.nz>
Sun, 29 May 2011 01:27:41 +0000 (13:27 +1200)
T:T variable scope correction.

Signed-off-by: Nicole C. Engard <nengard@bywatersolutions.com>
Signed-off-by: Ian Walls <ian.walls@bywatersolutions.com>
Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
koha-tmpl/intranet-tmpl/prog/en/modules/tags/review.tt

index abe8b95..8c53028 100644 (file)
@@ -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>