From: Emmanuel S. <se...@us...> - 2005-01-30 16:02:04
|
Update of /cvsroot/bugzilla-fr/Bugzilla-fr_2.18/fr/default/bug In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15226/fr/default/bug Modified Files: show-multiple.html.tmpl Log Message: Corrections rapportés par Julien Gilles de Parinux Index: show-multiple.html.tmpl =================================================================== RCS file: /cvsroot/bugzilla-fr/Bugzilla-fr_2.18/fr/default/bug/show-multiple.html.tmpl,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** show-multiple.html.tmpl 9 Dec 2004 23:16:14 -0000 1.3 --- show-multiple.html.tmpl 30 Jan 2005 16:01:54 -0000 1.4 *************** *** 133,137 **** <tr> <td colspan="4"> ! <b>Status Whiteboard:</b> [% bug.status_whiteboard FILTER html %] </td> --- 133,137 ---- <tr> <td colspan="4"> ! <b>Tableau Blanc des Ãtats :</b> [% bug.status_whiteboard FILTER html %] </td> |
From: Emmanuel S. <se...@us...> - 2005-07-17 15:37:08
|
Update of /cvsroot/bugzilla-fr/Bugzilla-fr_2.18/fr/default/bug In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24363/bug Modified Files: show-multiple.html.tmpl Log Message: espaces insecables dans long_list.cgi Index: show-multiple.html.tmpl =================================================================== RCS file: /cvsroot/bugzilla-fr/Bugzilla-fr_2.18/fr/default/bug/show-multiple.html.tmpl,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** show-multiple.html.tmpl 1 Feb 2005 10:15:20 -0000 1.5 --- show-multiple.html.tmpl 17 Jul 2005 15:36:54 -0000 1.6 *************** *** 97,101 **** <tr> <td colspan="2"> ! <b>Composant :</b> [% bug.component FILTER html %] </td> --- 97,101 ---- <tr> <td colspan="2"> ! <b>Composant :</b> [% bug.component FILTER html %] </td> *************** *** 103,107 **** <td colspan="2"> [% IF Param('usetargetmilestone') %] ! <b>Cible Jalon :</b> [% bug.target_milestone FILTER html %] [% END %] --- 103,107 ---- <td colspan="2"> [% IF Param('usetargetmilestone') %] ! <b>Cible Jalon :</b> [% bug.target_milestone FILTER html %] [% END %] *************** *** 111,115 **** <tr> <td colspan="4"> ! <b>URL :</b> [% IF bug.bug_file_loc AND NOT bug.bug_file_loc.match("^(javascript|data)") %] --- 111,115 ---- <tr> <td colspan="4"> ! <b>URL :</b> [% IF bug.bug_file_loc AND NOT bug.bug_file_loc.match("^(javascript|data)") %] *************** *** 123,127 **** <tr> <td colspan="4"> ! <b>Résumé :</b> [% bug.short_desc FILTER html %] </td> </tr> --- 123,127 ---- <tr> <td colspan="4"> ! <b>Résumé :</b> [% bug.short_desc FILTER html %] </td> </tr> *************** *** 130,134 **** <tr> <td colspan="4"> ! <b>Mots-clés : </b> [% bug.keywords FILTER html %] </td> </tr> --- 130,134 ---- <tr> <td colspan="4"> ! <b>Mots-clés : </b> [% bug.keywords FILTER html %] </td> </tr> *************** *** 147,163 **** <tr> <td colspan="4"> ! <b>Est. d'Orig. :</b> [% PROCESS formattimeunit time_unit=bug.estimated_time %] ! <b>Est. Courante :</b> [% PROCESS formattimeunit time_unit=(bug.remaining_time + bug.actual_time) %] ! <b>Heures Travaillées :</b> [% PROCESS formattimeunit time_unit=bug.actual_time %] ! <b>Heures Restantes :</b> [% PROCESS formattimeunit time_unit=bug.remaining_time %] ! <b>Pourcentage Complété :</b> [% PROCESS calculatepercentage act=bug.actual_time rem=bug.remaining_time %] --- 147,163 ---- <tr> <td colspan="4"> ! <b>Est. d'Orig. :</b> [% PROCESS formattimeunit time_unit=bug.estimated_time %] ! <b>Est. Courante :</b> [% PROCESS formattimeunit time_unit=(bug.remaining_time + bug.actual_time) %] ! <b>Heures Travaillées :</b> [% PROCESS formattimeunit time_unit=bug.actual_time %] ! <b>Heures Restantes :</b> [% PROCESS formattimeunit time_unit=bug.remaining_time %] ! <b>Pourcentage Complété :</b> [% PROCESS calculatepercentage act=bug.actual_time rem=bug.remaining_time %] *************** *** 172,176 **** <tr> <td colspan="4"> ! <b>Ouvert :</b> [% bug.creation_ts FILTER time %] </td> --- 172,176 ---- <tr> <td colspan="4"> ! <b>Ouvert :</b> [% bug.creation_ts FILTER time %] </td> *************** *** 178,182 **** <tr> <td colspan="4"> ! <b>Description :</b> </td> </tr> --- 178,182 ---- <tr> <td colspan="4"> ! <b>Description :</b> </td> </tr> *************** *** 196,200 **** [% BLOCK cell %] <td> ! <b>[% attr.description FILTER html %]:</b> [% bug.${attr.name} FILTER html %] </td> --- 196,200 ---- [% BLOCK cell %] <td> ! <b>[% attr.description FILTER html %] :</b> [% bug.${attr.name} FILTER html %] </td> |
From: Emmanuel S. <se...@us...> - 2005-07-17 15:42:47
|
Update of /cvsroot/bugzilla-fr/Bugzilla-fr_2.18/fr/default/bug In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24985/bug Modified Files: show-multiple.html.tmpl Log Message: Un espace insecable dans long_list.cgi que j'avais oublie Index: show-multiple.html.tmpl =================================================================== RCS file: /cvsroot/bugzilla-fr/Bugzilla-fr_2.18/fr/default/bug/show-multiple.html.tmpl,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** show-multiple.html.tmpl 17 Jul 2005 15:36:54 -0000 1.6 --- show-multiple.html.tmpl 17 Jul 2005 15:42:36 -0000 1.7 *************** *** 57,61 **** <tr> <td> ! <b>[% terms.Bug %]#:</b> <a href="show_bug.cgi?id=[% bug.bug_id %]">[% bug.bug_id %]</a> [% IF Param("usebugaliases") AND bug.alias %] --- 57,61 ---- <tr> <td> ! <b>[% terms.Bug %]# :</b> <a href="show_bug.cgi?id=[% bug.bug_id %]">[% bug.bug_id %]</a> [% IF Param("usebugaliases") AND bug.alias %] |