Modifications to enable YUI-Grids layout structure. Unfinished.
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / admin / charges.tmpl
1 <!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->
2 <title>Koha &rsaquo; System Administration &rsaquo; Fines</title>
3 <!-- TMPL_INCLUDE NAME="doc-head-close.inc" -->
4 <!-- TMPL_INCLUDE NAME="header.inc" -->
5
6 <!-- TMPL_INCLUDE NAME="menu-admin.inc" -->
7
8 <div id="doc3" class="yui-t2">
9    
10    <div id="bd">
11         <div id="yui-main">
12         <div class="yui-b"><div class="yui-g">
13
14 <h2>Calculating Fines</h2>
15 <p>Each box needs to be filled in with fine,time to start charging,charging cycle</p>
16 <p>eg 1,7,7 = $1 fine, after 7 days, every 7 days</p>
17 <p>Note : fines are calculated by the fines2.pl</span> script, located in misc</span> directory. Ask your administrator to put this script in crontab (after midnight) to have fines calculated every night</p>
18 <form action="/cgi-bin/koha/admin/updatecharges.pl" method="post">
19 <div class="table"><table>
20 <tr>
21         <th>&nbsp;</th><!-- TMPL_LOOP NAME="title" --><th><!-- TMPL_VAR NAME="in_title" --></th><!-- /TMPL_LOOP -->
22 </tr>
23 <!-- TMPL_LOOP NAME="row" -->
24         <tr>
25                 <th>
26                         <!-- TMPL_VAR NAME="categorycode" -->
27                 </th>
28                 <!-- TMPL_LOOP NAME="cell" -->
29                         <td bgcolor="<!-- TMPL_VAR name="toggle" -->">
30                                 <input name="<!-- TMPL_VAR name="inputname" -->" value="<!-- TMPL_VAR name="inputvalue" -->" size="6" maxlength="10" />
31                         </td>
32                 <!-- /TMPL_LOOP -->
33         </TR>
34 <!-- /TMPL_LOOP -->
35 </table>
36 <input type="submit" value="Submit Changes" />
37 </form>
38
39 </div>
40 </div>
41 </div>
42
43 <!-- TMPL_INCLUDE NAME="mainmenu.inc" -->
44 <!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->