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> |