mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 14:41:29 +01:00
set multiselectbox size=4, as some browsers dont show scrollbars if its under 4
This commit is contained in:
parent
4581ff7c93
commit
ceb34ebfee
@ -225,7 +225,7 @@
|
||||
}
|
||||
if ($lines == 1 && $this->account_selection == 'selectbox')
|
||||
{
|
||||
$html .= '<a href="#" onclick="'."if (selectBox = document.getElementById('$element_id')) { selectBox.size=3; selectBox.multiple=true; } return false;".'">'.
|
||||
$html .= '<a href="#" onclick="'."if (selectBox = document.getElementById('$element_id')) { selectBox.size=4; selectBox.multiple=true; } return false;".'">'.
|
||||
$this->html->image('phpgwapi','users',lang('select multiple accounts')).'</a>';
|
||||
}
|
||||
if($need_js_popup && !$GLOBALS['egw_info']['flags']['uiaccountsel']['addOption_installed'])
|
||||
|
Loading…
Reference in New Issue
Block a user