mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 09:05:16 +01:00
32 lines
1.3 KiB
XML
32 lines
1.3 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE overlay PUBLIC "-//EGroupware GmbH//eTemplate 2//EN" "http://www.egroupware.org/etemplate2.dtd">
|
|
<!-- $Id$ -->
|
|
<overlay>
|
|
<template id="preferences.config" template="" lang="" group="0" version="16.1">
|
|
<grid width="100%" class="admin-config egwGridView_grid">
|
|
<columns>
|
|
<column width="60%"/>
|
|
<column/>
|
|
</columns>
|
|
<rows>
|
|
<row>
|
|
<description value="Deny following groups access to preferences" label="%s:"/>
|
|
<select-account id="newsettings[deny_prefs]" account_type="groups" multiple="true" tags="true" width="100%"/>
|
|
</row>
|
|
<row>
|
|
<description value="Deny following groups access to ACL (grant access)" label="%s:"/>
|
|
<select-account id="newsettings[deny_acl]" account_type="groups" multiple="true" tags="true" width="100%"/>
|
|
</row>
|
|
<row>
|
|
<description value="Deny following groups access to edit categories" label="%s:"/>
|
|
<select-account id="newsettings[deny_cats]" account_type="groups" multiple="true" tags="true" width="100%"/>
|
|
</row>
|
|
<row>
|
|
<description value="Deny following groups access to security popup" label="%s:"/>
|
|
<select-account id="newsettings[deny_security]" account_type="groups" multiple="true" tags="true" width="100%"/>
|
|
</row>
|
|
</rows>
|
|
</grid>
|
|
</template>
|
|
</overlay>
|