diff options
| author | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2012-04-06 11:26:04 +0000 |
|---|---|---|
| committer | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2012-04-06 11:26:04 +0000 |
| commit | 7ccf9eff68e325a1976d3faee036ec657eecdd91 (patch) | |
| tree | e12328253a2f06350a8fb086ae4638da3658485b /roundcubemail/skins/larry | |
| parent | 3adf9354c23ade0d115f205e31006cd80ffd4944 (diff) | |
- Fix some issues regarding to cancel icon on attachments list, improve delete icon handling
git-svn-id: https://svn.roundcube.net/trunk@6045 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/skins/larry')
| -rw-r--r-- | roundcubemail/skins/larry/templates/compose.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roundcubemail/skins/larry/templates/compose.html b/roundcubemail/skins/larry/templates/compose.html index a4c9fc10d..a2263dae4 100644 --- a/roundcubemail/skins/larry/templates/compose.html +++ b/roundcubemail/skins/larry/templates/compose.html @@ -155,7 +155,7 @@ <div style="text-align:center; margin-bottom:20px"> <roundcube:button name="addattachment" type="input" class="button" classSel="button pressed" label="addattachment" onclick="UI.show_uploadform();return false" tabindex="10" /> </div> - <roundcube:object name="composeAttachmentList" id="attachment-list" class="attachmentslist" cancelIcon="/images/0.gif" /> + <roundcube:object name="composeAttachmentList" id="attachment-list" class="attachmentslist" /> </div> </div> |
