mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-25 01:13:25 +01:00
Importexport: Make wizard bigger
This commit is contained in:
parent
75c07334df
commit
8601f274ef
@ -203,12 +203,12 @@ class importexport_definitions_ui
|
|||||||
$group = 0;
|
$group = 0;
|
||||||
$actions = array(
|
$actions = array(
|
||||||
'edit' => array(
|
'edit' => array(
|
||||||
'caption' => 'Open',
|
'caption' => 'Open',
|
||||||
'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' => '500x500',
|
'popup' => '1000x600',
|
||||||
'group' => $group,
|
'group' => $group,
|
||||||
),
|
),
|
||||||
'add' => array(
|
'add' => array(
|
||||||
'caption' => 'Add',
|
'caption' => 'Add',
|
||||||
|
@ -3,27 +3,27 @@
|
|||||||
<!-- $Id$ -->
|
<!-- $Id$ -->
|
||||||
<overlay>
|
<overlay>
|
||||||
<template id="importexport.wizardbox" template="" lang="" group="0" version="0.0.2">
|
<template id="importexport.wizardbox" template="" lang="" group="0" version="0.0.2">
|
||||||
<grid width="100%" height="400">
|
<grid width="100%" height="600">
|
||||||
<columns>
|
<columns>
|
||||||
<column width="100%"/>
|
<column width="100%"/>
|
||||||
</columns>
|
</columns>
|
||||||
<rows>
|
<rows>
|
||||||
<row valign="top">
|
<row valign="top">
|
||||||
<hbox no_lang="1">
|
<hbox no_lang="1">
|
||||||
<vbox width="100%">
|
<vbox width="100%">
|
||||||
<description id="text"/>
|
<description id="text"/>
|
||||||
<box class="wizard_content">
|
<box class="wizard_content">
|
||||||
<template id="@wizard_content"/>
|
<template id="@wizard_content"/>
|
||||||
</box>
|
</box>
|
||||||
</vbox>
|
</vbox>
|
||||||
</hbox>
|
</hbox>
|
||||||
</row>
|
</row>
|
||||||
<row valign="bottom" class="dialog-footer-toolbar">
|
<row valign="bottom" class="dialog-footer-toolbar">
|
||||||
<hbox span="all">
|
<hbox span="all">
|
||||||
<hbox>
|
<hbox>
|
||||||
<button label="previous" id="button[previous]" image="previous" background_image="1"/>
|
<button label="previous" id="button[previous]" image="previous" background_image="1"/>
|
||||||
<button label="next" id="button[next]" image="next" background_image="1"/>
|
<button label="next" id="button[next]" image="next" background_image="1"/>
|
||||||
<button label="finish" id="button[finish]" image="finish" background_image="1"/>
|
<button label="finish" id="button[finish]" image="finish" background_image="1"/>
|
||||||
</hbox>
|
</hbox>
|
||||||
<button align="right" label="cancel" id="button[cancel]" onclick="window.close(); return false;" image="cancel" background_image="1"/>
|
<button align="right" label="cancel" id="button[cancel]" onclick="window.close(); return false;" image="cancel" background_image="1"/>
|
||||||
</hbox>
|
</hbox>
|
||||||
@ -31,12 +31,12 @@
|
|||||||
</rows>
|
</rows>
|
||||||
</grid>
|
</grid>
|
||||||
<styles>
|
<styles>
|
||||||
.wizard_content {
|
.wizard_content {
|
||||||
height: 345px;
|
height: 330px;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
max-height:345px;
|
max-height:330px;
|
||||||
overflow:auto;
|
overflow:auto;
|
||||||
}
|
}
|
||||||
</styles>
|
</styles>
|
||||||
</template>
|
</template>
|
||||||
</overlay>
|
</overlay>
|
||||||
|
Loading…
Reference in New Issue
Block a user