diff options
author | thomascube <thomas@roundcube.net> | 2006-07-01 12:38:38 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2006-07-01 12:38:38 +0000 |
commit | 50844277ca2ce9b98f5d732b07ffe7a4627ff72c (patch) | |
tree | 5fe05ba352d2a2d3b9a574d3df459a3c812e1914 /skins/default/templates/compose.html | |
parent | 25d8ba63b3c4831050e5d190cd42cf2b0b0f3a30 (diff) |
Changed label and icon for attachment removal and some styles
Diffstat (limited to 'skins/default/templates/compose.html')
-rw-r--r-- | skins/default/templates/compose.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/skins/default/templates/compose.html b/skins/default/templates/compose.html index bcb232fbc..0ecfb8f1b 100644 --- a/skins/default/templates/compose.html +++ b/skins/default/templates/compose.html @@ -111,7 +111,7 @@ self.setTimeout('rcmail_auto_save()',300000); </div> <div id="compose-attachments"> -<div><roundcube:label name="attachments" /></div> +<div id="attachment-title"><roundcube:label name="attachments" /></div> <roundcube:object name="composeAttachmentList" deleteIcon="/images/icons/remove-attachment.png"/ > <p><roundcube:button command="add-attachment" imagePas="/images/buttons/add_pas.png" imageSel="/images/buttons/add_sel.png" imageAct="/images/buttons/add_act.png" width="23" height="18" title="addattachment" /> </div> |