From 3f6454967d1ef76675d0d0f44d6c67f6db0d9754 Mon Sep 17 00:00:00 2001
From: thomascube <thomas@roundcube.net>
Date: Sun, 28 Oct 2007 10:05:40 -0400
Subject: [PATCH] New rename-icon with alpha channel

---
 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 d378619..93f3caa 100644
--- a/skins/default/templates/managefolders.html
+++ b/skins/default/templates/managefolders.html
@@ -17,7 +17,7 @@
 <roundcube:object name="foldersubscription" form="subscriptionform" id="subscription-table"
   cellpadding="1" cellspacing="0" summary="Folder subscription table"
   deleteIcon="/images/icons/folder-trash.png"
-  renameIcon="/images/icons/edit.png" />
+  renameIcon="/images/icons/rename.png" />
 </div>
 
 <div id="bottomboxes">

--
Gitblit v1.9.1