From: Emmanuel S. <se...@us...> - 2005-02-01 11:04:08
|
Update of /cvsroot/bugzilla-fr/Bugzilla-fr_2.18/fr/default/search In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30416/fr/default/search Modified Files: boolean-charts.html.tmpl form.html.tmpl knob.html.tmpl search-advanced.html.tmpl search-specific.html.tmpl Log Message: 2.18rc3 -> 2.18 (4/4) C'est fini! Index: form.html.tmpl =================================================================== RCS file: /cvsroot/bugzilla-fr/Bugzilla-fr_2.18/fr/default/search/form.html.tmpl,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** form.html.tmpl 30 Jan 2005 16:01:55 -0000 1.3 --- form.html.tmpl 1 Feb 2005 11:03:59 -0000 1.4 *************** *** 514,518 **** <table> <tr> ! <th align="left"><a href="queryhelp.cgi#status">St<u>a</u>tut</a> :</th> </tr> <tr valign="top"> --- 514,518 ---- <table> <tr> ! <th align="left">St<u>a</u>tut</a> :</th> </tr> <tr valign="top"> *************** *** 527,531 **** <tr> <th align="left"> ! <a href="queryhelp.cgi#resolution"><u>R</u>ésolution</a> : </th> </tr> --- 527,531 ---- <tr> <th align="left"> ! <u>R</u>ésolution : </th> </tr> *************** *** 540,544 **** <table> <tr> ! <th align="left"><a href="queryhelp.cgi#severity">S<u>é</u>vérité</a> :</th> </tr> <tr valign="top"> --- 540,544 ---- <table> <tr> ! <th align="left">S<u>é</u>vérité :</th> </tr> <tr valign="top"> *************** *** 552,556 **** <table> <tr> ! <th align="left"><a href="queryhelp.cgi#priority">Pr<u>i</u>orité</a> :</th> </tr> <tr valign="top"> --- 552,556 ---- <table> <tr> ! <th align="left">Pr<u>i</u>orité :</th> </tr> <tr valign="top"> *************** *** 564,568 **** <table> <tr> ! <th align="left"><a href="queryhelp.cgi#platform"><u>M</u>atériel</a> :</th> </tr> <tr valign="top"> --- 564,568 ---- <table> <tr> ! <th align="left"><u>M</u>atériel :</th> </tr> <tr valign="top"> *************** *** 576,580 **** <table> <tr> ! <th align="left"><a href="queryhelp.cgi#opsys"><u>S</u>E</a> :</th> </tr> <tr valign="top"> --- 576,580 ---- <table> <tr> ! <th align="left"><u>S</u>E :</th> </tr> <tr valign="top"> *************** *** 598,602 **** <legend> <strong> ! <a href="queryhelp.cgi#peopleinvolved">Mail</a> et Numérotation </strong> </legend> --- 598,602 ---- <legend> <strong> ! Mail et Numérotation </strong> </legend> *************** *** 740,744 **** <input name="chfieldfrom" size="10" value="[% default.chfieldfrom.0 FILTER html %]"> et <input name="chfieldto" size="10" value="[% default.chfieldto.0 FILTER html %]"> ! <br>(AAAA-MM-JJ ou <a href="queryhelp.cgi#changedbetween">dates relatives</a>) </dd> <dt>ou l'un des champs suivants a été modifié :</dt> --- 740,744 ---- <input name="chfieldfrom" size="10" value="[% default.chfieldfrom.0 FILTER html %]"> et <input name="chfieldto" size="10" value="[% default.chfieldto.0 FILTER html %]"> ! <br>(AAAA-MM-JJ ou dates relatives) </dd> <dt>ou l'un des champs suivants a été modifié :</dt> 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.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** boolean-charts.html.tmpl 30 Jan 2005 16:01:55 -0000 1.3 --- boolean-charts.html.tmpl 1 Feb 2005 11:03:59 -0000 1.4 *************** *** 46,51 **** <p> <strong> ! <a name="chart" href="queryhelp.cgi#advancedquerying"> ! Recherche Avancée en Utilisant les Tableaux Booléens</a> : </strong> </p> --- 46,50 ---- <p> <strong> ! Recherche Avancée en Utilisant les Tableaux Booléens : </strong> </p> Index: search-specific.html.tmpl =================================================================== RCS file: /cvsroot/bugzilla-fr/Bugzilla-fr_2.18/fr/default/search/search-specific.html.tmpl,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** search-specific.html.tmpl 30 Jan 2005 16:01:55 -0000 1.3 --- search-specific.html.tmpl 1 Feb 2005 11:03:59 -0000 1.4 *************** *** 101,105 **** <td></td> <td> ! <input type="submit" value="Chercher"> </td> </tr> --- 101,108 ---- <td></td> <td> ! [% IF known_name %] ! <input type="hidden" name="query_based_on" ! value="[% known_name FILTER html %]"> ! [% END %] </td> </tr> Index: knob.html.tmpl =================================================================== RCS file: /cvsroot/bugzilla-fr/Bugzilla-fr_2.18/fr/default/search/knob.html.tmpl,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** knob.html.tmpl 25 Nov 2004 23:18:59 -0000 1.2 --- knob.html.tmpl 1 Feb 2005 11:03:59 -0000 1.3 *************** *** 22,25 **** --- 22,34 ---- #%] + [%# INTERFACE: + # (incomplete!) + # ... + # known_name: string. Possibly known stored name for the query being + # edited. This value is just passed through in a + # hidden field. + #%] + + [% PROCESS global/variables.none.tmpl %] *************** *** 47,50 **** --- 56,63 ---- <p> <input type="submit" value="[% button_name FILTER html %]"> + [% IF known_name %] + <input type="hidden" name="query_based_on" + value="[% known_name FILTER html %]"> + [% END %] </p> Index: search-advanced.html.tmpl =================================================================== RCS file: /cvsroot/bugzilla-fr/Bugzilla-fr_2.18/fr/default/search/search-advanced.html.tmpl,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** search-advanced.html.tmpl 9 Dec 2004 23:16:16 -0000 1.3 --- search-advanced.html.tmpl 1 Feb 2005 11:03:59 -0000 1.4 *************** *** 56,67 **** [% IF cgi.user_agent("Mozilla/5") %] <script type="text/javascript"> <!-- ! document.write("<p><a href='query.cgi?help=1'>Me donner de l'aide</a> (ceci va recharger la page.)</p>"); // --> </script> - <noscript> - <p><a href="queryhelp.cgi">Me donner de l'aide</a> avec ce formulaire.</p> - </noscript> - [% ELSE %] - <p><a href="queryhelp.cgi">Me donner de l'aide</a> avec ce formulaire.</p> [% END %] [% ELSE %] --- 56,62 ---- [% IF cgi.user_agent("Mozilla/5") %] <script type="text/javascript"> <!-- ! document.write("<p><a href='query.cgi?help=1&format=advanced'>Me donner de l'aide</a> (ceci va recharger la page.)</p>"); // --> </script> [% END %] [% ELSE %] *************** *** 87,94 **** [% PROCESS "search/boolean-charts.html.tmpl" %] - <p> - Donnez moi un <a href="queryhelp.cgi">indice</a> sur l'utilisation de ce formulaire. - </p> - </form> --- 82,85 ---- |