mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 17:14:36 +01:00
64cd481e98
- Fix admin account tab - Switch category tree to taglist-cat for addressbook
83 lines
2.7 KiB
XML
83 lines
2.7 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.add" template="" lang="" group="0" version="1.9.001">
|
|
<buttononly statustext="Add" id="add" onclick='app.admin.acl({id:"add"},[{id:""}])'/>
|
|
</template>
|
|
<template id="admin.acl.rows" template="" lang="" group="0" version="1.9.001">
|
|
<grid width="100%">
|
|
<columns>
|
|
<column width="25"/>
|
|
<column width="140"/>
|
|
<column width="50%"/>
|
|
<column width="50%"/>
|
|
<column width="70"/>
|
|
<column width="80"/>
|
|
<column width="75"/>
|
|
<column width="70"/>
|
|
<column width="70"/>
|
|
<column width="70"/>
|
|
<column width="70"/>
|
|
<column width="70"/>
|
|
</columns>
|
|
<rows>
|
|
<row>
|
|
<description/>
|
|
<nextmatch-sortheader label="Application" id="acl_appname"/>
|
|
<nextmatch-sortheader label="Data from" id="acl_account"/>
|
|
<nextmatch-sortheader label="Access by" id="acl_location"/>
|
|
<nextmatch-header label="Read" id="read"/>
|
|
<nextmatch-header label="Add" id="add"/>
|
|
<nextmatch-header label="Edit" id="edit"/>
|
|
<nextmatch-header label="Delete" id="delete"/>
|
|
<nextmatch-header label="Private" id="private"/>
|
|
<nextmatch-header label="Custom 1" id="custom1"/>
|
|
<nextmatch-header label="Custom 2" id="custom2"/>
|
|
<nextmatch-header label="Custom 3" id="custom3"/>
|
|
</row>
|
|
<row class="$row_cont[class]">
|
|
<appicon align="center" src="$row_cont[acl_appname]" class="admin_aclApp"/>
|
|
<menulist>
|
|
<menupopup type="select-app" id="${row}[acl_appname]" readonly="true"/>
|
|
</menulist>
|
|
<menulist>
|
|
<menupopup type="select-account" id="${row}[acl_account]" readonly="true"/>
|
|
</menulist>
|
|
<menulist>
|
|
<menupopup type="select-account" id="${row}[acl_location]" readonly="true"/>
|
|
</menulist>
|
|
<description id="${row}[acl1]"/>
|
|
<description id="${row}[acl2]"/>
|
|
<description id="${row}[acl4]"/>
|
|
<description id="${row}[acl8]"/>
|
|
<description id="${row}[acl16]"/>
|
|
<description id="${row}[acl64]"/>
|
|
<description id="${row}[acl128]"/>
|
|
<description id="${row}[acl256]"/>
|
|
</row>
|
|
</rows>
|
|
</grid>
|
|
</template>
|
|
<template id="admin.acl" template="" lang="" group="0" version="1.9.001">
|
|
<grid width="100%">
|
|
<columns>
|
|
<column width="100%"/>
|
|
</columns>
|
|
<rows>
|
|
<row class="dialogHeader">
|
|
<description value="Access control" class=""/>
|
|
</row>
|
|
<row>
|
|
<nextmatch id="nm" template="admin.acl.rows" header_left="admin.acl.add" height="400"/>
|
|
</row>
|
|
<row class="dialogFooterToolbar">
|
|
<hbox>
|
|
<button label="Close" id="cancel" onclick="window.close();"/>
|
|
</hbox>
|
|
</row>
|
|
</rows>
|
|
</grid>
|
|
</template>
|
|
</overlay>
|