mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-15 10:28:48 +01:00
Resources: Make ACL edit popup wider
This commit is contained in:
parent
aea9731d22
commit
edcd9ae55c
@ -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(
|
||||||
|
Loading…
Reference in New Issue
Block a user