mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-21 23:43:17 +01:00
Importexport: Make wizard bigger
This commit is contained in:
parent
75c07334df
commit
8601f274ef
@ -207,7 +207,7 @@ class importexport_definitions_ui
|
||||
'default' => true,
|
||||
'allowOnMultiple' => false,
|
||||
'url' => 'menuaction=importexport.importexport_definitions_ui.edit&definition=$id',
|
||||
'popup' => '500x500',
|
||||
'popup' => '1000x600',
|
||||
'group' => $group,
|
||||
),
|
||||
'add' => array(
|
||||
|
@ -3,7 +3,7 @@
|
||||
<!-- $Id$ -->
|
||||
<overlay>
|
||||
<template id="importexport.wizardbox" template="" lang="" group="0" version="0.0.2">
|
||||
<grid width="100%" height="400">
|
||||
<grid width="100%" height="600">
|
||||
<columns>
|
||||
<column width="100%"/>
|
||||
</columns>
|
||||
@ -32,9 +32,9 @@
|
||||
</grid>
|
||||
<styles>
|
||||
.wizard_content {
|
||||
height: 345px;
|
||||
height: 330px;
|
||||
width: 100%;
|
||||
max-height:345px;
|
||||
max-height:330px;
|
||||
overflow:auto;
|
||||
}
|
||||
</styles>
|
||||
|
Loading…
Reference in New Issue
Block a user