From: Michael M Slusarz Date: Wed, 30 Sep 2009 18:20:22 +0000 (-0600) Subject: More dimp row tweaking: use stripes and increase whitespace a bit X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=8a595316276fe4f8773db442aec331856891b4c6;p=horde.git More dimp row tweaking: use stripes and increase whitespace a bit --- diff --git a/imp/index-dimp.php b/imp/index-dimp.php index 68fc8ef11..e0b1a1b5c 100644 --- a/imp/index-dimp.php +++ b/imp/index-dimp.php @@ -26,7 +26,8 @@ $scripts = array( array('imp.js', 'imp', true), array('mailbox-dimp.js', 'imp', true), array('popup.js', 'horde', true), - array('redbox.js', 'horde', true) + array('redbox.js', 'horde', true), + array('stripe.js', 'horde', true) ); /* Get site specific menu items. */ diff --git a/imp/js/DimpBase.js b/imp/js/DimpBase.js index d325fab3b..bc91dbb3b 100644 --- a/imp/js/DimpBase.js +++ b/imp/js/DimpBase.js @@ -520,6 +520,8 @@ var DimpBase = { var row, ssc, tmp, l = this.viewport.getMetaData('label'); + Horde.stripeElement('msgList'); + this.setMessageListTitle(); if (!this.isSearch()) { this.setFolderLabel(this.folder, this.viewport.getMetaData('unseen') || 0); diff --git a/imp/templates/index/index-dimp.inc b/imp/templates/index/index-dimp.inc index 35ab5d21f..59fda6d01 100644 --- a/imp/templates/index/index-dimp.inc +++ b/imp/templates/index/index-dimp.inc @@ -241,7 +241,7 @@ function _simpleButton($id, $text, $image, $imagedir = null)
-
 
+