From: Emmanuel S. <se...@us...> - 2005-02-07 23:59:54
|
Update of /cvsroot/bugzilla-fr/fr/fr/default/account/prefs In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32694/fr/default/account/prefs Modified Files: Tag: Branche_2_16 email.html.tmpl Log Message: 2.16.6 -> 2.16.8 Index: email.html.tmpl =================================================================== RCS file: /cvsroot/bugzilla-fr/fr/fr/default/account/prefs/email.html.tmpl,v retrieving revision 1.1.1.1.6.1 retrieving revision 1.1.1.1.6.2 diff -C2 -d -r1.1.1.1.6.1 -r1.1.1.1.6.2 *** email.html.tmpl 23 Apr 2004 21:59:32 -0000 1.1.1.1.6.1 --- email.html.tmpl 7 Feb 2005 23:59:44 -0000 1.1.1.1.6.2 *************** *** 18,21 **** --- 18,22 ---- # # Contributor(s): Gervase Markham <ge...@ge...> + # Shane H. W. Travis <tr...@se...> #%] *************** *** 33,36 **** --- 34,38 ---- [% useqacontact = Param('useqacontact') %] + [% usevotes = Param('usevotes') %] <table> *************** *** 102,106 **** <table width="100%" border="1"> <tr> ! <td colspan="[% useqacontact ? '5' : '4' %]" align="center" width="50%"> <b>Quand ma relation à ce bug est :</b> </td> --- 104,108 ---- <table width="100%" border="1"> <tr> ! <td colspan="[% (useqacontact AND usevotes) ? '5' : ((useqacontact OR usevotes) ? '4' : '3') %]" align="center" width="50%"> <b>Quand ma relation à ce bug est :</b> </td> *************** *** 125,131 **** <b>CC</b> </td> ! <td align="center" width="10%"> ! <b>Électeur</b> ! </td> </tr> --- 127,135 ---- <b>CC</b> </td> ! [% IF usevotes %] ! <td align="center" width="10%"> ! <b>Électeur</b> ! </td> ! [% END %] </tr> *************** *** 151,154 **** --- 155,159 ---- %] [% NEXT IF role == "QAcontact" AND NOT useqacontact %] + [% NEXT IF role == "Voter" AND NOT usevotes %] <td align="center"> <input type="checkbox" name="email[% role %][% reason.name %]" value="on" |