From: Emmanuel S. <se...@us...> - 2004-12-15 12:30:08
|
Update of /cvsroot/bugzilla-fr/Bugzilla-fr_2.18/fr/default/admin/flag-type In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10248/default/admin/flag-type Modified Files: edit.html.tmpl Log Message: Premiere partie de la maj vers 2.18rc3 Index: edit.html.tmpl =================================================================== RCS file: /cvsroot/bugzilla-fr/Bugzilla-fr_2.18/fr/default/admin/flag-type/edit.html.tmpl,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** edit.html.tmpl 29 Oct 2004 21:49:19 -0000 1.2 --- edit.html.tmpl 15 Dec 2004 12:29:50 -0000 1.3 *************** *** 119,134 **** [% END %] </select><br> ! <input type="submit" name="categoryAction" value="Include"> ! <input type="submit" name="categoryAction" value="Exclude"> </td> <td style="vertical-align: top;"> <b>Inclusions:</b><br> [% PROCESS "global/select-menu.html.tmpl" name="inclusion_to_remove" multiple="1" size="4" options=type.inclusions %]<br> ! <input type="submit" name="categoryAction" value="Remove Inclusion"> </td> <td style="vertical-align: top;"> <b>Exclusions:</b><br> [% PROCESS "global/select-menu.html.tmpl" name="exclusion_to_remove" multiple="1" size="4" options=type.exclusions %]<br> ! <input type="submit" name="categoryAction" value="Remove Exclusion"> </td> </tr> --- 119,134 ---- [% END %] </select><br> ! <input type="submit" name="categoryAction-include" value="Include"> ! <input type="submit" name="categoryAction-exclude" value="Exclude"> </td> <td style="vertical-align: top;"> <b>Inclusions:</b><br> [% PROCESS "global/select-menu.html.tmpl" name="inclusion_to_remove" multiple="1" size="4" options=type.inclusions %]<br> ! <input type="submit" name="categoryAction-removeInclusion" value="Remove Inclusion"> </td> <td style="vertical-align: top;"> <b>Exclusions:</b><br> [% PROCESS "global/select-menu.html.tmpl" name="exclusion_to_remove" multiple="1" size="4" options=type.exclusions %]<br> ! <input type="submit" name="categoryAction-removeExclusion" value="Remove Exclusion"> </td> </tr> |
From: Emmanuel S. <se...@us...> - 2005-01-30 16:02:02
|
Update of /cvsroot/bugzilla-fr/Bugzilla-fr_2.18/fr/default/admin/flag-type In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15226/fr/default/admin/flag-type Modified Files: edit.html.tmpl Log Message: Corrections rapportés par Julien Gilles de Parinux Index: edit.html.tmpl =================================================================== RCS file: /cvsroot/bugzilla-fr/Bugzilla-fr_2.18/fr/default/admin/flag-type/edit.html.tmpl,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** edit.html.tmpl 15 Dec 2004 12:29:50 -0000 1.3 --- edit.html.tmpl 30 Jan 2005 16:01:53 -0000 1.4 *************** *** 167,171 **** <th>Liste CC :</th> <td> ! Si dispoonible, qui doit être mis en copie pour la notification par mail des requêtes<br> <input type="text" name="cc_list" value="[% type.cc_list FILTER html %]" size="80" maxlength="200"> </td> --- 167,171 ---- <th>Liste CC :</th> <td> ! Si disponible, qui doit être mis en copie pour la notification par mail des requêtes<br> <input type="text" name="cc_list" value="[% type.cc_list FILTER html %]" size="80" maxlength="200"> </td> |
From: Emmanuel S. <se...@us...> - 2005-02-01 09:06:49
|
Update of /cvsroot/bugzilla-fr/Bugzilla-fr_2.18/fr/default/admin/flag-type In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1981/fr/default/admin/flag-type Modified Files: edit.html.tmpl Log Message: 2.18rc3 -> 2.18 (1/4) Index: edit.html.tmpl =================================================================== RCS file: /cvsroot/bugzilla-fr/Bugzilla-fr_2.18/fr/default/admin/flag-type/edit.html.tmpl,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** edit.html.tmpl 30 Jan 2005 16:01:53 -0000 1.4 --- edit.html.tmpl 1 Feb 2005 09:06:41 -0000 1.5 *************** *** 22,26 **** [% PROCESS global/variables.none.tmpl %] ! [%# The javascript and header_html blocks get used in header.html.tmpl. %] [% javascript = BLOCK %] var usetms = 0; // do we have target milestone? --- 22,26 ---- [% PROCESS global/variables.none.tmpl %] ! [%# the javascript block gets used in header.html.tmpl. %] [% javascript = BLOCK %] var usetms = 0; // do we have target milestone? *************** *** 34,41 **** [% END %] - [% header_html = BLOCK %] - <script language="JavaScript" type="text/javascript" src="productmenu.js"></script> - [% END %] - [% IF type.target_type == "bug" %] [% title = BLOCK %]Create Flag Type for [% terms.Bugs %][% END %] --- 34,37 ---- *************** *** 60,64 **** table#form td { text-align: left; vertical-align: baseline; } " ! onload="selectProduct(forms[0], 'product', 'component', '__Any__');" %] --- 56,61 ---- table#form td { text-align: left; vertical-align: baseline; } " ! onload="selectProduct(document.forms[0], 'product', 'component', '__Any__');" ! javascript_urls=["productmenu.js"] %] *************** *** 167,171 **** <th>Liste CC :</th> <td> ! Si disponible, qui doit être mis en copie pour la notification par mail des requêtes<br> <input type="text" name="cc_list" value="[% type.cc_list FILTER html %]" size="80" maxlength="200"> </td> --- 164,176 ---- <th>Liste CC :</th> <td> ! Si disponible, qui doit être mis en copie pour la notification par mail des requêtes ! Ceci est une liste séparée par des virgules d'adresses mail qui n'ont pas ! besoin d'être des utilisateurs [% terms.Bugzilla %]. ! [% IF Param('emailsuffix') %] ! Notez que le emailsuffix configuré ! <kbd>[% Param('emailsuffix') %]</kbd> ne sera <em>pas</em> suffixé ! à ces adresses alors vous devriez l'ajouter explicitement si vous le voulez. ! [% END %]<br> ! <input type="text" name="cc_list" value="[% type.cc_list FILTER html %]" size="80" maxlength="200"> </td> |
From: Emmanuel S. <se...@us...> - 2005-07-17 22:52:28
|
Update of /cvsroot/bugzilla-fr/Bugzilla-fr_2.18/fr/default/admin/flag-type In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11771/fr/default/admin/flag-type Modified Files: edit.html.tmpl Log Message: Passage de 2.18 a 2.18.1 Index: edit.html.tmpl =================================================================== RCS file: /cvsroot/bugzilla-fr/Bugzilla-fr_2.18/fr/default/admin/flag-type/edit.html.tmpl,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** edit.html.tmpl 28 May 2005 18:44:42 -0000 1.7 --- edit.html.tmpl 17 Jul 2005 22:52:17 -0000 1.8 *************** *** 65,72 **** <input type="hidden" name="target_type" value="[% type.target_type %]"> [% FOREACH category = type.inclusions %] ! <input type="hidden" name="inclusions" value="[% category FILTER html %]"> [% END %] [% FOREACH category = type.exclusions %] ! <input type="hidden" name="exclusions" value="[% category FILTER html %]"> [% END %] --- 65,72 ---- <input type="hidden" name="target_type" value="[% type.target_type %]"> [% FOREACH category = type.inclusions %] ! <input type="hidden" name="inclusions" value="[% category.value FILTER html %]"> [% END %] [% FOREACH category = type.exclusions %] ! <input type="hidden" name="exclusions" value="[% category.value FILTER html %]"> [% END %] |