2015-02-17 10:55:05 +01:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<!DOCTYPE overlay PUBLIC "-//Stylite AG//eTemplate 2//EN" "http://www.egroupware.org/etemplate2.dtd">
|
2011-02-22 18:13:03 +01:00
|
|
|
<!-- $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"/>
|
2011-02-24 00:44:20 +01:00
|
|
|
<checkbox id="users_create_definitions"/>
|
|
|
|
</row>
|
|
|
|
<row valign="top">
|
|
|
|
<description value="Users allowed to share their own definitions"/>
|
2011-05-24 18:13:51 +02:00
|
|
|
<listbox type="select-account" id="share_definition" rows="5" options="both"/>
|
2011-02-22 18:13:03 +01:00
|
|
|
</row>
|
2011-12-05 18:27:04 +01:00
|
|
|
<row valign="top">
|
2011-12-07 01:12:18 +01:00
|
|
|
<description value="Extra charsets for import / export"/>
|
2011-12-05 18:27:04 +01:00
|
|
|
<listbox id="import_charsets" rows="5"/>
|
|
|
|
</row>
|
2011-02-22 18:13:03 +01:00
|
|
|
<row>
|
|
|
|
<hbox span="all">
|
2011-05-24 18:13:51 +02:00
|
|
|
<button label="Save" id="save" span="all"/>
|
2011-06-17 16:07:10 +02:00
|
|
|
<button label="Cancel" id="cancel" span="all"/>
|
2011-02-22 18:13:03 +01:00
|
|
|
</hbox>
|
|
|
|
</row>
|
|
|
|
</rows>
|
|
|
|
</grid>
|
|
|
|
</template>
|
2015-02-17 10:55:05 +01:00
|
|
|
</overlay>
|