mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-16 21:13:23 +01:00
19 lines
353 B
Plaintext
19 lines
353 B
Plaintext
|
<?xml version="1.0"?>
|
||
|
<!-- $Id$ -->
|
||
|
<overlay>
|
||
|
<template id="importexport.wizard_choosename" template="" lang="" group="0" version="0.0.1">
|
||
|
<grid>
|
||
|
<columns>
|
||
|
<column/>
|
||
|
</columns>
|
||
|
<rows>
|
||
|
<row>
|
||
|
<description id="msg" no_lang="1"/>
|
||
|
</row>
|
||
|
<row>
|
||
|
<textbox id="name"/>
|
||
|
</row>
|
||
|
</rows>
|
||
|
</grid>
|
||
|
</template>
|
||
|
</overlay>
|