[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en/parameters charges.tmpl,NONE,1.1 admin-home.tmpl,1.22,1.23

Paul POULAIN tipaul at users.sourceforge.net
Mon Oct 6 15:40:51 CEST 2003


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

Modified Files:
	admin-home.tmpl 
Added Files:
	charges.tmpl 
Log Message:
moving & templating charges to admin part of Koha

--- NEW FILE ---
<TMPL_INCLUDE NAME="parameters-top.inc">
<p>
Each box needs to be filled in with fine,time to start charging,charging cycle<br/>
eg 1,7,7 = $1 fine, after 7 days, every 7 days</p>
<p>Note : fines are calculated by the fines2.pl script, located in misc directory.
Ask your administrator to put this script in crontab (after midnight) to have fines calculated every night
</p>
<form action=/cgi-bin/koha/admin/updatecharges.pl method=post>
<table border=0>
<TR align="center">
	<th>&nbsp;</th><TMPL_LOOP name="title"><th><TMPL_VAR name="in_title"></th></TMPL_LOOP>
</TR>
<TMPL_LOOP name="row">
	<TR align="center">
		<th>
			<TMPL_VAR name="categorycode">
		</th>
		<TMPL_LOOP name="cell">
			<td bgcolor="<TMPL_VAR name="toggle">">
				<input name="<TMPL_VAR name="inputname">" value="<TMPL_VAR name="inputvalue">" size=6 maxlength=10>
			</td>
		</TMPL_LOOP>
	</TR>
</TMPL_LOOP>
</table>
<center><input type=submit value="OK"></center>
</form>
<TMPL_INCLUDE NAME="parameters-bottom.inc">

Index: admin-home.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/parameters/admin-home.tmpl,v
retrieving revision 1.22
retrieving revision 1.23
diff -C2 -r1.22 -r1.23
*** admin-home.tmpl	20 Jun 2003 16:11:43 -0000	1.22
--- admin-home.tmpl	6 Oct 2003 13:40:49 -0000	1.23
***************
*** 18,21 ****
--- 18,25 ----
  </tr>
  <tr>
+ 	<td valign="top" width="25%"><a href=/cgi-bin/koha/admin/charges.pl>Charges</a></td>
+ 	<td>Charges amounts for itemtypes / borrower types.</td>
+ </tr>
+ <tr>
  	<td valign="top" width="25%"><a href=/cgi-bin/koha/admin/aqbudget.pl>Budget</a></td>
  	<td>The monies allocated to your book funds.</td>





More information about the Koha-cvs mailing list