diff options
| author | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2006-07-01 12:38:38 +0000 |
|---|---|---|
| committer | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2006-07-01 12:38:38 +0000 |
| commit | 13fd1f81d5e7cd425b66d7ed5b7528fd92c282d4 (patch) | |
| tree | 7c429a9e800c069d6ff3bd7c83e0e05bcd8415d5 /roundcubemail/skins/default/templates/compose.html | |
| parent | bc59c415dc74b894beae86286a7fdc75c6d6adcb (diff) | |
Changed label and icon for attachment removal and some styles
git-svn-id: https://svn.roundcube.net/trunk@271 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/skins/default/templates/compose.html')
| -rw-r--r-- | roundcubemail/skins/default/templates/compose.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roundcubemail/skins/default/templates/compose.html b/roundcubemail/skins/default/templates/compose.html index bcb232fbc..0ecfb8f1b 100644 --- a/roundcubemail/skins/default/templates/compose.html +++ b/roundcubemail/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> |
