Adding Stats on Average loan time
[koha.git] / koha-tmpl / intranet-tmpl / default / en / charges.tmpl
1 <html>
2
3 <!-- TMPL_VAR NAME="startmenuissue" -->
4
5 <p>
6 Each box needs to be filled in with fine,time to start charging,charging cycle<br>
7 eg 1,7,7 = $1 fine, after 7 days, every 7 days.<p>
8
9 <table>
10   <tr bgcolor="white">
11     <!-- TMPL_LOOP NAME="firstrowloop" -->
12       <td><!-- TMPL_VAR NAME="description" --></td>
13     <!-- /TMPL_LOOP -->
14   </tr>
15   <form action="/cgi-bin/koha/updatecharges.pl" method="post">
16   <!-- TMPL_LOOP NAME="tablebodyloop" -->
17     <tr bgcolor="whitw">
18       <td><!-- TMPL_VAR NAME="description" --></td>
19       <!-- TMPL_LOOP NAME="rowloop" -->
20         <td><input type="text" name="<!-- TMPL_VAR NAME="name" -->" value="<!-- TMPL_VAR NAME="value" -->" size="6"></td>
21       <!-- /TMPL_LOOP -->
22     </tr>
23   <!-- /TMPL_LOOP -->
24 </table>
25
26 <input type="submit">
27 </form>
28
29 <!-- TMPL_VAR NAME="endmenuissue" -->
30
31 </body>
32 </html>