Resources: Make ACL edit popup wider

This commit is contained in:
nathan 2023-04-20 08:18:43 -06:00
parent de7872e2fb
commit e6dfaf0f5c

View File

@ -77,12 +77,13 @@ class resources_acl_ui
protected static function get_actions($appname='resources') {
$actions = array(
'open' => array( // does edit if allowed, otherwise view
'open' => array(
// does edit if allowed, otherwise view
'caption' => 'Open',
'default' => true,
'allowOnMultiple' => false,
'url' => 'menuaction=resources.resources_acl_ui.edit&cat_id=$id',
'popup' => '600x420',
'popup' => '800x420',
'group' => $group = 1,
),
'add' => array(