2005-11-09 00:15:14 +01:00
|
|
|
<?xml version="1.0"?>
|
|
|
|
<!-- $Id$ -->
|
|
|
|
<overlay>
|
2007-03-09 12:38:44 +01:00
|
|
|
<template id="calendar.list.rows" template="" lang="" group="0" version="1.3.003">
|
2005-11-09 00:15:14 +01:00
|
|
|
<grid width="100%">
|
|
|
|
<columns>
|
|
|
|
<column/>
|
|
|
|
<column width="40%"/>
|
|
|
|
<column/>
|
|
|
|
<column/>
|
2007-03-09 12:38:44 +01:00
|
|
|
<column/>
|
|
|
|
<column/>
|
|
|
|
<column/>
|
2005-11-09 00:15:14 +01:00
|
|
|
</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>
|
2007-03-09 12:38:44 +01:00
|
|
|
<nextmatch-header label="Project" id="pm_id"/>
|
|
|
|
<nextmatch-header label="Category" id="cat_id"/>
|
2005-11-09 00:15:14 +01:00
|
|
|
<vbox>
|
|
|
|
<nextmatch-sortheader id="cal_owner" label="Owner" readonly="true"/>
|
|
|
|
<nextmatch-sortheader id="cal_location" label="Location"/>
|
|
|
|
</vbox>
|
2007-03-09 12:38:44 +01:00
|
|
|
<nextmatch-accountfilter options="All" id="participant" label="Participants"/>
|
2006-04-05 16:45:36 +02:00
|
|
|
<description value="Actions" class="noPrint"/>
|
2005-11-09 00:15:14 +01:00
|
|
|
</row>
|
|
|
|
<row class="row" valign="top">
|
|
|
|
<vbox id="start">
|
2007-03-09 12:38:44 +01:00
|
|
|
<date-time id="${row}[start]" readonly="true" options=",$cont[format]" class="noWrap"/>
|
|
|
|
<date-time id="${row}[end]" readonly="true" options=",$cont[format]" class="noWrap"/>
|
2005-11-09 00:15:14 +01:00
|
|
|
</vbox>
|
|
|
|
<vbox>
|
|
|
|
<description id="${row}[title]" readonly="true" no_lang="1" options="b"/>
|
|
|
|
<description id="${row}[description]" no_lang="1"/>
|
2005-12-02 16:34:45 +01:00
|
|
|
<description id="${row}[recure]" no_lang="1"/>
|
2005-11-09 00:15:14 +01:00
|
|
|
</vbox>
|
2007-03-09 12:38:44 +01:00
|
|
|
<link-string options="calendar,projectmanager" id="${row}[id]"/>
|
|
|
|
<menulist>
|
|
|
|
<menupopup type="select-cat" id="${row}[category]" readonly="true"/>
|
|
|
|
</menulist>
|
2005-11-09 00:15:14 +01:00
|
|
|
<vbox>
|
2007-03-09 12:38:44 +01:00
|
|
|
<menulist class="noWrap">
|
2005-11-09 00:15:14 +01:00
|
|
|
<menupopup type="select-account" id="${row}[owner]" readonly="true"/>
|
|
|
|
</menulist>
|
|
|
|
<description id="${row}[location]" no_lang="1"/>
|
|
|
|
</vbox>
|
2006-12-13 09:29:09 +01:00
|
|
|
<html id="${row}[parts]" readonly="true" no_lang="1"/>
|
2006-04-05 16:45:36 +02:00
|
|
|
<hbox class="noPrint">
|
2007-01-02 15:55:24 +01:00
|
|
|
<button image="view" label="View" id="view[$row_cont[id]]" statustext="View 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;"/>
|
2005-12-02 16:34:45 +01:00
|
|
|
<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;"/>
|
2005-11-09 00:15:14 +01:00
|
|
|
<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>
|
2007-03-09 12:38:44 +01:00
|
|
|
<styles>
|
|
|
|
.noWrap { white-space: nowrap; }
|
|
|
|
</styles>
|
2005-11-09 00:15:14 +01:00
|
|
|
</template>
|
|
|
|
</overlay>
|