From: Emmanuel S. <se...@us...> - 2004-12-09 23:16:53
|
Update of /cvsroot/bugzilla-fr/Bugzilla-fr_2.18/fr/default/attachment In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2614/attachment Modified Files: edit.html.tmpl show-multiple.html.tmpl Log Message: Les corrections d'un collegue (merci, Nico) Index: edit.html.tmpl =================================================================== RCS file: /cvsroot/bugzilla-fr/Bugzilla-fr_2.18/fr/default/attachment/edit.html.tmpl,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** edit.html.tmpl 29 Oct 2004 23:23:25 -0000 1.2 --- edit.html.tmpl 9 Dec 2004 23:16:14 -0000 1.3 *************** *** 258,268 **** document.write('<iframe id="viewDiffFrame" style="height: 400px; width: 100%; display: none;"></iframe>'); [% END %] ! document.write('<button type="button" id="editButton" onclick="editAsComment();">Edit Attachment As Comment</button>'); ! document.write('<button type="button" id="undoEditButton" onclick="undoEditAsComment();" style="display: none;">Undo Edit As Comment</button>'); ! document.write('<button type="button" id="redoEditButton" onclick="redoEditAsComment();" style="display: none;">Redo Edit As Comment</button>'); [% IF patchviewerinstalled %] ! document.write('<button type="button" id="viewDiffButton" onclick="viewDiff();">View Attachment As Diff</button>'); [% END %] ! document.write('<button type="button" id="viewRawButton" onclick="viewRaw();" style="display: none;">View Attachment As Raw</button>'); } //--> --- 258,268 ---- document.write('<iframe id="viewDiffFrame" style="height: 400px; width: 100%; display: none;"></iframe>'); [% END %] ! document.write('<button type="button" id="editButton" onclick="editAsComment();">Modifier la Pièce Jointe en Tant que Commentaire</button>'); ! document.write('<button type="button" id="undoEditButton" onclick="undoEditAsComment();" style="display: none;">Annuler la Modification en Tant que Commentaire</button>'); ! document.write('<button type="button" id="redoEditButton" onclick="redoEditAsComment();" style="display: none;">Appliquer la Modification en Tant que Commentaire</button>'); [% IF patchviewerinstalled %] ! document.write('<button type="button" id="viewDiffButton" onclick="viewDiff();">Voir la Pièce Jointe en Tant que Diff</button>'); [% END %] ! document.write('<button type="button" id="viewRawButton" onclick="viewRaw();" style="display: none;">Voir la Pièce Jointe de Manière Crue</button>'); } //--> Index: show-multiple.html.tmpl =================================================================== RCS file: /cvsroot/bugzilla-fr/Bugzilla-fr_2.18/fr/default/attachment/show-multiple.html.tmpl,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** show-multiple.html.tmpl 29 Oct 2004 23:23:25 -0000 1.2 --- show-multiple.html.tmpl 9 Dec 2004 23:16:14 -0000 1.3 *************** *** 79,83 **** <td valign="top"> ! <a href="attachment.cgi?id=[% a.attachid %]&action=edit">Edit</a> </td> </tr> --- 79,83 ---- <td valign="top"> ! <a href="attachment.cgi?id=[% a.attachid %]&action=edit">Modifier</a> </td> </tr> |