From: Emmanuel S. <se...@us...> - 2005-03-09 00:11:40
|
Update of /cvsroot/bugzilla-fr/Bugzilla-fr_2.18/fr/default/admin/products/groupcontrol In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12975/fr/default/admin/products/groupcontrol Modified Files: confirm-edit.html.tmpl edit.html.tmpl Log Message: Correction de #1159124 Index: edit.html.tmpl =================================================================== RCS file: /cvsroot/bugzilla-fr/Bugzilla-fr_2.18/fr/default/admin/products/groupcontrol/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 9 Mar 2005 00:11:29 -0000 1.3 *************** *** 143,147 **** Les champs <b>MemberControl</b> et <b>OtherControl</b> indiquent quels [% terms.bugs %] seront placés dans ce ! groupe suivant les definitions suivantes. <br> <table border=1> --- 143,147 ---- Les champs <b>MemberControl</b> et <b>OtherControl</b> indiquent quels [% terms.bugs %] seront placés dans ce ! groupe suivant les définitions suivantes. <br> <table border=1> Index: confirm-edit.html.tmpl =================================================================== RCS file: /cvsroot/bugzilla-fr/Bugzilla-fr_2.18/fr/default/admin/products/groupcontrol/confirm-edit.html.tmpl,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** confirm-edit.html.tmpl 29 Oct 2004 21:49:19 -0000 1.2 --- confirm-edit.html.tmpl 9 Mar 2005 00:11:29 -0000 1.3 *************** *** 36,40 **** Le groupe '[% group.name FILTER html %]' touche [% group.count %] [% terms.bugs %] pour qui le groupe n'est plus appliquable et sera ! éffacé.[% END %] <form method="post" > --- 36,40 ---- Le groupe '[% group.name FILTER html %]' touche [% group.count %] [% terms.bugs %] pour qui le groupe n'est plus appliquable et sera ! effacé.[% END %] <form method="post" > |