From: Emmanuel S. <se...@us...> - 2005-07-17 14:38:48
|
Update of /cvsroot/bugzilla-fr/Bugzilla-fr_2.18/fr/default/bug In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15820/fr/default/bug Modified Files: edit.html.tmpl Log Message: Toujours les espaces mais sur post_bug.cgi Index: edit.html.tmpl =================================================================== RCS file: /cvsroot/bugzilla-fr/Bugzilla-fr_2.18/fr/default/bug/edit.html.tmpl,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** edit.html.tmpl 30 Jun 2005 13:57:00 -0000 1.9 --- edit.html.tmpl 17 Jul 2005 14:38:40 -0000 1.10 *************** *** 126,130 **** <tr> <td align="right"> ! <b>[% terms.Bug %]#:</b> </td> <td> --- 126,130 ---- <tr> <td align="right"> ! <b>[% terms.Bug %]# :</b> </td> <td> *************** *** 133,137 **** [% IF Param("usebugaliases") %] <label title="Un nom pour le [% terms.bug %] qui peut être utilisé au lieu de son nombre ID lors de l'ajout a une liste de dépendances"> ! <b>alias :</b> <input name="alias" value="[% bug.alias FILTER html %]" size="20" maxlength="20"> </label> --- 133,137 ---- [% IF Param("usebugaliases") %] <label title="Un nom pour le [% terms.bug %] qui peut être utilisé au lieu de son nombre ID lors de l'ajout a une liste de dépendances"> ! <b>alias :</b> <input name="alias" value="[% bug.alias FILTER html %]" size="20" maxlength="20"> </label> *************** *** 142,151 **** <td align="right"> ! <b><u>M</u>ateriel :</b> </td> [% PROCESS select selname => "rep_platform" accesskey => "m" %] <td align="right"> ! <b>Rapporteur :</b> </td> <td> --- 142,151 ---- <td align="right"> ! <b><u>M</u>ateriel :</b> </td> [% PROCESS select selname => "rep_platform" accesskey => "m" %] <td align="right"> ! <b>Rapporteur :</b> </td> <td> *************** *** 162,166 **** <td align="right"> ! <b><u>S</u>E :</b> </td> [% PROCESS select selname => "op_sys" accesskey => "s" %] --- 162,166 ---- <td align="right"> ! <b><u>S</u>E :</b> </td> [% PROCESS select selname => "op_sys" accesskey => "s" %] *************** *** 180,184 **** <b> <a href="describecomponents.cgi?product=[% bug.product FILTER url_quote %]"> ! <u>C</u>omposant</a> : </b> </td> --- 180,184 ---- <b> <a href="describecomponents.cgi?product=[% bug.product FILTER url_quote %]"> ! <u>C</u>omposant</a> : </b> </td> *************** *** 191,195 **** <td rowspan="4" align="right" valign="top"> ! <b>CC :</b> </td> <td rowspan="4" valign="top"> --- 191,195 ---- <td rowspan="4" align="right" valign="top"> ! <b>CC :</b> </td> <td rowspan="4" valign="top"> *************** *** 212,216 **** <td align="right"> <b> ! <a href="page.cgi?id=fields.html#status">Statut</a> : </b> </td> --- 212,216 ---- <td align="right"> <b> ! <a href="page.cgi?id=fields.html#status">Statut</a> : </b> </td> *************** *** 219,223 **** <td align="right"> ! <b><a href="page.cgi?id=fields.html#priority">Pr<u>i</u>orité</a> :</b> </td> [% PROCESS select selname => "priority" accesskey => "i" %] --- 219,223 ---- <td align="right"> ! <b><a href="page.cgi?id=fields.html#priority">Pr<u>i</u>orité</a> :</b> </td> [% PROCESS select selname => "priority" accesskey => "i" %] *************** *** 227,231 **** <td align="right"> <b> ! <a href="page.cgi?id=fields.html#resolution">Résolution</a> : </b> </td> --- 227,231 ---- <td align="right"> <b> ! <a href="page.cgi?id=fields.html#resolution">Résolution</a> : </b> </td> *************** *** 239,243 **** <td align="right"> ! <b><a href="page.cgi?id=fields.html#bug_severity">Sévérité</a> :</b> </td> [% PROCESS select selname = "bug_severity" %] --- 239,243 ---- <td align="right"> ! <b><a href="page.cgi?id=fields.html#bug_severity">Sévérité</a> :</b> </td> [% PROCESS select selname = "bug_severity" %] *************** *** 248,252 **** <td align="right"> <b> ! <a href="page.cgi?id=fields.html#assigned_to">Assigné A</a> : </b> </td> --- 248,252 ---- <td align="right"> <b> ! <a href="page.cgi?id=fields.html#assigned_to">Assigné A</a> : </b> </td> *************** *** 274,278 **** <tr> <td align="right"> ! <b>Contact <u>Q</u>A :</b> </td> <td colspan="7"> --- 274,278 ---- <tr> <td align="right"> ! <b>Contact <u>Q</u>A :</b> </td> <td colspan="7"> *************** *** 290,294 **** <a href="[% bug.bug_file_loc FILTER html %]"><u>U</u>RL</a>: [% ELSE %] ! <u>U</u>RL : [% END %] </b> --- 290,294 ---- <a href="[% bug.bug_file_loc FILTER html %]"><u>U</u>RL</a>: [% ELSE %] ! <u>U</u>RL : [% END %] </b> *************** *** 309,313 **** <tr> <td align="right"> ! <b><u>S</u>ommaire :</b> </td> <td colspan="5"> --- 309,313 ---- <tr> <td align="right"> ! <b><u>S</u>ommaire :</b> </td> <td colspan="5"> *************** *** 452,456 **** <br> ! <b><u>C</u>ommentaires Supplémentaires :</b> [% IF Param("insidergroup") && UserInGroup(Param("insidergroup")) %] <input type="checkbox" name="commentprivacy" value="1" --- 452,456 ---- <br> ! <b><u>C</u>ommentaires Supplémentaires :</b> [% IF Param("insidergroup") && UserInGroup(Param("insidergroup")) %] <input type="checkbox" name="commentprivacy" value="1" *************** *** 531,535 **** <tr> <td align="left"> ! <b><a name="c0" href="#c0">Description</a> :</b> <script type="text/javascript" language="JavaScript"><!-- addReplyLink(0); --- 531,535 ---- <tr> <td align="left"> ! <b><a name="c0" href="#c0">Description</a> :</b> <script type="text/javascript" language="JavaScript"><!-- addReplyLink(0); *************** *** 537,541 **** </td> <td align="right" width="100%"> ! Ouvert : [% bug.creation_ts FILTER time %] </td> </tr> --- 537,541 ---- </td> <td align="right" width="100%"> ! Ouvert : [% bug.creation_ts FILTER time %] </td> </tr> |