From: Emmanuel S. <se...@us...> - 2004-12-15 13:06:41
|
Update of /cvsroot/bugzilla-fr/Bugzilla-fr_2.18/fr/default/attachment In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18697/default/attachment Modified Files: edit.html.tmpl list.html.tmpl Log Message: deuxieme partie de la migration 2.18rc2 -> 2.18rc3 Index: list.html.tmpl =================================================================== RCS file: /cvsroot/bugzilla-fr/Bugzilla-fr_2.18/fr/default/attachment/list.html.tmpl,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** list.html.tmpl 29 Oct 2004 23:23:25 -0000 1.2 --- list.html.tmpl 15 Dec 2004 13:06:23 -0000 1.3 *************** *** 37,41 **** <tr [% "class=\"bz_private\"" IF attachment.isprivate %]> <td valign="top"> ! <a href="attachment.cgi?id=[% attachment.attachid %]&action=view">[% attachment.description FILTER html FILTER obsolete(attachment.isobsolete) %]</a> </td> --- 37,41 ---- <tr [% "class=\"bz_private\"" IF attachment.isprivate %]> <td valign="top"> ! <a href="attachment.cgi?id=[% attachment.attachid %]">[% attachment.description FILTER html FILTER obsolete(attachment.isobsolete) %]</a> </td> Index: edit.html.tmpl =================================================================== RCS file: /cvsroot/bugzilla-fr/Bugzilla-fr_2.18/fr/default/attachment/edit.html.tmpl,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** edit.html.tmpl 9 Dec 2004 23:16:14 -0000 1.3 --- edit.html.tmpl 15 Dec 2004 13:06:23 -0000 1.4 *************** *** 35,39 **** table.attachment_info th { text-align: right; vertical-align: top; } table.attachment_info td { text-align: left; vertical-align: top; } ! #noview { text-align: left; vertical-align: center; } table#flags th, table#flags td { font-size: small; vertical-align: baseline; text-align: left; } --- 35,39 ---- table.attachment_info th { text-align: right; vertical-align: top; } table.attachment_info td { text-align: left; vertical-align: top; } ! #noview { text-align: left; vertical-align: middle; } table#flags th, table#flags td { font-size: small; vertical-align: baseline; text-align: left; } *************** *** 248,254 **** <td width="75%"> <textarea id="editFrame" name="comment" style="height: 400px; width: 100%; display: none;" cols="80" wrap="soft"></textarea> ! <iframe id="viewFrame" src="attachment.cgi?id=[% attachid %]&action=view" style="height: 400px; width: 100%;"> <b>Vous ne pouvez pas voir la pièce jointe car votre navigateur ne gère pas les IFRAMEs. ! <a href="attachment.cgi?id=[% attachid %]&action=view">Voir les pièces jointés dans une page séparée</a>.</b> </iframe> <script type="application/x-javascript" language="JavaScript"> --- 248,254 ---- <td width="75%"> <textarea id="editFrame" name="comment" style="height: 400px; width: 100%; display: none;" cols="80" wrap="soft"></textarea> ! <iframe id="viewFrame" src="attachment.cgi?id=[% attachid %]" style="height: 400px; width: 100%;"> <b>Vous ne pouvez pas voir la pièce jointe car votre navigateur ne gère pas les IFRAMEs. ! <a href="attachment.cgi?id=[% attachid %]">Voir les pièces jointés dans une page séparée</a>.</b> </iframe> <script type="application/x-javascript" language="JavaScript"> *************** *** 277,282 **** </b></p> <p><b> ! <a href="attachment.cgi?id=[% attachid %]&action=view">Télécharger ! la pièce jointe</a>. </b></p> </td> --- 277,281 ---- </b></p> <p><b> ! <a href="attachment.cgi?id=[% attachid %]">Télécharger la pièce jointe</a>. </b></p> </td> |