From: Emmanuel S. <se...@us...> - 2005-02-01 09:06:53
|
Update of /cvsroot/bugzilla-fr/Bugzilla-fr_2.18/fr/default/bug/create In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1981/fr/default/bug/create Modified Files: create.html.tmpl Log Message: 2.18rc3 -> 2.18 (1/4) Index: create.html.tmpl =================================================================== RCS file: /cvsroot/bugzilla-fr/Bugzilla-fr_2.18/fr/default/bug/create/create.html.tmpl,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** create.html.tmpl 15 Dec 2004 13:06:24 -0000 1.6 --- create.html.tmpl 1 Feb 2005 09:06:42 -0000 1.7 *************** *** 19,22 **** --- 19,23 ---- # Contributor(s): Gervase Markham <ge...@ge...> # Ville Skyttä <vil...@ik...> + # Shane H. W. Travis <tr...@se...> #%] *************** *** 71,80 **** <input type="hidden" name="product" value="[% product FILTER html %]"> - [% IF bug_status.size <= 1 %] - <input type="hidden" name="bug_status" - value="[% default.bug_status FILTER html %]"> - [% END %] - - <table cellspacing="2" cellpadding="0" border="0"> --- 72,75 ---- *************** *** 169,180 **** </tr> ! [% IF bug_status.size > 1 %] <tr> [% sel = { description => 'Ãtat Initial', name => 'bug_status' } %] [% INCLUDE select %] ! <td colspan="2"></td> </tr> - [% END %] <tr> --- 164,179 ---- </tr> ! [% IF bug_status.size <= 1 %] ! <input type="hidden" name="bug_status" ! value="[% default.bug_status FILTER html %]"> ! <td align="right" valign="top"><strong>Ãtat initial :</strong></td> ! <td valign="top">[% default.bug_status FILTER html %]</td> ! [% ELSE %] <tr> [% sel = { description => 'Ãtat Initial', name => 'bug_status' } %] [% INCLUDE select %] ! [% END %] <td colspan="2"></td> </tr> <tr> *************** *** 240,243 **** --- 239,258 ---- </tr> + [% IF Param("insidergroup") && UserInGroup(Param("insidergroup")) %] + <tr> + <td></td> + <td colspan="3"> + + <input type="checkbox" id="commentprivacy" name="commentprivacy" + [% " checked=\"checked\"" IF commentprivacy %]> + <label for="commentprivacy"> + Description Initiale Privée + </label> + </td> + </tr> + [% ELSE %] + <input type="hidden" name="commentprivacy" value="0"> + [% END %] + [% IF UserInGroup('editbugs') %] [% IF use_keywords %] |