mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-17 13:33:19 +01:00
23 lines
542 B
Plaintext
23 lines
542 B
Plaintext
|
<?xml version="1.0"?>
|
||
|
<!-- $Id$ -->
|
||
|
<overlay>
|
||
|
<template id="importexport.config" template="" lang="" group="0" version="1.9.001">
|
||
|
<grid>
|
||
|
<columns>
|
||
|
<column/>
|
||
|
<column/>
|
||
|
</columns>
|
||
|
<rows>
|
||
|
<row>
|
||
|
<description value="Users allowed to create their own definitions"/>
|
||
|
<listbox type="select-account" rows="5" options="both" id="create_definition_users"/>
|
||
|
</row>
|
||
|
<row>
|
||
|
<hbox span="all">
|
||
|
<button span="all" label="Save" id="save"/>
|
||
|
</hbox>
|
||
|
</row>
|
||
|
</rows>
|
||
|
</grid>
|
||
|
</template>
|
||
|
</overlay>
|