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