Resources: Make ACL edit popup wider

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

View File

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