[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/npl/en/members moremember.t
From: |
Owen Leonard |
Subject: |
[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/npl/en/members moremember.tmpl,1.5.2.5,1.5.2.6 |
Date: |
Fri, 15 Jul 2005 13:11:25 -0700 |
Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/npl/en/members
In directory
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23091/koha-tmpl/intranet-tmpl/npl/en/members
Modified Files:
Tag: rel_2_2
moremember.tmpl
Log Message:
Correcting invalid HTML
Index: moremember.tmpl
===================================================================
RCS file:
/cvsroot/koha/koha/koha-tmpl/intranet-tmpl/npl/en/members/moremember.tmpl,v
retrieving revision 1.5.2.5
retrieving revision 1.5.2.6
diff -C2 -r1.5.2.5 -r1.5.2.6
*** moremember.tmpl 7 Apr 2005 17:08:45 -0000 1.5.2.5
--- moremember.tmpl 15 Jul 2005 20:11:22 -0000 1.5.2.6
***************
*** 132,145 ****
<div class="table"><table>
<caption>Items On Loan</caption>
<tr>
<th>Title</th>
<th>Due</th>
<th>Itemtype</th>
! <!-- <th>Charge</th> -->
<th>Price</th>
<th>Renew</th>
<th>Return</th>
</tr>
!
<!-- tmpl_loop name="issueloop" -->
<tr>
--- 132,148 ----
<div class="table"><table>
<caption>Items On Loan</caption>
+ <thead>
<tr>
<th>Title</th>
<th>Due</th>
<th>Itemtype</th>
! <!-- Hide from NPL --><th>Charge</th><!-- /Hide from NPL -->
<th>Price</th>
<th>Renew</th>
<th>Return</th>
</tr>
! </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_loop name="issueloop" -->
<tr>
***************
*** 152,157 ****
<td><!-- TMPL_VAR NAME="date_due" --></td>
<td><!-- TMPL_VAR NAME="itemtype" --></td>
! <!-- <td><!-- TMPL_VAR NAME="charge" --></td> -->
! <td><!-- TMPL_VAR NAME="replacementprice" --></td>
<td>
<!-- TMPL_IF name="norenew" -->
--- 155,160 ----
<td><!-- TMPL_VAR NAME="date_due" --></td>
<td><!-- TMPL_VAR NAME="itemtype" --></td>
! <!-- Hide from NPL --><td class="credit"><!-- TMPL_VAR
NAME="charge" --></td><!-- /Hide from NPL -->
! <td class="credit"><!-- TMPL_VAR NAME="replacementprice"
--></td>
<td>
<!-- TMPL_IF name="norenew" -->
***************
*** 164,168 ****
</tr>
<!-- /tmpl_loop -->
! <tfoot><tr><td colspan="3">Total Replacement Cost:</td><td><!--
TMPL_VAR NAME="totalprice" --></td><td colspan="2"> </td></tr></tfoot>
</table></div><p><input type="submit" class="submit" value="Renew
Checked Items" /></p>
</form>
--- 167,171 ----
</tr>
<!-- /tmpl_loop -->
! </tbody>
</table></div><p><input type="submit" class="submit" value="Renew
Checked Items" /></p>
</form>
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/npl/en/members moremember.tmpl,1.5.2.5,1.5.2.6,
Owen Leonard <=