2005-11-09 00:15:14 +01:00
|
|
|
<?xml version="1.0"?>
|
|
|
|
<!-- $Id$ -->
|
|
|
|
<overlay>
|
2011-04-27 18:53:06 +02:00
|
|
|
<template id="calendar.list.rows" template="" lang="" group="0" version="1.9.004">
|
2010-08-23 17:57:09 +02:00
|
|
|
<grid width="100%">
|
2005-11-09 00:15:14 +01:00
|
|
|
<columns>
|
|
|
|
<column/>
|
|
|
|
<column width="40%"/>
|
|
|
|
<column/>
|
|
|
|
<column/>
|
2007-03-09 12:38:44 +01:00
|
|
|
<column/>
|
|
|
|
<column/>
|
|
|
|
<column/>
|
2008-06-07 19:45:33 +02:00
|
|
|
<column/>
|
|
|
|
<column/>
|
|
|
|
<column/>
|
|
|
|
<column/>
|
|
|
|
<column/>
|
2009-10-03 09:32:05 +02:00
|
|
|
<column/>
|
2005-11-09 00:15:14 +01:00
|
|
|
</columns>
|
|
|
|
<rows>
|
|
|
|
<row class="th">
|
|
|
|
<vbox>
|
|
|
|
<nextmatch-sortheader label="Start" id="cal_start"/>
|
2010-04-15 20:23:02 +02:00
|
|
|
<nextmatch-sortheader label="End" id="cal_end"/>
|
2005-11-09 00:15:14 +01:00
|
|
|
</vbox>
|
|
|
|
<vbox>
|
|
|
|
<nextmatch-sortheader label="Title" id="cal_title"/>
|
|
|
|
<nextmatch-sortheader label="Description" id="cal_description"/>
|
|
|
|
</vbox>
|
2008-06-07 19:45:33 +02:00
|
|
|
<nextmatch-sortheader label="Title" id="cal_title"/>
|
|
|
|
<nextmatch-sortheader label="Description" id="cal_description"/>
|
|
|
|
<nextmatch-sortheader label="Recurrence" id="recure"/>
|
2007-03-09 12:38:44 +01:00
|
|
|
<nextmatch-header label="Category" id="cat_id"/>
|
2005-11-09 00:15:14 +01:00
|
|
|
<vbox>
|
2010-04-15 20:23:02 +02:00
|
|
|
<nextmatch-sortheader label="Owner" readonly="true" id="cal_owner"/>
|
|
|
|
<nextmatch-sortheader label="Location" id="cal_location"/>
|
2005-11-09 00:15:14 +01:00
|
|
|
</vbox>
|
2010-04-15 20:23:02 +02:00
|
|
|
<nextmatch-sortheader label="Owner" readonly="true" id="cal_owner"/>
|
|
|
|
<nextmatch-sortheader label="Location" id="cal_location"/>
|
|
|
|
<nextmatch-accountfilter label="Participants" id="participant" options="All"/>
|
2011-04-27 18:53:06 +02:00
|
|
|
<vbox>
|
|
|
|
<nextmatch-sortheader label="Created" id="cal_created"/>
|
|
|
|
<nextmatch-header id="cal_creator" options="Creator" label="Creator"/>
|
|
|
|
<description value="Last changed"/>
|
|
|
|
</vbox>
|
2010-04-15 20:23:02 +02:00
|
|
|
<nextmatch-customfields label="Custom fields" readonly="true" id="cfs"/>
|
2009-10-03 09:32:05 +02:00
|
|
|
<hbox label="Actions" class="noPrint">
|
2011-04-27 18:53:06 +02:00
|
|
|
<nextmatch-header label="Actions" statustext="Check all" class="noPrint" id="legacy_actions"/>
|
2010-04-15 20:23:02 +02:00
|
|
|
<button label="Check all" onclick="toggle_all(this.form,form::name('checked[]')); return false;" needed="1" align="right" id="check_all" image="check" statustext="Check all"/>
|
2009-10-03 09:32:05 +02:00
|
|
|
</hbox>
|
2005-11-09 00:15:14 +01:00
|
|
|
</row>
|
2011-04-27 18:53:06 +02:00
|
|
|
<row class="$row_cont[category] $row_cont[class]" valign="top">
|
2005-11-09 00:15:14 +01:00
|
|
|
<vbox id="start">
|
2010-04-15 20:23:02 +02:00
|
|
|
<date-time readonly="true" id="${row}[start]" options=",$cont[format]" class="noWrap"/>
|
|
|
|
<date-time readonly="true" id="${row}[end]" options=",$cont[format]" class="noWrap"/>
|
2005-11-09 00:15:14 +01:00
|
|
|
</vbox>
|
2010-11-09 11:46:03 +01:00
|
|
|
<vbox class="listVbox">
|
2011-04-27 18:53:06 +02:00
|
|
|
<hbox readonly="true" no_lang="1">
|
|
|
|
<description readonly="true" no_lang="1" id="${row}[title]" options="b"/>
|
|
|
|
<description value="#%s" id="${row}[id]" options="b" align="right"/>
|
|
|
|
</hbox>
|
2010-08-23 17:57:09 +02:00
|
|
|
<box no_lang="1" class="listDescription">
|
|
|
|
<description no_lang="1" id="${row}[description]"/>
|
|
|
|
</box>
|
2010-04-15 20:23:02 +02:00
|
|
|
<description no_lang="1" id="${row}[recure]"/>
|
2005-11-09 00:15:14 +01:00
|
|
|
</vbox>
|
2011-04-27 18:53:06 +02:00
|
|
|
<hbox>
|
|
|
|
<description id="${row}[title]"/>
|
|
|
|
<description value="#%s" id="${row}[id]" options="b" align="right"/>
|
|
|
|
</hbox>
|
2010-04-15 20:23:02 +02:00
|
|
|
<description no_lang="1" id="${row}[description]"/>
|
2008-06-07 19:45:33 +02:00
|
|
|
<description id="${row}[recure]"/>
|
2007-03-09 12:38:44 +01:00
|
|
|
<menulist>
|
2010-04-15 20:23:02 +02:00
|
|
|
<menupopup type="select-cat" readonly="true" id="${row}[category]"/>
|
2007-03-09 12:38:44 +01:00
|
|
|
</menulist>
|
2005-11-09 00:15:14 +01:00
|
|
|
<vbox>
|
2010-04-15 20:23:02 +02:00
|
|
|
<menulist>
|
|
|
|
<menupopup type="select-account" class="noWrap" readonly="true" id="${row}[owner]"/>
|
2005-11-09 00:15:14 +01:00
|
|
|
</menulist>
|
2010-04-15 20:23:02 +02:00
|
|
|
<description no_lang="1" id="${row}[location]"/>
|
2005-11-09 00:15:14 +01:00
|
|
|
</vbox>
|
2010-04-15 20:23:02 +02:00
|
|
|
<menulist>
|
|
|
|
<menupopup type="select-account" class="noWrap" readonly="true" id="${row}[owner]"/>
|
2008-06-07 19:45:33 +02:00
|
|
|
</menulist>
|
2010-04-15 20:23:02 +02:00
|
|
|
<description no_lang="1" id="${row}[location]"/>
|
|
|
|
<html readonly="true" no_lang="1" id="${row}[parts]"/>
|
2011-04-27 18:53:06 +02:00
|
|
|
<vbox>
|
|
|
|
<date-time id="${row}[created]" readonly="true"/>
|
|
|
|
<menulist>
|
|
|
|
<menupopup type="select-account" id="${row}[creator]" readonly="true"/>
|
|
|
|
</menulist>
|
|
|
|
<date-time id="${row}[modified]" readonly="true"/>
|
|
|
|
</vbox>
|
2009-10-03 09:32:05 +02:00
|
|
|
<customfields-list id="$row"/>
|
2010-08-23 17:57:09 +02:00
|
|
|
<vbox options="0,0" class="noPrint">
|
2010-04-15 20:23:02 +02:00
|
|
|
<hbox class="noPrint">
|
|
|
|
<button label="View" onclick="window.open(egw::link('/index.php','menuaction=calendar.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;" id="view[$row_cont[id]]" image="view" statustext="View this event"/>
|
|
|
|
<button label="Edit" onclick="$row_cont[edit_link]" id="edit[$row_cont[id]]" image="edit" statustext="Edit this event"/>
|
|
|
|
<button label="Delete" onclick="return confirm('Delete this event');" id="delete[$row_cont[id]]" image="delete" statustext="Delete this event"/>
|
|
|
|
<checkbox align="right" id="checked[]" options="$row_cont[id]:$row_cont[recur_date]" statustext="Select multiple contacts for a further action"/>
|
|
|
|
</hbox>
|
|
|
|
<hbox options="0,0">
|
2011-04-27 18:53:06 +02:00
|
|
|
<button image="etemplate/merge" label="merge" id="document[$row_cont[id]:$row_cont[recur_date]]"/>
|
2010-08-23 17:57:09 +02:00
|
|
|
<button label="Filemanager" image="filemanager/navbar" id="filemanager[$row_cont[id]]" class="image16" onclick="window.location.href=egw::link('/index.php','menuaction=filemanager.filemanager_ui.index&path=/apps/calendar/$row_cont[id]'); return false;"/>
|
2011-04-27 18:53:06 +02:00
|
|
|
<button image="timesheet" label="Add timesheet entry" id="timesheet[$row_cont[info_id]]" onclick="window.open(egw::link('/index.php','menuaction=timesheet.timesheet_ui.edit&link_app[]=$row_cont[app]&cat_id=$row_cont[category]&link_id[]=$row_cont[app_id]$row_cont[extra_links]'),'_blank','dependent=yes,width=600,height=400,scrollbars=yes,status=yes'); return false;"/>
|
2010-04-15 20:23:02 +02:00
|
|
|
</hbox>
|
|
|
|
</vbox>
|
2005-11-09 00:15:14 +01:00
|
|
|
</row>
|
|
|
|
</rows>
|
|
|
|
</grid>
|
|
|
|
</template>
|
2011-04-27 18:53:06 +02:00
|
|
|
<template id="calendar.list" template="" lang="" group="0" version="1.9.002">
|
2005-11-09 00:15:14 +01:00
|
|
|
<grid width="100%">
|
|
|
|
<columns>
|
|
|
|
<column/>
|
2011-04-27 18:53:06 +02:00
|
|
|
<column width="30%"/>
|
2005-11-09 00:15:14 +01:00
|
|
|
</columns>
|
|
|
|
<rows>
|
2010-08-23 17:57:09 +02:00
|
|
|
<row disabled="!@css">
|
2011-04-27 18:53:06 +02:00
|
|
|
<description/>
|
2010-08-23 17:57:09 +02:00
|
|
|
<html span="all" id="css"/>
|
|
|
|
</row>
|
2005-11-09 00:15:14 +01:00
|
|
|
<row disabled="!@msg">
|
2011-04-27 18:53:06 +02:00
|
|
|
<description align="center" no_lang="1" id="msg" span="all" class="redItalic"/>
|
2010-08-23 17:57:09 +02:00
|
|
|
<description align="center" no_lang="1" id="msg" class="redItalic"/>
|
2005-11-09 00:15:14 +01:00
|
|
|
</row>
|
|
|
|
<row>
|
2011-04-27 18:53:06 +02:00
|
|
|
<nextmatch id="nm" options="calendar.list.rows" span="all"/>
|
2005-11-09 00:15:14 +01:00
|
|
|
</row>
|
2011-04-27 18:53:06 +02:00
|
|
|
<row class="noPrint" disabled="!@nm[selectcols]=/legacy_actions/">
|
|
|
|
<description/>
|
2010-04-15 20:23:02 +02:00
|
|
|
<hbox align="right">
|
2011-04-27 18:53:06 +02:00
|
|
|
<buttononly label="Select action" onclick="if (!egw_objectManager.executeActionImplementation(this, 'popup')) alert(egw::lang('You need to select some entries first!')); return false;;" id="legacy_actions" statustext="Select action"/>
|
2011-05-04 19:49:48 +02:00
|
|
|
<button label="Check all" onclick="egw_objectManager.toggleAllSelected(); return false;" needed="1" id="check_all" image="arrow_ltr" statustext="Check all" class="checkAllArrow"/>
|
2008-06-07 19:45:33 +02:00
|
|
|
</hbox>
|
|
|
|
</row>
|
2005-11-09 00:15:14 +01:00
|
|
|
</rows>
|
|
|
|
</grid>
|
2007-03-09 12:38:44 +01:00
|
|
|
<styles>
|
|
|
|
.noWrap { white-space: nowrap; }
|
2010-04-15 20:23:02 +02:00
|
|
|
|
|
|
|
.image16 img {
|
|
|
|
height: 16px;
|
|
|
|
}
|
2010-11-09 11:46:03 +01:00
|
|
|
|
|
|
|
.listVbox {
|
|
|
|
width: 100%;
|
|
|
|
}
|
2007-03-09 12:38:44 +01:00
|
|
|
</styles>
|
2005-11-09 00:15:14 +01:00
|
|
|
</template>
|
|
|
|
</overlay>
|