diff options
Diffstat (limited to 'template/en/default/attachment/show-multiple.html.tmpl')
-rw-r--r-- | template/en/default/attachment/show-multiple.html.tmpl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/template/en/default/attachment/show-multiple.html.tmpl b/template/en/default/attachment/show-multiple.html.tmpl index 83a0642a7..b3c05f2e2 100644 --- a/template/en/default/attachment/show-multiple.html.tmpl +++ b/template/en/default/attachment/show-multiple.html.tmpl @@ -73,15 +73,15 @@ </td> <td valign="top"> - <a href="attachment.cgi?id=[% a.attachid %]&action=edit">Edit</a> + <a href="attachment.cgi?id=[% a.attachid %]&action=edit">Edit</a> </td> </tr> </table> [% IF a.isviewable %] - <iframe src="attachment.cgi?id=[% a.attachid %]&action=view" width="75%" height="350"> + <iframe src="attachment.cgi?id=[% a.attachid %]&action=view" width="75%" height="350"> <b>You cannot view the attachment on this page because your browser does not support IFRAMEs. - <a href="attachment.cgi?id=[% a.attachid %]&action=view">View the attachment on a separate page</a>.</b> + <a href="attachment.cgi?id=[% a.attachid %]&action=view">View the attachment on a separate page</a>.</b> </iframe> [% ELSE %] <p><b> |