forked from extern/egroupware
Resize delete user popup to fit documentation tab better
This commit is contained in:
parent
24b1dc745a
commit
ccbb0f4d56
@ -207,7 +207,7 @@ class admin_ui
|
||||
$actions['delete'] = array(
|
||||
'caption' => 'Delete',
|
||||
'group' => ++$group,
|
||||
'popup' => '400x200',
|
||||
'popup' => '450x400',
|
||||
'url' => 'menuaction=admin.admin_account.delete&account_id=$id',
|
||||
'allowOnMultiple' => false,
|
||||
);
|
||||
|
Loading…
Reference in New Issue
Block a user