synch'ing 2.0.0 branch (RC4 tag) and head
[koha.git] / koha-tmpl / intranet-tmpl / default / fr / charges.tmpl
1 <HTML>
2
3 <!-- TMPL_VAR NAME=startmenuissue -->
4
5 <p>
6 Chaque champ/boîte doit être remplie avec le montant de l'amende, quand débute son calcul, sa périodicité<br>
7 ex 1,7,7 = 1EUR,FS,CFA,etc d'amende, après 7 jours, chaque 7 jours.<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>