CSS'ing
[koha.git] / koha-tmpl / intranet-tmpl / default / en / parameters / charges.tmpl
1 <!-- TMPL_INCLUDE NAME="parameters-top.inc" -->
2 <div id="mainbloc">
3         <p>
4         Each box needs to be filled in with fine,time to start charging,charging cycle<br/>
5         eg 1,7,7 = 1USD,EUR,etc fine, after 7 days, every 7 days</p>
6         <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
7         </p>
8         <form action=/cgi-bin/koha/admin/updatecharges.pl method=post>
9         <table border=0>
10         <TR align="center">
11                 <th>&nbsp;</th><!-- TMPL_LOOP name="title" --><th><!-- TMPL_VAR name="in_title" --></th><!-- /TMPL_LOOP -->
12         </TR>
13         <!-- TMPL_LOOP name="row" -->
14                 <TR align="center">
15                         <th>
16                                 <!-- TMPL_VAR name="categorycode" -->
17                         </th>
18                         <!-- TMPL_LOOP name="cell" -->
19                                 <td bgcolor="<!-- TMPL_VAR name="toggle" -->">
20                                         <input name="<!-- TMPL_VAR name="inputname" -->" value="<!-- TMPL_VAR name="inputvalue" -->" size=6 maxlength=10>
21                                 </td>
22                         <!-- /TMPL_LOOP -->
23                 </TR>
24         <!-- /TMPL_LOOP -->
25         </table>
26         <center><input type=submit value="OK" class="button parameters"></center>
27         </form>
28 </div>
29 <!-- TMPL_INCLUDE NAME="parameters-bottom.inc" -->