mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:20 +01:00
21 lines
425 B
XML
21 lines
425 B
XML
<?xml version="1.0"?>
|
|
<!-- $Id$ -->
|
|
<overlay>
|
|
<template id="importexport.wizard_chooseapp" template="" lang="" group="0" version="0.0.1">
|
|
<grid>
|
|
<columns>
|
|
<column/>
|
|
</columns>
|
|
<rows>
|
|
<row>
|
|
<description id="msg" no_lang="1"/>
|
|
</row>
|
|
<row class="chooseapp">
|
|
<menulist>
|
|
<menupopup id="application" no_lang="1"/>
|
|
</menulist>
|
|
</row>
|
|
</rows>
|
|
</grid>
|
|
</template>
|
|
</overlay> |