[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/fr/parameters charges.tmpl,NONE,1.1 admin-home.tmpl,1.4,1.5

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/fr/parameters
In directory sc8-pr-cvs1:/tmp/cvs-serv2863/koha-tmpl/intranet-tmpl/default/fr/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>
Chaque zone doit être remplie avec :
<ul>
<li>Le montant de l'amende</li>
<li>Le retard toléré avant amende</li>
<li>La période de répétition de l'amende</li>
</ul>
exemple : 1,7,7 1Euro d'amende après 7 jours, tous les 7 jours.</p>
<p>Note : Les amendes sont calculées par le script fines2.pl situé dans le répertoire misc.
Demandez à votre administrateur de mettre ce script dans la crontab (après minuit) pour que les amendes soient calculées toutes les nuits.
</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/fr/parameters/admin-home.tmpl,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -r1.4 -r1.5
*** admin-home.tmpl	3 Sep 2003 11:58:47 -0000	1.4
--- admin-home.tmpl	6 Oct 2003 13:40:49 -0000	1.5
***************
*** 19,22 ****
--- 19,26 ----
  </tr>
  <tr>
+ 	<td valign="top" width="25%"><a href=/cgi-bin/koha/admin/charges.pl>Amendes</a></td>
+ 	<td>Les amendes en fonction du type d'exemplaire et du type de lecteur.</td>
+ </tr>
+ <tr>
  	<td valign="top" width="25%"><a href=/cgi-bin/koha/admin/authorised_values.pl>Valeurs autorisées</a></td>
  	<td>Les différentes catégories et les valeurs autorisées pour chaque catégorie.





More information about the Koha-cvs mailing list