[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en/parameters aqbookfund.tmpl,1.17,1.18 aqbudget.tmpl,1.17,1.18

Paul POULAIN tipaul at users.sourceforge.net
Fri Jun 13 15:46:05 CEST 2003


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

Modified Files:
	aqbookfund.tmpl aqbudget.tmpl 
Log Message:
fixes for bookfunds & budget. Should work now. I fix #223, #424

Index: aqbookfund.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/parameters/aqbookfund.tmpl,v
retrieving revision 1.17
retrieving revision 1.18
diff -C2 -r1.17 -r1.18
*** aqbookfund.tmpl	6 Jun 2003 14:50:36 -0000	1.17
--- aqbookfund.tmpl	13 Jun 2003 13:46:02 -0000	1.18
***************
*** 21,28 ****
  		<td><a href="<TMPL_VAR name="action">?op=delete_confirm&bookfundid=<TMPL_VAR name="bookfundid">"><img src="<TMPL_VAR NAME='interface'>/<TMPL_VAR name="theme">/images/edittrash.png" width=32 hspace=0 vspace=0 border=0></a></td>
  	</tr>
  	<TMPL_LOOP name="budget">
  		<tr valign=top>
  			<td>&nbsp;</td>
! 			<td align="right">
  				<TMPL_VAR name="startdate"> - <TMPL_VAR name="enddate"> : <b><TMPL_VAR name="budgetamount"></b>
  			</td>
--- 21,34 ----
  		<td><a href="<TMPL_VAR name="action">?op=delete_confirm&bookfundid=<TMPL_VAR name="bookfundid">"><img src="<TMPL_VAR NAME='interface'>/<TMPL_VAR name="theme">/images/edittrash.png" width=32 hspace=0 vspace=0 border=0></a></td>
  	</tr>
+ 	<tr valign=top bgcolor=#99cc33>
+ 		<td bgcolor="#FFFFFF">&nbsp;</td>
+ 		<td background="<TMPL_VAR NAME='themelang'>/images/background-mem.gif"><b>Budget</b></td>
+ 		<td background="<TMPL_VAR NAME='themelang'>/images/background-mem.gif"><a href="aqbudget.pl?op=add_form&bookfundid=<TMPL_VAR name="bookfundid">"><img src="<TMPL_VAR name="interface">/<TMPL_VAR name="theme">/images/filenew.png" ALT="Add budget" border=0></a></td>
+ 		<td background="<TMPL_VAR NAME='themelang'>/images/background-mem.gif"></td>
+ 	</tr>
  	<TMPL_LOOP name="budget">
  		<tr valign=top>
  			<td>&nbsp;</td>
! 			<td>
  				<TMPL_VAR name="startdate"> - <TMPL_VAR name="enddate"> : <b><TMPL_VAR name="budgetamount"></b>
  			</td>

Index: aqbudget.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/parameters/aqbudget.tmpl,v
retrieving revision 1.17
retrieving revision 1.18
diff -C2 -r1.17 -r1.18
*** aqbudget.tmpl	6 Jun 2003 14:50:36 -0000	1.17
--- aqbudget.tmpl	13 Jun 2003 13:46:02 -0000	1.18
***************
*** 92,96 ****
  
  <TMPL_IF name="adding">
! 	<tr><td>Book fund</td><td><input type=text name=bookfundid size=5 maxlength=5 onBlur=toUC(this)></td></tr>
  </TMPL_IF>
  
--- 92,96 ----
  
  <TMPL_IF name="adding">
! 	<tr><td>Bookfund</td><td><input type=hidden name=bookfundid size=5 maxlength=5 value="<TMPL_VAR name="bookfundid">"><TMPL_VAR name="bookfundid"></td></tr>
  </TMPL_IF>
  





More information about the Koha-cvs mailing list