mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-26 16:48:49 +01:00
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(
|
$actions['delete'] = array(
|
||||||
'caption' => 'Delete',
|
'caption' => 'Delete',
|
||||||
'group' => ++$group,
|
'group' => ++$group,
|
||||||
'popup' => '400x200',
|
'popup' => '450x400',
|
||||||
'url' => 'menuaction=admin.admin_account.delete&account_id=$id',
|
'url' => 'menuaction=admin.admin_account.delete&account_id=$id',
|
||||||
'allowOnMultiple' => false,
|
'allowOnMultiple' => false,
|
||||||
);
|
);
|
||||||
|
Loading…
Reference in New Issue
Block a user