summaryrefslogtreecommitdiff
path: root/skins/larry/templates/compose.html
diff options
context:
space:
mode:
authoralecpl <alec@alec.pl>2012-04-06 11:26:04 +0000
committeralecpl <alec@alec.pl>2012-04-06 11:26:04 +0000
commit85fd2921f4bcc102be4b031cc726e5055808deb6 (patch)
treea11989358dcee026e65c36011852cc25e00ca124 /skins/larry/templates/compose.html
parent5effd5231eba5ad8b7d0168ceb25190499a3b932 (diff)
- Fix some issues regarding to cancel icon on attachments list, improve delete icon handling
Diffstat (limited to 'skins/larry/templates/compose.html')
-rw-r--r--skins/larry/templates/compose.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/skins/larry/templates/compose.html b/skins/larry/templates/compose.html
index a4c9fc10d..a2263dae4 100644
--- a/skins/larry/templates/compose.html
+++ b/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>