2013-08-26 20:25:43 +02:00
|
|
|
<?xml version="1.0"?>
|
|
|
|
<!-- $Id$ -->
|
|
|
|
<overlay>
|
|
|
|
<template id="admin.acl.rows" template="" lang="" group="0" version="1.9.001">
|
|
|
|
<grid width="100%">
|
|
|
|
<columns>
|
|
|
|
<column width="24"/>
|
|
|
|
<column/>
|
|
|
|
<column/>
|
|
|
|
<column/>
|
|
|
|
<column/>
|
|
|
|
<column/>
|
|
|
|
<column/>
|
|
|
|
<column/>
|
|
|
|
<column/>
|
|
|
|
<column/>
|
|
|
|
<column/>
|
|
|
|
<column/>
|
|
|
|
</columns>
|
|
|
|
<rows>
|
|
|
|
<row>
|
|
|
|
<description/>
|
2013-09-04 11:48:18 +02:00
|
|
|
<nextmatch-sortheader label="Application" id="acl_appname"/>
|
|
|
|
<nextmatch-sortheader label="Data from" id="acl_account"/>
|
|
|
|
<nextmatch-sortheader label="Access by" id="acl_location"/>
|
2013-08-28 14:52:47 +02:00
|
|
|
<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"/>
|
2013-08-26 20:25:43 +02:00
|
|
|
</row>
|
|
|
|
<row>
|
2014-03-03 17:51:22 +01:00
|
|
|
<appicon align="center" src="$row_cont[acl_appname]" class="admin_aclApp"/>
|
2013-08-26 20:25:43 +02:00
|
|
|
<menulist>
|
|
|
|
<menupopup type="select-app" id="${row}[acl_appname]" readonly="true"/>
|
|
|
|
</menulist>
|
|
|
|
<menulist>
|
2013-09-02 11:19:49 +02:00
|
|
|
<menupopup type="select-account" id="${row}[acl_account]" readonly="true"/>
|
2013-08-26 20:25:43 +02:00
|
|
|
</menulist>
|
|
|
|
<menulist>
|
2013-09-02 11:19:49 +02:00
|
|
|
<menupopup type="select-account" id="${row}[acl_location]" readonly="true"/>
|
2013-08-26 20:25:43 +02:00
|
|
|
</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">
|
|
|
|
<vbox>
|
|
|
|
<description id="msg" class="message"/>
|
|
|
|
<nextmatch id="nm" template="admin.acl.rows"/>
|
2014-04-14 18:39:49 +02:00
|
|
|
<hbox class="dialogFooterToolbar">
|
|
|
|
<button label="Close" id="cancel" onclick="window.close();"/>
|
|
|
|
</hbox>
|
2013-08-26 20:25:43 +02:00
|
|
|
</vbox>
|
|
|
|
</template>
|
|
|
|
</overlay>
|