From: Emmanuel S. <se...@us...> - 2004-12-09 22:14:05
|
Update of /cvsroot/bugzilla-fr/Bugzilla-fr_2.18/fr/default/account/prefs In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21777/default/account/prefs Modified Files: saved-searches.html.tmpl Log Message: quelques coquilles Index: saved-searches.html.tmpl =================================================================== RCS file: /cvsroot/bugzilla-fr/Bugzilla-fr_2.18/fr/default/account/prefs/saved-searches.html.tmpl,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** saved-searches.html.tmpl 6 Sep 2004 20:41:10 -0000 1.1.1.1 --- saved-searches.html.tmpl 9 Dec 2004 22:13:54 -0000 1.2 *************** *** 20,24 **** #%] ! <p>Your saved searches are as follows:</p> <blockquote> --- 20,24 ---- #%] ! <p>Bos requêtes sauvegardés sont tel que définis ici :</p> <blockquote> *************** *** 26,50 **** <tr> <th> ! Search </th> <th> ! Run </th> <th> ! Edit </th> <th> ! Forget </th> <th> ! Show in ! Footer </th> </tr> <tr> ! <td>My Bugs</td> <td> [% filtered_username = user.login FILTER url_quote %] ! <a href="[% Param('mybugstemplate').replace('%userid%', filtered_username) %]">Run</a> </td> <td> --- 26,50 ---- <tr> <th> ! Requête </th> <th> ! Lancer </th> <th> ! Modifier </th> <th> ! Oublier </th> <th> ! Montrer dans le ! pied de page </th> </tr> <tr> ! <td>Mes Bugs</td> <td> [% filtered_username = user.login FILTER url_quote %] ! <a href="[% Param('mybugstemplate').replace('%userid%', filtered_username) %]">Lancer</a> </td> <td> *************** *** 65,76 **** <td>[% q.name FILTER html %]</td> <td> ! <a href="buglist.cgi?[% q.query FILTER html %]">Run</a> </td> <td> ! <a href="query.cgi?[% q.query FILTER html %]">Edit</a> </td> <td> <a href="buglist.cgi?cmdtype=dorem&remaction=forget&namedcmd= ! [% q.name FILTER html %]">Forget</a> </td> <td align="center"> --- 65,76 ---- <td>[% q.name FILTER html %]</td> <td> ! <a href="buglist.cgi?[% q.query FILTER html %]">Lancer</a> </td> <td> ! <a href="query.cgi?[% q.query FILTER html %]">Modifier</a> </td> <td> <a href="buglist.cgi?cmdtype=dorem&remaction=forget&namedcmd= ! [% q.name FILTER html %]">Oublier</a> </td> <td align="center"> |