[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en/acqui acqui-home.tmpl,1.4,1.5

Mike Hansen wolfpac444 at users.sourceforge.net
Thu May 8 16:23:50 CEST 2003


Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/acqui
In directory sc8-pr-cvs1:/tmp/cvs-serv25504/koha/koha-tmpl/intranet-tmpl/default/en/acqui

Modified Files:
	acqui-home.tmpl 
Log Message:
Aligned $$ columns to the right.


Index: acqui-home.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/acqui/acqui-home.tmpl,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -r1.4 -r1.5
*** acqui-home.tmpl	5 May 2003 15:01:52 -0000	1.4
--- acqui-home.tmpl	8 May 2003 14:23:48 -0000	1.5
***************
*** 10,14 ****
  </TR>
  <TR VALIGN=TOP>
! 	<TD>Supplier ID or Name</TD>
  	<TD>
  		<form action="/cgi-bin/koha/acqui/order.pl" method=post>
--- 10,14 ----
  </TR>
  <TR VALIGN=TOP>
! 	<TD>Supplier Name</TD>
  	<TD>
  		<form action="/cgi-bin/koha/acqui/order.pl" method=post>
***************
*** 78,93 ****
  				<tr>
  					<td><TMPL_VAR name="bookfundname"></TD>
! 					<TD><TMPL_VAR name="budgetamount"></TD>
! 					<TD><TMPL_VAR name="spent"></TD>
! 					<TD><TMPL_VAR name="comtd"></TD>
! 					<TD><TMPL_VAR name="avail"></TD>
  				</TR>
  			</TMPL_LOOP>
  			<tr>
  				<td><b>Total</b></TD>
! 				<TD><b><TMPL_VAR name="total"></b></TD>
! 				<TD><b><TMPL_VAR name="totspent"></b></TD>
! 				<TD><b><TMPL_VAR name="totcomtd"></b></TD>
! 				<TD><b><TMPL_VAR name="totavail"></b></TD>
  			</TR>
  		</table><br>
--- 78,93 ----
  				<tr>
  					<td><TMPL_VAR name="bookfundname"></TD>
! 					<TD align=right><TMPL_VAR name="budgetamount"></TD>
! 					<TD align=right><TMPL_VAR name="spent"></TD>
! 					<TD align=right><TMPL_VAR name="comtd"></TD>
! 					<TD align=right><TMPL_VAR name="avail"></TD>
  				</TR>
  			</TMPL_LOOP>
  			<tr>
  				<td><b>Total</b></TD>
! 				<TD align=right><b><TMPL_VAR name="total"></b></TD>
! 				<TD align=right><b><TMPL_VAR name="totspent"></b></TD>
! 				<TD align=right><b><TMPL_VAR name="totcomtd"></b></TD>
! 				<TD align=right><b><TMPL_VAR name="totavail"></b></TD>
  			</TR>
  		</table><br>





More information about the Koha-cvs mailing list