2015-02-17 10:55:05 +01:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
2017-02-01 09:59:37 +01:00
|
|
|
<!DOCTYPE overlay PUBLIC "-//EGroupware GmbH//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"/>
|
2018-08-22 12:15:42 +02:00
|
|
|
<checkbox id="newsettings[users_create_definitions]"/>
|
2011-02-24 00:44:20 +01:00
|
|
|
</row>
|
|
|
|
<row valign="top">
|
|
|
|
<description value="Users allowed to share their own definitions"/>
|
2018-08-22 12:15:42 +02:00
|
|
|
<listbox type="select-account" id="newsettings[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"/>
|
2018-08-22 12:15:42 +02:00
|
|
|
<listbox id="newsettings[import_charsets]" rows="5"/>
|
2011-02-22 18:13:03 +01:00
|
|
|
</row>
|
|
|
|
</rows>
|
|
|
|
</grid>
|
|
|
|
</template>
|
2015-02-17 10:55:05 +01:00
|
|
|
</overlay>
|