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

Kyle Hall kyle.m.hall at gmail.com
Tue May 22 14:09:01 CEST 2007


CVSROOT:	/sources/koha
Module name:	koha
Branch:		dev_week
Changes by:	Kyle Hall <kylemhall>	07/05/22 12:09:01

Modified files:
	koha-tmpl/intranet-tmpl/ccfls/en/circ: circulation.tmpl 

Log message:
	Fixed table problem in circulation.tmpl, more png -> gif stuff

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.14&r2=1.1.2.1.2.15

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.14
retrieving revision 1.1.2.1.2.15
diff -u -b -r1.1.2.1.2.14 -r1.1.2.1.2.15
--- circulation.tmpl	22 May 2007 11:50:42 -0000	1.1.2.1.2.14
+++ circulation.tmpl	22 May 2007 12:09:01 -0000	1.1.2.1.2.15
@@ -336,7 +336,8 @@
 			<th>Barcode</th>
 			<th>Library</th>
 <!-- HIDE		<th>Renew?</th> -->
-			<th>Return?</th>
+			<th>&nbsp;</th>
+			<th>&nbsp;</th>
 		</tr>
 	<!-- TMPL_IF NAME="todayissues" -->
 		<!-- TMPL_LOOP NAME="todayissues" -->
@@ -349,6 +350,7 @@
 			<td><!-- TMPL_VAR NAME="holdingbranch" --></td>
 <!-- HIDE		<td><input type="checkbox" name="renew_item_<!-- TMPL_VAR NAME="itemnumber" -->" value="y"<!-- TMPL_IF NAME="od" --> checked="checked"<!-- /TMPL_IF --> /></td>
 -->
+			<td>&nbsp;</td>
 			<td><a href="/cgi-bin/koha/circ/returns.pl?barcode=<!-- TMPL_VAR name="barcode" -->">Return</a></td>
 		</tr>
 		<!-- /TMPL_LOOP -->





More information about the Koha-cvs mailing list