updating french translation
[koha.git] / koha-tmpl / intranet-tmpl / prog / fr / modules / members / mancredit.tmpl
1 <!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->
2 <title>Koha &rsaquo; Adhérent &rsaquo; créer un crédit manuel</title>
3 <!-- TMPL_INCLUDE NAME="doc-head-close.inc" -->
4
5 <!-- TMPL_INCLUDE NAME="menus.inc" -->
6 <!-- TMPL_INCLUDE NAME="menu-members.inc" -->
7
8 <h2>Crédit manuel</h2>
9 <form action="/cgi-bin/koha/members/mancredit.pl" method="post">
10 <input type="hidden" name="borrowernumber" value="<!-- TMPL_VAR Name="borrowernumber" -->" />
11
12 <table>
13         <tr><th scope="row">Numéro d'adhérent</th><td><!-- TMPL_VAR Name="borrowernumber" --></td></tr>
14         <tr><th scope="row">Type de crédit</th><td><select name="type">
15 <option value="C">Crédit</option>
16 <option value="F">Dette remise</option>
17 </select></td></tr>
18         <tr><th scope="row">Numéro d'exemplaire</th><td><input type="text" name="itemnum" /></td></tr>
19         <tr><th scope="row">Description</th><td><input type="text" name="desc" size="50" /></td></tr>
20         <tr><th scope="row">Montant</th><td><input type="text" name="amount" /> €</td></tr>
21 </table>
22
23 <input type="submit" name="add" value="Ajouter  crédit">
24 </form>
25
26 <form action="/cgi-bin/koha/members/boraccount.pl" method="get"><input type="hidden" value="<!-- TMPL_VAR Name="borrowernumber" -->" name="borrowernumber" /><input type="submit" value="Annuler"></form>
27
28
29
30 <!-- TMPL_INCLUDE Name="intranet-bottom.inc" -->