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
@ -203,12 +203,12 @@ class importexport_definitions_ui
|
||||
$group = 0;
|
||||
$actions = array(
|
||||
'edit' => array(
|
||||
'caption' => 'Open',
|
||||
'default' => true,
|
||||
'caption' => 'Open',
|
||||
'default' => true,
|
||||
'allowOnMultiple' => false,
|
||||
'url' => 'menuaction=importexport.importexport_definitions_ui.edit&definition=$id',
|
||||
'popup' => '500x500',
|
||||
'group' => $group,
|
||||
'url' => 'menuaction=importexport.importexport_definitions_ui.edit&definition=$id',
|
||||
'popup' => '1000x600',
|
||||
'group' => $group,
|
||||
),
|
||||
'add' => array(
|
||||
'caption' => 'Add',
|
||||
|
@ -3,27 +3,27 @@
|
||||
<!-- $Id$ -->
|
||||
<overlay>
|
||||
<template id="importexport.wizardbox" template="" lang="" group="0" version="0.0.2">
|
||||
<grid width="100%" height="400">
|
||||
<columns>
|
||||
<column width="100%"/>
|
||||
</columns>
|
||||
<rows>
|
||||
<row valign="top">
|
||||
<hbox no_lang="1">
|
||||
<vbox width="100%">
|
||||
<description id="text"/>
|
||||
<box class="wizard_content">
|
||||
<template id="@wizard_content"/>
|
||||
</box>
|
||||
</vbox>
|
||||
</hbox>
|
||||
</row>
|
||||
<row valign="bottom" class="dialog-footer-toolbar">
|
||||
<hbox span="all">
|
||||
<hbox>
|
||||
<button label="previous" id="button[previous]" image="previous" 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"/>
|
||||
<grid width="100%" height="600">
|
||||
<columns>
|
||||
<column width="100%"/>
|
||||
</columns>
|
||||
<rows>
|
||||
<row valign="top">
|
||||
<hbox no_lang="1">
|
||||
<vbox width="100%">
|
||||
<description id="text"/>
|
||||
<box class="wizard_content">
|
||||
<template id="@wizard_content"/>
|
||||
</box>
|
||||
</vbox>
|
||||
</hbox>
|
||||
</row>
|
||||
<row valign="bottom" class="dialog-footer-toolbar">
|
||||
<hbox span="all">
|
||||
<hbox>
|
||||
<button label="previous" id="button[previous]" image="previous" 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"/>
|
||||
</hbox>
|
||||
<button align="right" label="cancel" id="button[cancel]" onclick="window.close(); return false;" image="cancel" background_image="1"/>
|
||||
</hbox>
|
||||
@ -31,12 +31,12 @@
|
||||
</rows>
|
||||
</grid>
|
||||
<styles>
|
||||
.wizard_content {
|
||||
height: 345px;
|
||||
width: 100%;
|
||||
max-height:345px;
|
||||
overflow:auto;
|
||||
}
|
||||
</styles>
|
||||
.wizard_content {
|
||||
height: 330px;
|
||||
width: 100%;
|
||||
max-height:330px;
|
||||
overflow:auto;
|
||||
}
|
||||
</styles>
|
||||
</template>
|
||||
</overlay>
|
||||
|
Loading…
Reference in New Issue
Block a user