french translation, updated
[koha.git] / koha-tmpl / intranet-tmpl / prog / fr / includes / authorities-toolbar.inc
1 <div id="toolbar">
2
3   <form name="f2" method="post" action="authorities.pl">
4         <label for="add_authtypecode">Nouveau : </label>
5         <select id="add_authtypecode" name="authtypecode">
6 <!-- TMPL_LOOP name="authtypesloop" -->
7   <!-- TMPL_IF name="selected" -->
8         <option value="<!-- TMPL_VAR name="value" -->" selected="selected"><!-- TMPL_VAR name="authtypetext" --></option>
9   <!-- TMPL_ELSE -->
10         <option value="<!-- TMPL_VAR name="value" -->"><!-- TMPL_VAR name="authtypetext" --></option>
11   <!-- /TMPL_IF -->
12 <!-- /TMPL_LOOP -->
13         </select>
14       <input type="submit" value="Ajouter" class="button">
15   </form>
16 </div>