From: Emmanuel S. <se...@us...> - 2005-07-17 22:52:27
|
Update of /cvsroot/bugzilla-fr/Bugzilla-fr_2.18/fr/default/list In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11771/fr/default/list Modified Files: list.html.tmpl Log Message: Passage de 2.18 a 2.18.1 Index: list.html.tmpl =================================================================== RCS file: /cvsroot/bugzilla-fr/Bugzilla-fr_2.18/fr/default/list/list.html.tmpl,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** list.html.tmpl 8 Jul 2005 18:05:15 -0000 1.7 --- list.html.tmpl 17 Jul 2005 22:52:18 -0000 1.8 *************** *** 52,56 **** <div align="center"> ! <b>[% time2str("%a %b %e %T %Z %Y", currenttime) %]</b><br> [% IF debug %] --- 52,60 ---- <div align="center"> ! [% IF Param('timezone') %] ! <b>[% time2str("%a %b %e %T %Z %Y", currenttime) %]</b><br> ! [% ELSE %] ! <b>[% time2str("%a %b %e %Y %T", currenttime) %]</b><br> ! [% END %] [% IF debug %] |