Resize delete user popup to fit documentation tab better

This commit is contained in:
nathangray 2018-09-06 10:42:05 -06:00
parent 24b1dc745a
commit ccbb0f4d56

View File

@ -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,
);