Update of /cvsroot/bugzilla-fr/Bugzilla-fr_2.18/fr/default/list
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27131/fr/default/list
Modified Files:
edit-multiple.html.tmpl list-simple.html.tmpl list.html.tmpl
Log Message:
Commit des corrections apportées par zerobug dans le forum de discussion
Discussions : https://sourceforge.net/forum/message.php?msg_id=3239322
Index: list.html.tmpl
===================================================================
RCS file: /cvsroot/bugzilla-fr/Bugzilla-fr_2.18/fr/default/list/list.html.tmpl,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** list.html.tmpl 15 Mar 2005 11:54:20 -0000 1.6
--- list.html.tmpl 8 Jul 2005 18:05:15 -0000 1.7
***************
*** 132,136 ****
<form method="post" action="long_list.cgi">
<input type="hidden" name="buglist" value="[% buglist %]">
! <input type="submit" value="Long Format">
</form>
</td>
--- 132,136 ----
<form method="post" action="long_list.cgi">
<input type="hidden" name="buglist" value="[% buglist %]">
! <input type="submit" value="Format Long">
</form>
</td>
Index: edit-multiple.html.tmpl
===================================================================
RCS file: /cvsroot/bugzilla-fr/Bugzilla-fr_2.18/fr/default/list/edit-multiple.html.tmpl,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** edit-multiple.html.tmpl 1 Feb 2005 10:15:22 -0000 1.4
--- edit-multiple.html.tmpl 8 Jul 2005 18:05:14 -0000 1.5
***************
*** 34,39 ****
}
}
! document.write(' <input type="button" name="uncheck_all" value="Uncheck All" onclick="SetCheckboxes(false);">');
! document.write(' <input type="button" name="check_all" value="Check All" onclick="SetCheckboxes(true);">');
</script>
--- 34,39 ----
}
}
! document.write(' <input type="button" name="uncheck_all" value="Aucun" onclick="SetCheckboxes(false);">');
! document.write(' <input type="button" name="check_all" value="Tous" onclick="SetCheckboxes(true);">');
</script>
Index: list-simple.html.tmpl
===================================================================
RCS file: /cvsroot/bugzilla-fr/Bugzilla-fr_2.18/fr/default/list/list-simple.html.tmpl,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** list-simple.html.tmpl 15 Dec 2004 13:06:25 -0000 1.3
--- list-simple.html.tmpl 8 Jul 2005 18:05:15 -0000 1.4
***************
*** 38,41 ****
--- 38,43 ----
[%############################################################################%]
+ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//FR">
+ <meta http-equiv="Content-Type" content="text/html;charset=utf-8" >
<html>
|