>From 48cc586492bf5ff94fee07bd81e74d8eab1984f2 Mon Sep 17 00:00:00 2001 From: Nicole Engard <[email protected]> Date: Mon, 23 Nov 2009 14:44:46 -0500 Subject: [PATCH] Bug 3807: Reviewer column removed from Pending tags Content-Type: text/plain; charset="utf-8"
---
.../intranet-tmpl/prog/en/modules/tags/review.tmpl | 4 +++-
1 files changed, 3 insertions(+), 1 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 55adfc1..18f8f79 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/tags/review.tmpl
+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tags/review.tmpl
@@ -202,7 +202,10 @@ 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 -->
<th>Date</th>
</tr>
<!-- TMPL_LOOP NAME="tagloop" -->
@@ -239,7 +242,6 @@ 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>
- <td> </td>
<!-- /TMPL_IF -->
<td><!-- TMPL_VAR NAME="date_approved"-->
</td>
--
1.5.6.5
0002-Bug-3807-Reviewer-column-removed-from-Pending-tags.patch
Description: Binary data
_______________________________________________ Koha-patches mailing list [email protected] http://lists.koha.org/mailman/listinfo/koha-patches
