[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Koha-cvs] koha/koha-tmpl/intranet-tmpl/ccfls/en/members m... [dev_week]
From: |
Kyle Hall |
Subject: |
[Koha-cvs] koha/koha-tmpl/intranet-tmpl/ccfls/en/members m... [dev_week] |
Date: |
Tue, 21 Aug 2007 12:53:07 +0000 |
CVSROOT: /sources/koha
Module name: koha
Branch: dev_week
Changes by: Kyle Hall <kylemhall> 07/08/21 12:53:07
Modified files:
koha-tmpl/intranet-tmpl/ccfls/en/members: moremember.tmpl
Log message:
Added some custom code to our moremember.pl so overdue titles show up
in red, but overdue titles still within the grace period (
issueingrules.firstremind ) show up in 'yellow'. These alterations do not
affect the template.
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.18&r2=1.1.2.1.2.19
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.18
retrieving revision 1.1.2.1.2.19
diff -u -b -r1.1.2.1.2.18 -r1.1.2.1.2.19
--- moremember.tmpl 22 May 2007 11:50:53 -0000 1.1.2.1.2.18
+++ moremember.tmpl 21 Aug 2007 12:53:07 -0000 1.1.2.1.2.19
@@ -227,13 +227,17 @@
</thead>
<tfoot><tr><td colspan="4">Total Replacement Cost:</td><td
class="sum"><!-- TMPL_VAR name="totalprice" --></td><td
colspan="3"> </td></tr></tfoot>
<tbody>
-<!-- TMPL_IF NAME="issueloop" --> <!-- TMPL_LOOP name="issueloop" -->
+<!-- TMPL_IF NAME="issueloop" -->
+ <!-- TMPL_LOOP name="issueloop" -->
<tr>
- <td><!-- TMPL_IF name="red" --><font color="red"><!-- /TMPL_IF
-->
+ <td>
+ <!-- TMPL_IF name="red" --><font color="red"><!-- /TMPL_IF -->
+ <!-- TMPL_IF name="yellow" --><font color="darkorange"><!-- /TMPL_IF
-->
<!-- TMPL_VAR name="title" --><!-- TMPL_IF name="red"
--></font><!-- /TMPL_IF -->
<a href="/cgi-bin/koha/detail.pl?item=<!-- TMPL_VAR
name="itemnumber" -->&bib=<!-- TMPL_VAR name="biblionumber" -->&bi=<!--
TMPL_VAR name="biblioitemnumber" -->">
<!-- TMPL_VAR name="barcode" -->
</a>
+ <br /><strong><i><!-- TMPL_VAR name="itemnotes" --></i></strong>
</td>
<td><!-- TMPL_VAR name="itemcallnumber" --></td>
<td><!-- TMPL_VAR name="date_due" --></td>
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Koha-cvs] koha/koha-tmpl/intranet-tmpl/ccfls/en/members m... [dev_week],
Kyle Hall <=