2013-11-01 23:04:43 +01:00
|
|
|
<?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">
|
2013-12-02 23:47:16 +01:00
|
|
|
<vbox width="100%">
|
2014-02-19 00:29:30 +01:00
|
|
|
<description id="text"/>
|
2013-11-01 23:04:43 +01:00
|
|
|
<box class="wizard_content">
|
|
|
|
<template id="@wizard_content"/>
|
|
|
|
</box>
|
|
|
|
</vbox>
|
|
|
|
</hbox>
|
|
|
|
</row>
|
2014-01-30 19:55:35 +01:00
|
|
|
<row valign="bottom" class="dialog-footer-toolbar">
|
2013-11-01 23:04:43 +01:00
|
|
|
<hbox span="all">
|
|
|
|
<hbox>
|
2014-01-30 19:55:35 +01:00
|
|
|
<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"/>
|
2013-11-01 23:04:43 +01:00
|
|
|
</hbox>
|
2014-01-30 19:55:35 +01:00
|
|
|
<button align="right" label="cancel" id="button[cancel]" onclick="window.close(); return false;" image="cancel" background_image="1"/>
|
2013-11-01 23:04:43 +01:00
|
|
|
</hbox>
|
|
|
|
</row>
|
|
|
|
</rows>
|
|
|
|
</grid>
|
|
|
|
<styles>
|
|
|
|
.wizard_content {
|
2014-02-19 00:29:30 +01:00
|
|
|
height: 345px;
|
2013-12-02 23:47:16 +01:00
|
|
|
width: 100%;
|
2014-02-19 00:29:30 +01:00
|
|
|
max-height:345px;
|
2013-11-01 23:04:43 +01:00
|
|
|
overflow:auto;
|
|
|
|
}
|
|
|
|
</styles>
|
|
|
|
</template>
|
|
|
|
</overlay>
|