mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 00:54:15 +01:00
38 lines
1.2 KiB
XML
38 lines
1.2 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="calendar.cat_acl" template="" lang="" group="0" version="1.7.001">
|
|
<groupbox>
|
|
<caption label="Category ACL"/>
|
|
<description value="Category ACL only restrict adding a category to an event or changing status of a participant. It does NOT change the visibility of an event!"/>
|
|
</groupbox>
|
|
<grid>
|
|
<columns>
|
|
<column/>
|
|
<column/>
|
|
<column/>
|
|
</columns>
|
|
<rows>
|
|
<row class="th">
|
|
<description value="Category"/>
|
|
<description value="Restrict add category to"/>
|
|
<description value="Restrict set status to"/>
|
|
</row>
|
|
<row class="row" valign="top">
|
|
<menulist>
|
|
<menupopup type="select-cat" id="${row}[cat_id]" options="Select one"/>
|
|
</menulist>
|
|
<listbox type="select-account" rows="5" options="both" id="${row}[add]"/>
|
|
<listbox type="select-account" rows="5" options="both" id="${row}[status]"/>
|
|
</row>
|
|
</rows>
|
|
</grid>
|
|
<hbox>
|
|
<button label="Save" id="button[save]"/>
|
|
<button id="button[apply]" label="Apply"/>
|
|
<button id="button[cancel]" label="Cancel"/>
|
|
</hbox>
|
|
</template>
|
|
</overlay>
|