remove image borders in the upload pane
authorArt Cancro <ajc@citadel.org>
Sat, 11 Dec 2010 17:41:31 +0000 (12:41 -0500)
committerArt Cancro <ajc@citadel.org>
Sat, 11 Dec 2010 17:41:31 +0000 (12:41 -0500)
webcit/static/t/edit_message/attachments_pane.html

index 60cb75d8639cfc07e4a10b05d0d38cd15dba4735..15c5faaf0ad19f7380930cbcbddeca7ddb5d007e 100644 (file)
@@ -1,8 +1,8 @@
 <div align="right">
 <a href="javascript:hide_attachments_form();">
-<?_("Close window")>&nbsp;<img src="static/closewindow.gif"></div>
+<?_("Close window")>&nbsp;<img src="static/closewindow.gif" border="0"></div>
 </a>
-<h2><img src="static/diskette_24x.gif">&nbsp;<?_("Attachments:")></h2>
+<h2><img src="static/diskette_24x.gif" border="0">&nbsp;<?_("Attachments:")></h2>
 
 <ul>
 <?ITERATE("MSG:ATTACHNAMES", ="edit_message_section_attach_select")>