>From 44780c65b152b8fe7de6d0febce9e2d5248b4d04 Mon Sep 17 00:00:00 2001 From: Nicole Engard <[email protected]> Date: Mon, 23 Nov 2009 16:54:48 -0500 Subject: [PATCH] Replacement: Bug 3807: Reviewer column removed from Pending Tags Content-Type: text/plain; charset="utf-8"
---
.../intranet-tmpl/prog/en/modules/tags/review.tmpl | 6 ++----
1 files changed, 2 insertions(+), 4 deletions(-)
diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tags/review.tmpl
b/koha-tmpl/intranet-tmpl/prog/en/modules/tags/review.tmpl
index 18f8f79..a42a71a 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/tags/review.tmpl
+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tags/review.tmpl
@@ -202,10 +202,7 @@ td input,td input[type="submit"] { font-size:
85%; padding: 1px; }
<th>Term</th>
<th>Weight</th>
<th>Actions</th>
- <!-- TMPL_IF NAME="filter_approved_pending" -->
- <!-- TMPL_ELSE -->
- <th>Reviewer</th>
- <!-- /TMPL_IF -->
+ <!-- TMPL_UNLESS NAME="filter_approved_pending"
--><th>Reviewer</th><!-- /TMPL_UNLESS -->
<th>Date</th>
</tr>
<!-- TMPL_LOOP NAME="tagloop" -->
@@ -242,6 +239,7 @@ td input,td input[type="submit"] { font-size: 85%;
padding: 1px; }
<input class="rej" type="submit" title="<!-- TMPL_VAR
NAME="term"-->" value="Reject" name="reject" />
</span>
</td>
+ <!-- TMPL_UNLESS NAME="filter_approved_pending"
--><td> </td><!-- /TMPL_UNLESS -->
<!-- /TMPL_IF -->
<td><!-- TMPL_VAR NAME="date_approved"-->
</td>
--
1.5.6.5
0003-Replacement-Bug-3807-Reviewer-column-removed-from.patch
Description: Binary data
_______________________________________________ Koha-patches mailing list [email protected] http://lists.koha.org/mailman/listinfo/koha-patches
