gunnar: server/patches/horde-webmail/1.2.0/tg t_dimp_H_MS_FixBrokenFolderImages.diff, NONE, 1.1

cvs at kolab.org cvs at kolab.org
Mon Feb 9 10:59:49 CET 2009


Author: gunnar

Update of /kolabrepository/server/patches/horde-webmail/1.2.0/tg
In directory doto:/tmp/cvs-serv24905

Added Files:
	t_dimp_H_MS_FixBrokenFolderImages.diff 
Log Message:
Fix for kolab/issue3328

--- NEW FILE: t_dimp_H_MS_FixBrokenFolderImages.diff ---
From: Gunnar Wrobel <p at rdus.de>
Subject: [PATCH] t/dimp/H/MS/FixBrokenFolderImages

Fixes broken custom folder images within DIMP.

http://bugs.horde.org/ticket/7831

https://www.intevation.de/roundup/kolab/issue3328

Signed-off-by: Gunnar Wrobel <p at rdus.de>

---
 horde-webmail/dimp/js/DimpBase.js     | 2149 ++++++++++++++++++++++++++++++++-
 horde-webmail/dimp/js/src/DimpBase.js |    2 +-
 horde-webmail/dimp/lib/DIMP.php       |    9 +-
 horde-webmail/dimp/themes/screen.css  |    2 +-
 4 files changed, 2157 insertions(+), 5 deletions(-)

diff --git a/horde-webmail/dimp/js/DimpBase.js b/horde-webmail/dimp/js/DimpBase.js
[...2182 lines suppressed...]
+                ? $elt['icon']
+                : $dir . '/' . $elt['icon'];
         }
 
         return $ob;
diff --git a/horde-webmail/dimp/themes/screen.css b/horde-webmail/dimp/themes/screen.css
index c33b148..cce11b3 100644
--- a/horde-webmail/dimp/themes/screen.css
+++ b/horde-webmail/dimp/themes/screen.css
@@ -464,7 +464,7 @@ div.msgSize img {
     height: 100%;
     background: transparent url("graphics/folder_create.png") center left no-repeat;
 }
-#sidebarPanel .drafts, #sidebarPanel .inbox, #sidebarPanel .sent, #sidebarPanel .spam, #sidebarPanel .trash {
+#sidebarPanel .drafts, #sidebarPanel .inbox, #sidebarPanel .sent, #sidebarPanel .spam, #sidebarPanel .trash, #sidebarPanel .customimg {
     display: inline;
     float: left;
     width: 20px;
-- 
tg: (5bcbb67..) t/dimp/H/MS/FixBrokenFolderImages (depends on: master)





More information about the commits mailing list