forked from extern/egroupware
some small layout fixes
This commit is contained in:
parent
3d7fd129cc
commit
a14cf00c50
@ -941,7 +941,7 @@
|
||||
{
|
||||
$GLOBALS['egw']->uiaccountsel =& CreateObject('phpgwapi.uiaccountsel');
|
||||
}
|
||||
$p->set_var('accounts',$GLOBALS['egw']->uiaccountsel->selection('account_user[]','admin_uiaccounts_user',$group_info['account_user'],'accounts',min(3+count($group_info['account_user']),10)));
|
||||
$p->set_var('accounts',$GLOBALS['egw']->uiaccountsel->selection('account_user[]','admin_uiaccounts_user',$group_info['account_user'],'accounts',min(3+count($group_info['account_user']),10),false,'style="width: 300px;"'));
|
||||
|
||||
$var = Array(
|
||||
'form_action' => $GLOBALS['egw']->link('/index.php','menuaction=admin.boaccounts.'.($group_info['account_id']?'edit':'add').'_group'),
|
||||
|
@ -10,7 +10,7 @@
|
||||
{hidden_vars}
|
||||
<tr>
|
||||
<td>{lang_group_name}</td>
|
||||
<td><input name="account_name" value="{group_name_value}"></td>
|
||||
<td><input name="account_name" value="{group_name_value}" style="width: 300px;"></td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
|
Loading…
Reference in New Issue
Block a user