diff options
author | thomascube <thomas@roundcube.net> | 2009-05-28 20:50:44 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2009-05-28 20:50:44 +0000 |
commit | d7e3ae6711ae70708bc9b70d580df4fb814ad6ea (patch) | |
tree | fd721e2eaee3c7215887f124dd959c66595b7e01 /skins/default/templates | |
parent | 4f44393403cd84379640a5ddc38d496bb2b4835b (diff) |
Restore removed icon
Diffstat (limited to 'skins/default/templates')
-rw-r--r-- | skins/default/templates/managefolders.html | 2 |
1 files changed, 1 insertions, 1 deletions
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> |