[Koha-cvs] koha/koha-tmpl/intranet-tmpl/ccfls/en/members m... [dev_week]

Kyle Hall kyle.m.hall at gmail.com
Mon Mar 19 18:04:43 CET 2007


CVSROOT:	/sources/koha
Module name:	koha
Branch:		dev_week
Changes by:	Kyle Hall <kylemhall>	07/03/19 17:04:43

Modified files:
	koha-tmpl/intranet-tmpl/ccfls/en/members: moremember.tmpl 

Log message:
	Added alert for failed renewals from moremember.pl

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/intranet-tmpl/ccfls/en/members/moremember.tmpl?cvsroot=koha&only_with_tag=dev_week&r1=1.1.2.1.2.10&r2=1.1.2.1.2.11

Patches:
Index: moremember.tmpl
===================================================================
RCS file: /sources/koha/koha/koha-tmpl/intranet-tmpl/ccfls/en/members/Attic/moremember.tmpl,v
retrieving revision 1.1.2.1.2.10
retrieving revision 1.1.2.1.2.11
diff -u -b -r1.1.2.1.2.10 -r1.1.2.1.2.11
--- moremember.tmpl	19 Mar 2007 11:47:07 -0000	1.1.2.1.2.10
+++ moremember.tmpl	19 Mar 2007 17:04:43 -0000	1.1.2.1.2.11
@@ -62,6 +62,10 @@
 <!-- TMPL_IF name="borrowernotes" --><dl><dt>Notes:</dt> <dd class="error"><!-- TMPL_VAR name="borrowernotes" --></dd></dl><!-- /TMPL_IF --></div>
 <!-- /TMPL_IF -->
 
+<!-- TMPL_IF NAME="failedRenewals"-->
+  <p><font color="red"><strong>1 or more items were unable to be renewed.</strong></font></p>
+<!-- /TMPL_IF -->
+
 <div class="compact">
 <table>
 <tr><th>Name:</th><td><!-- TMPL_IF name="IS_ADULT" --><!-- TMPL_IF NAME="title" -->[<!-- TMPL_VAR name="title" -->]. <!-- /TMPL_IF --> <!-- TMPL_VAR name="firstname" --> <!-- TMPL_VAR name="surname" --> <!-- TMPL_IF NAME="initials" -->(<!-- TMPL_VAR name="initials" -->)<!-- /TMPL_IF --><!-- /TMPL_IF --></td><td rowspan="6"><!-- TMPL_IF NAME="patronimages" --><img src="/patronimages/<!-- TMPL_VAR NAME="cardnumber" -->.<!-- TMPL_VAR NAME="patronimages" -->" alt="" border="0" /><!-- TMPL_ELSE -->&nbsp;<!-- /TMPL_IF --></td></tr>
@@ -192,6 +196,7 @@
 		<th>Price</th>
 		<!-- TMPL_UNLESS NAME="unvalidlibrarian"--><th>Renew</th><!-- /TMPL_UNLESS -->
 		<th>Return</th>
+		<!-- TMPL_IF NAME="failedRenewals"--><th>Renew Attempt</th><!-- /TMPL_IF -->
 	</tr>
 	</thead>
 	<tfoot><tr><td colspan="4">Total Replacement Cost:</td><td class="sum"><!-- TMPL_VAR name="totalprice" --></td><td colspan="3">&nbsp;</td></tr></tfoot>
@@ -217,6 +222,7 @@
 		<!-- /TMPL_IF -->
 		</td><!-- /TMPL_UNLESS -->
 		<td><a href="/cgi-bin/koha/circ/returns.pl?barcode=<!-- TMPL_VAR name="barcode" -->">Return</a></td>
+		<td><!-- TMPL_IF name="failedrenewal" --><font color="red">Renewal Failed</font><!-- /TMPL_IF --></td>
 	</tr>
 	<!-- /TMPL_LOOP --><!-- TMPL_ELSE --><tr><td colspan="7">Patron has no Checkouts.</td></tr><!-- /TMPL_IF -->
 	</tbody>





More information about the Koha-cvs mailing list