mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:07 +01:00
72 lines
2.8 KiB
XML
72 lines
2.8 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE overlay PUBLIC "-//EGroupware GmbH//eTemplate 2.0//EN" "https://www.egroupware.org/etemplate2.0.dtd">
|
|
<overlay>
|
|
<template id="admin.acl.add" template="" lang="" group="0" version="1.9.001">
|
|
<et2-button statustext="Add" id="add" onclick="app.admin.acl({id:'add'},[{id:''}])" noSubmit="true"></et2-button>
|
|
</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>
|
|
<et2-description></et2-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]">
|
|
<et2-appicon align="center" src="$row_cont[acl_appname]" class="admin_aclApp"></et2-appicon>
|
|
<et2-select id="${row}[acl_appname]" readonly="true"></et2-select>
|
|
<et2-select-account id="${row}[acl_account]" readonly="true"></et2-select-account>
|
|
<et2-select-account id="${row}[acl_location]" readonly="true"></et2-select-account>
|
|
<et2-description id="${row}[acl1]"></et2-description>
|
|
<et2-description id="${row}[acl2]"></et2-description>
|
|
<et2-description id="${row}[acl4]"></et2-description>
|
|
<et2-description id="${row}[acl8]"></et2-description>
|
|
<et2-description id="${row}[acl16]"></et2-description>
|
|
<et2-description id="${row}[acl64]"></et2-description>
|
|
<et2-description id="${row}[acl128]"></et2-description>
|
|
<et2-description id="${row}[acl256]"></et2-description>
|
|
</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>
|
|
<nextmatch id="nm" template="admin.acl.rows" header_left="admin.acl.add" height="600"/>
|
|
</row>
|
|
<row class="dialogFooterToolbar">
|
|
<et2-hbox>
|
|
<et2-button label="Close" id="cancel" onclick="window.close();"></et2-button>
|
|
</et2-hbox>
|
|
</row>
|
|
</rows>
|
|
</grid>
|
|
</template>
|
|
</overlay> |