mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 09:04:53 +01:00
618c554c2f
- opened as their first recurance not the one you clicked on - recure-information is not shown
71 lines
2.7 KiB
XML
71 lines
2.7 KiB
XML
<?xml version="1.0"?>
|
|
<!-- $Id$ -->
|
|
<overlay>
|
|
<template id="calendar.list.rows" template="" lang="" group="0" version="1.0.1.003">
|
|
<grid width="100%">
|
|
<columns>
|
|
<column/>
|
|
<column width="40%"/>
|
|
<column/>
|
|
<column/>
|
|
<column width="10%"/>
|
|
</columns>
|
|
<rows>
|
|
<row class="th">
|
|
<vbox>
|
|
<nextmatch-sortheader label="Start" id="cal_start"/>
|
|
<nextmatch-sortheader id="cal_end" label="End"/>
|
|
</vbox>
|
|
<vbox>
|
|
<nextmatch-sortheader label="Title" id="cal_title"/>
|
|
<nextmatch-sortheader label="Description" id="cal_description"/>
|
|
</vbox>
|
|
<vbox>
|
|
<nextmatch-sortheader id="cal_owner" label="Owner" readonly="true"/>
|
|
<nextmatch-sortheader id="cal_location" label="Location"/>
|
|
</vbox>
|
|
<nextmatch-accountfilter options="All participants" id="participant"/>
|
|
<description value="Actions"/>
|
|
</row>
|
|
<row class="row" valign="top">
|
|
<vbox id="start">
|
|
<date-time id="${row}[start]" readonly="true"/>
|
|
<date-time id="${row}[end]" readonly="true"/>
|
|
</vbox>
|
|
<vbox>
|
|
<description id="${row}[title]" readonly="true" no_lang="1" options="b"/>
|
|
<description id="${row}[description]" no_lang="1"/>
|
|
<description id="${row}[recure]" no_lang="1"/>
|
|
</vbox>
|
|
<vbox>
|
|
<menulist>
|
|
<menupopup type="select-account" id="${row}[owner]" readonly="true"/>
|
|
</menulist>
|
|
<description id="${row}[location]" no_lang="1"/>
|
|
</vbox>
|
|
<description id="${row}[parts]" readonly="true" no_lang="1"/>
|
|
<hbox>
|
|
<button image="view" label="view" id="view[$row_cont[id]]" statustext="View this event" onclick="window.open(egw::link('/index.php','menuaction=calendar.uiforms.view&cal_id=$row_cont[id]&date=$row_cont[date]'),'425','dependent=yes,width=750,height=450,scrollbars=yes,status=yes'); return false;"/>
|
|
<button image="edit" label="Edit" id="edit[$row_cont[id]]" statustext="Edit this event" onclick="window.open(egw::link('/index.php','menuaction=calendar.uiforms.edit&cal_id=$row_cont[id]&date=$row_cont[date]'),'425','dependent=yes,width=750,height=450,scrollbars=yes,status=yes'); return false;"/>
|
|
<button id="delete[$row_cont[id]]" image="delete" label="Delete" statustext="Delete this event" onclick="return confirm('Delete this event');"/>
|
|
</hbox>
|
|
</row>
|
|
</rows>
|
|
</grid>
|
|
</template>
|
|
<template id="calendar.list" template="" lang="" group="0" version="1.0.1.001">
|
|
<grid width="100%">
|
|
<columns>
|
|
<column/>
|
|
</columns>
|
|
<rows>
|
|
<row disabled="!@msg">
|
|
<description class="redItalic" align="center" id="msg" no_lang="1"/>
|
|
</row>
|
|
<row>
|
|
<nextmatch options="calendar.list.rows" id="nm"/>
|
|
</row>
|
|
</rows>
|
|
</grid>
|
|
</template>
|
|
</overlay> |