From: Michael M Slusarz Date: Tue, 20 Oct 2009 09:11:50 +0000 (-0600) Subject: Cleanups to DIMP template and CSS X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=923db0ba778921818d877914584021719b737bf9;p=horde.git Cleanups to DIMP template and CSS Remove last of hardcoded images in template (at least for non-dynamic/non-configurable items). --- diff --git a/imp/templates/index/index-dimp.inc b/imp/templates/index/index-dimp.inc index 2d6ca4725..c70811d82 100644 --- a/imp/templates/index/index-dimp.inc +++ b/imp/templates/index/index-dimp.inc @@ -1,11 +1,8 @@ getImageDir('horde'); $usetrash = $prefs->getValue('use_trash'); $show_text = in_array($prefs->getValue('menu_view'), array('both', 'text')); $use_sub = $prefs->getValue('subscribe'); -$loading_text = _("Loading..."); $has_blacklist = $registry->hasMethod('mail/blacklistFrom'); $has_whitelist = $registry->hasMethod('mail/whitelistFrom'); @@ -31,52 +28,52 @@ function _createDA($text, $image, $id = null, $class = '', $show_text = true, echo '' . IMP_Dimp::actionButton($params) . ''; } -function _simpleButton($id, $text, $image, $imagedir = null) +function _simpleButton($id, $text, $image) { $ak = Horde::getAccessKey($text, true); - return ''; + return ''; } ?>
- +
+