mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-24 17:04:14 +01:00
Resources: Make ACL edit popup wider
This commit is contained in:
parent
de7872e2fb
commit
e6dfaf0f5c
@ -77,21 +77,22 @@ class resources_acl_ui
|
||||
protected static function get_actions($appname='resources') {
|
||||
|
||||
$actions = array(
|
||||
'open' => array( // does edit if allowed, otherwise view
|
||||
'caption' => 'Open',
|
||||
'default' => true,
|
||||
'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',
|
||||
'group' => $group=1,
|
||||
'url' => 'menuaction=resources.resources_acl_ui.edit&cat_id=$id',
|
||||
'popup' => '800x420',
|
||||
'group' => $group = 1,
|
||||
),
|
||||
'add' => array(
|
||||
'caption' => 'Add',
|
||||
'add' => array(
|
||||
'caption' => 'Add',
|
||||
'allowOnMultiple' => false,
|
||||
'icon' => 'new',
|
||||
'url' => 'menuaction=admin.admin_categories.edit&appname=resources',
|
||||
'popup' => '600x380',
|
||||
'group' => $group,
|
||||
'icon' => 'new',
|
||||
'url' => 'menuaction=admin.admin_categories.edit&appname=resources',
|
||||
'popup' => '600x380',
|
||||
'group' => $group,
|
||||
),
|
||||
);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user