mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-26 07:49:28 +01:00
Use widthxheight for popup dimensions
This commit is contained in:
parent
7e05b0dff2
commit
265a6d307e
@ -193,14 +193,14 @@ class importexport_definitions_ui
|
|||||||
'default' => true,
|
'default' => true,
|
||||||
'allowOnMultiple' => false,
|
'allowOnMultiple' => false,
|
||||||
'url' => 'menuaction=importexport.importexport_definitions_ui.edit&definition=$id',
|
'url' => 'menuaction=importexport.importexport_definitions_ui.edit&definition=$id',
|
||||||
'popup' => 'width=500,height=500',
|
'popup' => '500x500',
|
||||||
'group' => $group,
|
'group' => $group,
|
||||||
'disableClass' => 'rowNoEdit',
|
'disableClass' => 'rowNoEdit',
|
||||||
),
|
),
|
||||||
'add' => array(
|
'add' => array(
|
||||||
'caption' => 'Add',
|
'caption' => 'Add',
|
||||||
'url' => 'menuaction=importexport.importexport_definitions_ui.edit',
|
'url' => 'menuaction=importexport.importexport_definitions_ui.edit',
|
||||||
'popup' => 'width=500,height=500',
|
'popup' => '500x500',
|
||||||
'group' => $group,
|
'group' => $group,
|
||||||
),
|
),
|
||||||
'execute' => array(
|
'execute' => array(
|
||||||
@ -214,7 +214,7 @@ class importexport_definitions_ui
|
|||||||
'icon' => 'timesheet/navbar',
|
'icon' => 'timesheet/navbar',
|
||||||
'allowOnMultiple' => false,
|
'allowOnMultiple' => false,
|
||||||
'url' => 'menuaction=importexport.importexport_schedule_ui.edit&definition=$id',
|
'url' => 'menuaction=importexport.importexport_schedule_ui.edit&definition=$id',
|
||||||
'popup' => 'width=500,height=500',
|
'popup' => '500x500',
|
||||||
'group' => $group,
|
'group' => $group,
|
||||||
),
|
),
|
||||||
'change' => array(
|
'change' => array(
|
||||||
|
Loading…
Reference in New Issue
Block a user