[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Koha-cvs] koha/koha-tmpl/intranet-tmpl/ccfls/en/circ circ... [dev_week]
From: |
Kyle Hall |
Subject: |
[Koha-cvs] koha/koha-tmpl/intranet-tmpl/ccfls/en/circ circ... [dev_week] |
Date: |
Mon, 22 Jan 2007 18:28:17 +0000 |
CVSROOT: /sources/koha
Module name: koha
Branch: dev_week
Changes by: Kyle Hall <kylemhall> 07/01/22 18:28:17
Modified files:
koha-tmpl/intranet-tmpl/ccfls/en/circ: circulation.tmpl
Log message:
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/intranet-tmpl/ccfls/en/circ/circulation.tmpl?cvsroot=koha&only_with_tag=dev_week&r1=1.1.2.1.2.5&r2=1.1.2.1.2.6
Patches:
Index: circulation.tmpl
===================================================================
RCS file:
/sources/koha/koha/koha-tmpl/intranet-tmpl/ccfls/en/circ/Attic/circulation.tmpl,v
retrieving revision 1.1.2.1.2.5
retrieving revision 1.1.2.1.2.6
diff -u -b -r1.1.2.1.2.5 -r1.1.2.1.2.6
--- circulation.tmpl 12 Jan 2007 14:50:33 -0000 1.1.2.1.2.5
+++ circulation.tmpl 22 Jan 2007 18:28:17 -0000 1.1.2.1.2.6
@@ -321,6 +321,7 @@
<th>Author</th>
<th>Call No</th>
<th>Barcode</th>
+ <th>Library</th>
<th>Renew?</th>
<th>Return?</th>
</tr>
@@ -332,6 +333,7 @@
<td><!-- TMPL_VAR NAME="author" --></td>
<td><!-- TMPL_VAR NAME="itemcallnumber" --></td>
<td><!-- TMPL_VAR NAME="barcode" --></td>
+ <td><!-- TMPL_VAR NAME="branchname" --></td>
<td><input type="checkbox" name="renew_item_<!--
TMPL_VAR NAME="itemnumber" -->" value="y"<!-- TMPL_IF NAME="od" -->
checked="checked"<!-- /TMPL_IF --> /></td>
<td><a href="/cgi-bin/koha/circ/returns.pl?barcode=<!--
TMPL_VAR name="barcode" -->">Return</a></td>
</tr>
@@ -339,7 +341,7 @@
<!-- /TMPL_IF -->
<!-- TMPL_IF NAME="previssues" -->
- <tr><th colspan="7"><a name="previous" id="previous">Previous
Checkouts</a></th></tr>
+ <tr><th colspan="8"><a name="previous" id="previous">Previous
Checkouts</a></th></tr>
<!-- TMPL_LOOP NAME="previssues" -->
<!-- TMPL_IF NAME="togglecolor" --><tr><!-- TMPL_ELSE
--><tr class="highlight"><!-- /TMPL_IF -->
<td><!-- TMPL_IF NAME="od" --><span class="error"><!--
/TMPL_IF --><!-- TMPL_VAR NAME="dd" --><!-- TMPL_IF NAME="od" --></span><!--
/TMPL_IF --></td>
@@ -347,6 +349,7 @@
<td><!-- TMPL_VAR NAME="author" --></td>
<td><!-- TMPL_VAR NAME="itemcallnumber" --></td>
<td><!-- TMPL_VAR NAME="barcode" --></td>
+ <td><!-- TMPL_VAR NAME="branchname" --></td>
<td><input type="checkbox" name="renew_item_<!--
TMPL_VAR NAME="itemnumber" -->" value="y"<!-- TMPL_IF NAME="od" -->
checked="checked"<!-- /TMPL_IF --> /></td>
<td><a href="/cgi-bin/koha/circ/returns.pl?barcode=<!--
TMPL_VAR name="barcode" -->">Return</a></td></tr>
<!-- /TMPL_LOOP -->