[Koha-patches] [PATCH] Adding a notes column, fixing a typo in TMPL_VAR statement that caused notes not to display.

Liz Rea lrea at nekls.org
Fri Jun 12 17:35:33 CEST 2009



---
.../prog/en/modules/suggestion/acceptorreject.tmpl |    7 ++++---
1 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/suggestion/ 
acceptorreject.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/ 
suggestion/acceptorreject.tmpl
index ca54409..b0eefc0 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/suggestion/ 
acceptorreject.tmpl
+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/suggestion/ 
acceptorreject.tmpl
@@ -133,7 +133,8 @@
	<!-- /TMPL_IF -->
         <thead><tr>
             <th>Suggestion</th>
-            <th>Suggested by</th>
+            <th>Notes</th>
+	    <th>Suggested by</th>
             <th>Date</th>
             <th>Reason</th>
     <!--TMPL_IF EXPR="suggestiontype ne 'pending'"-->
@@ -149,8 +150,8 @@
     <!-- TMPL_VAR NAME="title" escape="html" --><!-- TMPL_IF  
NAME="author" -->, by <!-- TMPL_VAR NAME="author" --><!-- /TMPL_IF -- 
 ><br />
                     <!-- TMPL_IF name="copyrightdate" -->&copy; <!--  
TMPL_VAR name="copyrightdate" --> <!-- /TMPL_IF -->
                         <!-- TMPL_IF name="volumedesc" -->;  
Volume:<i><!-- TMPL_VAR name="volumedesc" --></i> <!-- /TMPL_IF -->
-                        <!-- TMPL_IF name="isbn" -->; ISBN :<i><!--  
TMPL_VAR name="isbn" --></i> <!-- /TMPL_IF --><!-- TMPL_IF  
name="publishercode" -->; Published by <!-- TMPL_VAR  
name="publishercode" --> <!-- /TMPL_IF --><!-- TMPL_IF  
name="publicationyear" --> in <i><!-- TMPL_VAR name="publicationyear"  
--></i> <!-- /TMPL_IF --><!-- TMPL_IF name="place" --> in <i><!--  
TMPL_VAR name="place" --></i> <!-- /TMPL_IF --><br /><!-- TMPL_IF  
name="note" --><!-- TMPL VAR NAME="note" --><!-- /TMPL_IF -->
-                </td>
+                        <!-- TMPL_IF name="isbn" -->; ISBN :<i><!--  
TMPL_VAR name="isbn" --></i> <!-- /TMPL_IF --><!-- TMPL_IF  
name="publishercode" -->; Published by <!-- TMPL_VAR  
name="publishercode" --> <!-- /TMPL_IF --><!-- TMPL_IF  
name="publicationyear" --> in <i><!-- TMPL_VAR name="publicationyear"  
--></i> <!-- /TMPL_IF --><!-- TMPL_IF name="place" --> in <i><!--  
TMPL_VAR name="place" --></i> <!-- /TMPL_IF --><br /></td>
+			<td><!-- TMPL_VAR NAME="note" --></td>
                 <td>
                     <a href="/cgi-bin/koha/members/moremember.pl? 
borrowernumber=<!-- TMPL_VAR NAME="borrnumsuggestedby" -->"><!--  
TMPL_VAR name="surnamesuggestedby" -->
                     <!-- TMPL_IF name="firstnamesuggestedby" -- 
 >,<!-- /TMPL_IF -->
-- 
1.5.6.5





More information about the Koha-patches mailing list