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> |