From: Emmanuel S. <se...@us...> - 2005-05-28 18:44:57
|
Update of /cvsroot/bugzilla-fr/Bugzilla-fr_2.18/fr/default/request In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28816/fr/default/request Modified Files: queue.html.tmpl Log Message: Flags -> Fanions Index: queue.html.tmpl =================================================================== RCS file: /cvsroot/bugzilla-fr/Bugzilla-fr_2.18/fr/default/request/queue.html.tmpl,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** queue.html.tmpl 1 Feb 2005 11:03:58 -0000 1.3 --- queue.html.tmpl 28 May 2005 18:44:45 -0000 1.4 *************** *** 55,59 **** </select> </td> ! <th>Flag:</th> <td> [% PROCESS "global/select-menu.html.tmpl" --- 55,59 ---- </select> </td> ! <th>Fanion :</th> <td> [% PROCESS "global/select-menu.html.tmpl" *************** *** 76,80 **** </tr> <tr> ! <th>Demandé :</th> <td><input type="text" name="requestee" value="[% cgi.param('requestee') FILTER html %]" size="20"></td> <th>Composant :</th> --- 76,80 ---- </tr> <tr> ! <th>Demandeur :</th> <td><input type="text" name="requestee" value="[% cgi.param('requestee') FILTER html %]" size="20"></td> <th>Composant :</th> *************** *** 93,97 **** "Demandeur" => 'requester' , "Demandé" => 'requestee', ! "Flag" => 'type' , "Produit/Composant" => 'category' } %] --- 93,97 ---- "Demandeur" => 'requester' , "Demandé" => 'requestee', ! "Fanion" => 'type' , "Produit/Composant" => 'category' } %] *************** *** 106,110 **** [% column_headers = { ! "type" => "Flag" , "status" => "Statut" , "bug" => "$terms.Bug" , --- 106,110 ---- [% column_headers = { ! "type" => "Fanion" , "status" => "Statut" , "bug" => "$terms.Bug" , |