mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 00:54:15 +01:00
51 lines
1.6 KiB
XML
51 lines
1.6 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE overlay PUBLIC "-//Stylite AG//eTemplate 2//EN" "http://www.egroupware.org/etemplate2.dtd">
|
|
<!-- $Id$ -->
|
|
<overlay>
|
|
<template id="admin.acl.edit" template="" lang="" group="0" version="1.9.001">
|
|
<grid>
|
|
<columns>
|
|
<column/>
|
|
<column/>
|
|
</columns>
|
|
<rows>
|
|
<row disabled="@acl_location=run" part="header">
|
|
<description value="Application"/>
|
|
<menulist>
|
|
<menupopup id="acl_appname" needed="1" onchange="app.admin.acl_reopen_dialog" options="Select one"/>
|
|
</menulist>
|
|
</row>
|
|
<row part="header">
|
|
<description value="Data from" for="acl_account"/>
|
|
<menulist>
|
|
<menupopup type="select-account" id="acl_account" account_type="both" needed="1" onchange="app.admin.acl_reopen_dialog"/>
|
|
</menulist>
|
|
</row>
|
|
<row disabled="@acl_location=run" part="header">
|
|
<description value="Access by" for="acl_location"/>
|
|
<menulist>
|
|
<menupopup type="select-account" id="acl_location" account_type="both"/>
|
|
</menulist>
|
|
</row>
|
|
<row valign="top" disabled="@acl_location=run">
|
|
<description value="Rights"/>
|
|
<grid>
|
|
<columns>
|
|
<column/>
|
|
</columns>
|
|
<rows>
|
|
<row>
|
|
<checkbox label="@label[$row]" id="acl[$row]" options="{$cont[right][$row]},0" span="all"/>
|
|
</row>
|
|
</rows>
|
|
</grid>
|
|
</row>
|
|
<row disabled="!@acl_location=run">
|
|
<description value="Applications" for="apps"/>
|
|
<listbox type="select-app" id="apps" rows="8" options=",enabled,,,,,0"/>
|
|
</row>
|
|
</rows>
|
|
</grid>
|
|
</template>
|
|
</overlay>
|