From: Emmanuel S. <se...@us...> - 2005-07-08 18:05:27
|
Update of /cvsroot/bugzilla-fr/Bugzilla-fr_2.18/fr/default/search In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27131/fr/default/search Modified Files: boolean-charts.html.tmpl Log Message: Commit des corrections apportées par zerobug dans le forum de discussion Discussions : https://sourceforge.net/forum/message.php?msg_id=3239322 Index: boolean-charts.html.tmpl =================================================================== RCS file: /cvsroot/bugzilla-fr/Bugzilla-fr_2.18/fr/default/search/boolean-charts.html.tmpl,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** boolean-charts.html.tmpl 14 Mar 2005 23:46:38 -0000 1.5 --- boolean-charts.html.tmpl 8 Jul 2005 18:05:16 -0000 1.6 *************** *** 46,50 **** <p> <strong> ! Recherche Avancée en Utilisant les Tableaux Booléens : </strong> </p> --- 46,50 ---- <p> <strong> ! Recherche avancée en utilisant les tableaux booléens : </strong> </p> *************** *** 90,94 **** <td> [% newor = colnum + 1 %] ! <input type="submit" value="Or" name="cmd-add[% "${chartnum}-${rownum}-${newor}" %]" [% jsmagic %]> </td> --- 90,94 ---- <td> [% newor = colnum + 1 %] ! <input type="submit" value="Ou" name="cmd-add[% "${chartnum}-${rownum}-${newor}" %]" [% jsmagic %]> </td> |