[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en/parameters aqbookfund.tmpl,1.2,1.3

David Strainchamps lavide at users.sourceforge.net
Sat Nov 16 22:34:44 CET 2002


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

Modified Files:
	aqbookfund.tmpl 
Log Message:
modify this template to add a links to aqbudget


Index: aqbookfund.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/parameters/aqbookfund.tmpl,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** aqbookfund.tmpl	11 Nov 2002 08:33:36 -0000	1.2
--- aqbookfund.tmpl	16 Nov 2002 21:34:42 -0000	1.3
***************
*** 8,14 ****
  </TMPL_IF>
  <table border=0 cellspacing=0 cellpadding=5>
! <tr valign=top bgcolor=#99cc33><td background="/images/background-mem.gif"><b>Book fund</b></td><td background="/images/background-mem.gif"><b>Start date</b></td><td background="/images/background-mem.gif"><b>End date</b></td><td background="/images/background-mem.gif"><b>Budget amount</b></td><td background="/images/background-mem.gif">&nbsp;</td><td background="/images/background-mem.gif"> &nbsp; </td></tr>
  <TMPL_LOOP name="bookfund">
! <tr valign=top bgcolor=<TMPL_VAR name="toggle"><td><TMPL_VAR name="bookfundid"></td><td><TMPL_VAR name="bookfundname"></td><td><TMPL_VAR name="bookfundgroup"> &nbsp;</td><td><a href="<TMPL_VAR name="action">?op=add_form&bookfundid=<TMPL_VAR name="bookfundid"> ">Edit</a></td><td><a href="<TMPL_VAR name="action">?op=delete_confirm&bookfundid=<TMPL_VAR name="bookfundid">">Delete</a></td><td> &nbsp; </td></tr>
  </TMPL_LOOP>
  </table>
--- 8,14 ----
  </TMPL_IF>
  <table border=0 cellspacing=0 cellpadding=5>
! <tr valign=top bgcolor=#99cc33><td background="/images/background-mem.gif"><b>Book fund</b></td><td background="/images/background-mem.gif"><b>Name</b></td><td background="/images/background-mem.gif"><b>Group</b></td><td background="/images/background-mem.gif"><b>Budget</b></td><td background="/images/background-mem.gif">&nbsp;</td><td background="/images/background-mem.gif"> &nbsp; </td><td background="/images/background-mem.gif"> &nbsp; </td></tr>
  <TMPL_LOOP name="bookfund">
! <tr valign=top bgcolor="<TMPL_VAR name="toggle">"<td><TMPL_VAR name="bookfundid"></td><td><TMPL_VAR name="bookfundname"></td><td><TMPL_VAR name="bookfundgroup"> &nbsp;</td><td><a href="aqbudget.pl?op=add_form&bookfundid=<TMPL_VAR name="bookfundid"> ">Budget</a></td><td><a href="<TMPL_VAR name="action">?op=add_form&bookfundid=<TMPL_VAR name="bookfundid"> ">Edit</a></td><td><a href="<TMPL_VAR name="action">?op=delete_confirm&bookfundid=<TMPL_VAR name="bookfundid">">Delete</a></td><td> &nbsp; </td></tr>
  </TMPL_LOOP>
  </table>





More information about the Koha-cvs mailing list