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

Nicole Engard nengard at gmail.com
Tue Nov 24 16:00:53 CET 2009


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


More information about the Koha-patches mailing list