From ceb34ebfeee2bf2ebaa808be14457077ecdd2aad Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Thu, 9 Mar 2006 18:21:22 +0000 Subject: [PATCH] set multiselectbox size=4, as some browsers dont show scrollbars if its under 4 --- phpgwapi/inc/class.uiaccountsel.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpgwapi/inc/class.uiaccountsel.inc.php b/phpgwapi/inc/class.uiaccountsel.inc.php index 55c85b539b..9c27f8e760 100644 --- a/phpgwapi/inc/class.uiaccountsel.inc.php +++ b/phpgwapi/inc/class.uiaccountsel.inc.php @@ -225,7 +225,7 @@ } if ($lines == 1 && $this->account_selection == 'selectbox') { - $html .= ''. + $html .= ''. $this->html->image('phpgwapi','users',lang('select multiple accounts')).''; } if($need_js_popup && !$GLOBALS['egw_info']['flags']['uiaccountsel']['addOption_installed'])