diff options
author | thomascube <thomas@roundcube.net> | 2009-05-29 09:37:32 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2009-05-29 09:37:32 +0000 |
commit | 991a25ab5df66752d8bdb460d1b622b9f52358b1 (patch) | |
tree | bc42d3fab3f98239048358b83ff14f8078cb6c5f /skins/default/templates/managefolders.html | |
parent | bb7509c60745636ffea891bb05c7766879db6a0b (diff) |
Better icon for deleting folders + remove hard-coded icon path
Diffstat (limited to 'skins/default/templates/managefolders.html')
-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 b886cf6fc..80f5df279 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/trash.png" + deleteIcon="/images/icons/delete.png" renameIcon="/images/icons/rename.png" /> </div> |