mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-25 17:33:49 +01:00
b7d62c7b09
export is quite clean at the moment, but import needs lots of work, all the stuff is not really for production yet, but i import it now, so that the guy from metaways can also work on it. most pending tasks: - implement conversions based on regular expressions - implement options of plugin - rework import part (mostly ui)
120 lines
2.8 KiB
XML
120 lines
2.8 KiB
XML
<?xml version="1.0"?>
|
|
<!-- $Id$ -->
|
|
<overlay>
|
|
<template id="importexport.export_dialog.general_tab_content" template="" lang="" group="0" version="">
|
|
<grid>
|
|
<columns>
|
|
<column/>
|
|
<column/>
|
|
</columns>
|
|
<rows>
|
|
<row>
|
|
<description span="all" value="some nice text"/>
|
|
</row>
|
|
<row class="select_appname" disabled="@appname">
|
|
<description value="Select application"/>
|
|
<menulist>
|
|
<menupopup no_lang="1" id="appname"/>
|
|
</menulist>
|
|
</row>
|
|
<row class="select_plugin">
|
|
<description value="Select format"/>
|
|
<menulist>
|
|
<menupopup no_lang="1" id="plugin"/>
|
|
</menulist>
|
|
</row>
|
|
</rows>
|
|
</grid>
|
|
</template>
|
|
<template id="importexport.export_dialog.general_tab" template="" lang="" group="0" version="">
|
|
<grid>
|
|
<columns>
|
|
<column/>
|
|
</columns>
|
|
<rows>
|
|
<row valign="top">
|
|
<hbox>
|
|
<image options="export_dialog"/>
|
|
<template id="importexport.export_dialog.general_tab_content"/>
|
|
</hbox>
|
|
</row>
|
|
</rows>
|
|
</grid>
|
|
</template>
|
|
<template id="importexport.export_dialog.selection_tab" template="" lang="" group="0" version="">
|
|
<grid>
|
|
<columns>
|
|
<column/>
|
|
</columns>
|
|
<rows>
|
|
<row>
|
|
<description/>
|
|
</row>
|
|
</rows>
|
|
</grid>
|
|
</template>
|
|
<template id="importexport.export_dialog.options_tab" template="" lang="" group="0" version="">
|
|
<grid>
|
|
<columns>
|
|
<column/>
|
|
</columns>
|
|
<rows>
|
|
<row>
|
|
<description/>
|
|
</row>
|
|
</rows>
|
|
</grid>
|
|
</template>
|
|
<template id="importexport.export_dialog.templates_tab" template="" lang="" group="0" version="">
|
|
<grid>
|
|
<columns>
|
|
<column/>
|
|
</columns>
|
|
<rows>
|
|
<row>
|
|
<description/>
|
|
</row>
|
|
</rows>
|
|
</grid>
|
|
</template>
|
|
<template id="importexport.export_dialog" template="" lang="" group="0" version="">
|
|
<grid>
|
|
<columns>
|
|
<column/>
|
|
</columns>
|
|
<rows>
|
|
<row>
|
|
<description id="msg"/>
|
|
</row>
|
|
<row>
|
|
<tabbox>
|
|
<tabs>
|
|
<tab label="General" statustext=""/>
|
|
<tab label="Selection" statustext=""/>
|
|
<tab label="Options" statustext=""/>
|
|
<tab label="Templates" statustext=""/>
|
|
</tabs>
|
|
<tabpanels>
|
|
<template id="importexport.export_dialog.general_tab"/>
|
|
<template id="importexport.export_dialog.selection_tab"/>
|
|
<template id="importexport.export_dialog.options_tab"/>
|
|
<template id="importexport.export_dialog.templates_tab"/>
|
|
</tabpanels>
|
|
</tabbox>
|
|
</row>
|
|
<row>
|
|
<checkbox label="Save as template" id="save_as_template"/>
|
|
</row>
|
|
<row>
|
|
<hbox span="all">
|
|
<hbox>
|
|
<button label="Export" id="export"/>
|
|
<button label="Preview" id="preview"/>
|
|
</hbox>
|
|
<button label="Cancel" align="right" id="cancel"/>
|
|
</hbox>
|
|
</row>
|
|
</rows>
|
|
</grid>
|
|
</template>
|
|
</overlay> |