[Koha-patches] [PATCH] Bug 3807: Reviewer column removed from Pending tags

Nicole Engard nengard at gmail.com
Tue Nov 24 13:51:13 CET 2009


>From 48cc586492bf5ff94fee07bd81e74d8eab1984f2 Mon Sep 17 00:00:00 2001
From: Nicole Engard <nengard at gmail.com>
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>&nbsp;</td>
 		<!-- /TMPL_IF -->
 	    <td><!-- TMPL_VAR NAME="date_approved"-->
 	    </td>
-- 
1.5.6.5
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0002-Bug-3807-Reviewer-column-removed-from-Pending-tags.patch
Type: application/octet-stream
Size: 1315 bytes
Desc: not available
URL: </pipermail/koha-patches/attachments/20091124/ef8fc877/attachment-0001.obj>


More information about the Koha-patches mailing list