[Koha-patches] [PATCH] Add some info to Print Page screen: sort fields and total price

Michael Hafen mdhafen at tech.washk12.org
Mon Oct 27 21:02:22 CET 2008


Adds two list items to the contact info section for the two sort fields
adds a conditional row to the bottom of the items checked out table with
the total price of the items.
---
 .../prog/en/modules/members/moremember-print.tmpl  |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember-print.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember-print.tmpl
index f7e688c..c727833 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember-print.tmpl
+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember-print.tmpl
@@ -13,6 +13,8 @@
 <ul><li><!-- TMPL_VAR NAME="address" --><br /><!-- TMPL_VAR NAME="address2" --></li><li><!-- TMPL_VAR NAME="city" -->, <!-- TMPL_VAR NAME="zipcode" --></li>
 <li><!-- TMPL_IF NAME="phone" --><!-- TMPL_VAR NAME="phone" --><!-- TMPL_ELSE -->(no phone number on file)<!-- /TMPL_IF --></li>
 <li><!-- TMPL_IF NAME="email" --><!-- TMPL_VAR NAME="email" --><!-- TMPL_ELSE -->(no email on file)<!-- /TMPL_IF --></li>
+<!-- TMPL_IF NAME="sort1" --><li><!-- TMPL_VAR NAME="sort1" --></li><!-- /TMPL_IF -->
+<!-- TMPL_IF NAME="sort2" --><li><!-- TMPL_VAR NAME="sort2" --></li><!-- /TMPL_IF -->
 </ul>
 
 <!-- TMPL_IF NAME="issueloop" -->
@@ -39,6 +41,9 @@
 		<td><!-- TMPL_IF NAME="red" -->Overdue!<!-- TMPL_ELSE -->&nbsp;<!-- /TMPL_IF --></td>
 	</tr>
 	<!-- /TMPL_LOOP -->
+	<!-- TMPL_IF NAME="totalprice" --><tr>
+		<td colspan="6">Total price if not returned</td><td><!-- TMPL_VAR NAME="totalprice" --></td><td colspan="2"> </td>
+	</tr><!-- /TMPL_IF -->
 	</table>
 	<!-- /TMPL_IF -->
 	
-- 
1.5.4.3




More information about the Koha-patches mailing list