From: Emmanuel S. <se...@us...> - 2004-12-09 23:17:01
|
Update of /cvsroot/bugzilla-fr/Bugzilla-fr_2.18/fr/default/bug/votes In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2614/bug/votes Modified Files: list-for-user.html.tmpl Log Message: Les corrections d'un collegue (merci, Nico) Index: list-for-user.html.tmpl =================================================================== RCS file: /cvsroot/bugzilla-fr/Bugzilla-fr_2.18/fr/default/bug/votes/list-for-user.html.tmpl,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** list-for-user.html.tmpl 1 Nov 2004 10:27:00 -0000 1.2 --- list-for-user.html.tmpl 9 Dec 2004 23:16:15 -0000 1.3 *************** *** 47,51 **** <th>Votes</th> <th>[% terms.Bug %] #</th> ! <th>Sommaire</th> </tr> --- 47,51 ---- <th>Votes</th> <th>[% terms.Bug %] #</th> ! <th>Résumé</th> </tr> |
From: Emmanuel S. <se...@us...> - 2005-02-01 10:15:30
|
Update of /cvsroot/bugzilla-fr/Bugzilla-fr_2.18/fr/default/bug/votes In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18707/fr/default/bug/votes Modified Files: list-for-user.html.tmpl Log Message: 2.18rc3 -> 2.18 (2/4) Index: list-for-user.html.tmpl =================================================================== RCS file: /cvsroot/bugzilla-fr/Bugzilla-fr_2.18/fr/default/bug/votes/list-for-user.html.tmpl,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** list-for-user.html.tmpl 9 Dec 2004 23:16:15 -0000 1.3 --- list-for-user.html.tmpl 1 Feb 2005 10:15:20 -0000 1.4 *************** *** 22,29 **** [% PROCESS global/variables.none.tmpl %] ! [% h2 = voting_user.login FILTER html %] ! [% PROCESS global/header.html.tmpl ! title = "Montrer les Votes" ! %] [% canedit = 1 IF voting_user.login == user.login %] --- 22,32 ---- [% PROCESS global/variables.none.tmpl %] ! [% IF !header_done %] ! [% h2 = voting_user.login FILTER html %] ! [% PROCESS global/header.html.tmpl title = "Montrer les Votes" %] ! [% ELSE %] ! <hr> ! [% END %] ! [% canedit = 1 IF voting_user.login == user.login %] |
From: Emmanuel S. <se...@us...> - 2005-03-08 23:42:42
|
Update of /cvsroot/bugzilla-fr/Bugzilla-fr_2.18/fr/default/bug/votes In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5526/default/bug/votes Modified Files: list-for-user.html.tmpl Log Message: Correction de #1124022 Index: list-for-user.html.tmpl =================================================================== RCS file: /cvsroot/bugzilla-fr/Bugzilla-fr_2.18/fr/default/bug/votes/list-for-user.html.tmpl,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** list-for-user.html.tmpl 1 Feb 2005 10:15:20 -0000 1.4 --- list-for-user.html.tmpl 8 Mar 2005 23:42:31 -0000 1.5 *************** *** 135,143 **** <p> [% IF canedit %] ! Vous ne [% ELSE %] ! Cette utilisateur ne [% END %] ! vote sur aucun [% terms.bugs %] en ce moment. </p> [% END %] --- 135,143 ---- <p> [% IF canedit %] ! Vous ne votez [% ELSE %] ! Cette utilisateur ne vote [% END %] ! sur aucun [% terms.bug %] en ce moment. </p> [% END %] |
From: Emmanuel S. <se...@us...> - 2005-07-17 22:52:27
|
Update of /cvsroot/bugzilla-fr/Bugzilla-fr_2.18/fr/default/bug/votes In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11771/fr/default/bug/votes Modified Files: list-for-user.html.tmpl Log Message: Passage de 2.18 a 2.18.1 Index: list-for-user.html.tmpl =================================================================== RCS file: /cvsroot/bugzilla-fr/Bugzilla-fr_2.18/fr/default/bug/votes/list-for-user.html.tmpl,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** list-for-user.html.tmpl 8 Mar 2005 23:42:31 -0000 1.5 --- list-for-user.html.tmpl 17 Jul 2005 22:52:18 -0000 1.6 *************** *** 24,35 **** [% IF !header_done %] [% h2 = voting_user.login FILTER html %] ! [% PROCESS global/header.html.tmpl title = "Montrer les Votes" %] [% ELSE %] <hr> [% END %] - - [% canedit = 1 IF voting_user.login == user.login %] - [% IF votes_recorded %] <p> --- 24,37 ---- [% IF !header_done %] [% h2 = voting_user.login FILTER html %] ! [% IF canedit %] ! [% title = "Modifier les Votes" %] ! [% ELSE %] ! [% title = "Montrer les Votes" %] ! [% END %] ! [% PROCESS global/header.html.tmpl %] [% ELSE %] <hr> [% END %] [% IF votes_recorded %] <p> |