mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-15 20:44:28 +01:00
985799c463
- Remove pretty graphic - Size contents relative to window width, so you can re-size & get more space.
41 lines
979 B
XML
41 lines
979 B
XML
<?xml version="1.0"?>
|
|
<!-- $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/>
|
|
<box class="wizard_content">
|
|
<template id="@wizard_content"/>
|
|
</box>
|
|
</vbox>
|
|
</hbox>
|
|
</row>
|
|
<row valign="bottom">
|
|
<hbox span="all">
|
|
<hbox>
|
|
<button label="previous" id="button[previous]"/>
|
|
<button label="next" id="button[next]"/>
|
|
<button label="finish" id="button[finish]"/>
|
|
</hbox>
|
|
<button align="right" label="cancel" id="button[cancel]" onclick="window.close(); return false;"/>
|
|
</hbox>
|
|
</row>
|
|
</rows>
|
|
</grid>
|
|
<styles>
|
|
.wizard_content {
|
|
height: 365px;
|
|
width: 100%;
|
|
max-height:365px;
|
|
overflow:auto;
|
|
}
|
|
</styles>
|
|
</template>
|
|
</overlay> |