summaryrefslogtreecommitdiff
path: root/skins
diff options
context:
space:
mode:
authorthomascube <thomas@roundcube.net>2009-05-28 20:50:44 +0000
committerthomascube <thomas@roundcube.net>2009-05-28 20:50:44 +0000
commitd7e3ae6711ae70708bc9b70d580df4fb814ad6ea (patch)
treefd721e2eaee3c7215887f124dd959c66595b7e01 /skins
parent4f44393403cd84379640a5ddc38d496bb2b4835b (diff)
Restore removed icon
Diffstat (limited to 'skins')
-rw-r--r--skins/default/images/icons/trash.pngbin0 -> 775 bytes
-rw-r--r--skins/default/templates/managefolders.html2
2 files changed, 1 insertions, 1 deletions
diff --git a/skins/default/images/icons/trash.png b/skins/default/images/icons/trash.png
new file mode 100644
index 000000000..0712aaa71
--- /dev/null
+++ b/skins/default/images/icons/trash.png
Binary files differ
diff --git a/skins/default/templates/managefolders.html b/skins/default/templates/managefolders.html
index a19a7423a..b886cf6fc 100644
--- a/skins/default/templates/managefolders.html
+++ b/skins/default/templates/managefolders.html
@@ -16,7 +16,7 @@
<div id="folder-manager">
<roundcube:object name="foldersubscription" form="subscriptionform" id="subscription-table"
cellpadding="1" cellspacing="0" summary="Folder subscription table" class="records-table"
- deleteIcon="/images/icons/folder-trash.png"
+ deleteIcon="/images/icons/trash.png"
renameIcon="/images/icons/rename.png" />
</div>