2015-02-17 10:55:05 +01:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
2017-02-01 09:59:37 +01:00
|
|
|
<!DOCTYPE overlay PUBLIC "-//EGroupware GmbH//eTemplate 2//EN" "http://www.egroupware.org/etemplate2.dtd">
|
2007-11-24 20:56:58 +01:00
|
|
|
<!-- $Id$ -->
|
|
|
|
<overlay>
|
|
|
|
<template id="admin.cmds.rows" template="" lang="" group="0" version="1.5.001">
|
|
|
|
<grid width="100%">
|
|
|
|
<columns>
|
2016-05-07 18:57:18 +02:00
|
|
|
<column width="30%" minWidth="300"/>
|
2007-11-24 20:56:58 +01:00
|
|
|
<column/>
|
|
|
|
<column/>
|
|
|
|
<column/>
|
2016-05-07 18:57:18 +02:00
|
|
|
<column width="120"/>
|
|
|
|
<column width="120"/>
|
2018-09-25 21:17:52 +02:00
|
|
|
<column width="120"/>
|
2016-05-07 18:57:18 +02:00
|
|
|
<column width="30%" minWidth="120"/>
|
2007-11-24 20:56:58 +01:00
|
|
|
<column/>
|
|
|
|
<column/>
|
2018-10-09 19:13:06 +02:00
|
|
|
<column/>
|
|
|
|
<column/>
|
2007-11-24 20:56:58 +01:00
|
|
|
</columns>
|
|
|
|
<rows>
|
|
|
|
<row class="th">
|
|
|
|
<nextmatch-header label="Title" id="title"/>
|
2018-10-09 19:13:06 +02:00
|
|
|
<nextmatch-filterheader empty_label="Type" id="type"/>
|
|
|
|
<nextmatch-accountfilter empty_label="Requested" id="requested"/>
|
|
|
|
<nextmatch-header label="Comment" id="comment"/>
|
2016-05-07 18:57:18 +02:00
|
|
|
<nextmatch-sortheader label="Scheduled" id="scheduled"/>
|
2018-09-25 21:17:52 +02:00
|
|
|
<nextmatch-filterheader empty_label="Periodic" id="periodic"/>
|
2007-11-24 20:56:58 +01:00
|
|
|
<nextmatch-filterheader options="Remote" id="remote_id"/>
|
2016-05-07 18:57:18 +02:00
|
|
|
<nextmatch-sortheader label="Created" id="created"/>
|
|
|
|
<nextmatch-accountfilter empty_label="Creator" id="creator"/>
|
|
|
|
<nextmatch-filterheader empty_label="Status" id="status"/>
|
|
|
|
<nextmatch-sortheader label="Modified" id="modified"/>
|
2007-11-24 20:56:58 +01:00
|
|
|
<nextmatch-accountfilter options="Modifier" id="modifier"/>
|
|
|
|
</row>
|
2016-05-07 18:57:18 +02:00
|
|
|
<row class="row $row_cont[class]">
|
|
|
|
<description id="${row}[title]" statustext="$row_cont[data]"/>
|
2018-10-09 19:13:06 +02:00
|
|
|
<select id="${row}[type]" readonly="true"/>
|
2018-08-03 15:38:34 +02:00
|
|
|
<url-email id="${row}[requested_email]" readonly="true" statustext="$row_cont[comment]"/>
|
2018-10-09 19:13:06 +02:00
|
|
|
<description id="${row}[comment]"/>
|
2007-11-24 20:56:58 +01:00
|
|
|
<date-time id="${row}[scheduled]" readonly="true"/>
|
2018-09-25 21:17:52 +02:00
|
|
|
<description id="${row}[rrule]"/>
|
2016-05-07 18:57:18 +02:00
|
|
|
<select id="${row}[remote_id]" readonly="true"/>
|
2007-11-24 20:56:58 +01:00
|
|
|
<date-time id="${row}[created]" readonly="true"/>
|
2016-05-07 18:57:18 +02:00
|
|
|
<select-account id="${row}[creator]" readonly="true" statustext="$row_cont[creator_email]"/>
|
|
|
|
<vbox>
|
|
|
|
<select id="${row}[status]" readonly="true"/>
|
2007-11-24 20:56:58 +01:00
|
|
|
<description id="${row}[error]" class="redItalic"/>
|
2018-09-25 21:17:52 +02:00
|
|
|
<description id="${row}[value]"/>
|
2007-11-24 20:56:58 +01:00
|
|
|
</vbox>
|
|
|
|
<date-time id="${row}[modified]" readonly="true"/>
|
2016-05-07 18:57:18 +02:00
|
|
|
<select-account id="${row}[modifier]" readonly="true" statustext="$row_cont[modifier_email]"/>
|
2007-11-24 20:56:58 +01:00
|
|
|
</row>
|
|
|
|
</rows>
|
|
|
|
</grid>
|
|
|
|
</template>
|
|
|
|
<template id="admin.cmds" template="" lang="" group="0" version="1.5.001">
|
|
|
|
<grid width="100%">
|
|
|
|
<columns>
|
|
|
|
<column/>
|
|
|
|
</columns>
|
|
|
|
<rows>
|
|
|
|
<row>
|
|
|
|
<nextmatch options="admin.cmds.rows" id="nm"/>
|
|
|
|
</row>
|
|
|
|
</rows>
|
|
|
|
</grid>
|
|
|
|
</template>
|
2015-02-17 10:55:05 +01:00
|
|
|
</overlay>
|