egroupware/admin/templates/default/cmds.xet

81 lines
3.3 KiB
Plaintext
Raw Normal View History

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE overlay PUBLIC "-//EGroupware GmbH//eTemplate 2//EN" "http://www.egroupware.org/etemplate2.dtd">
<overlay>
<template id="admin.cmds.rows" template="" lang="" group="0" version="1.5.001">
<grid width="100%">
<columns>
2019-03-12 17:13:18 +01:00
<column width="20%" minWidth="300"/> <!-- Title -->
<column width="200"/> <!-- Application -->
<column width="200"/> <!-- Account -->
<column width="200"/> <!-- Type -->
<column width="200"/> <!-- Requested -->
<column width="15%" minWidth="120"/> <!-- Comment -->
<column width="120"/> <!-- Scheduled -->
<column width="80"/> <!-- Periodic -->
<column/> <!-- Remote -->
<column width="200"/> <!-- Created/or -->
<column width="15%" minWidth="120"/> <!-- Status/Error -->
<column width="200"/> <!-- Mofified/r -->
</columns>
<rows>
<row class="th">
<nextmatch-header label="Title" id="title"/>
2019-03-14 18:57:07 +01:00
<nextmatch-customfilter type="select-app" empty_label="All applications" id="app"/>
<nextmatch-accountfilter empty_label="All accounts" id="account"/>
<nextmatch-filterheader empty_label="Type" id="type"/>
<nextmatch-accountfilter empty_label="Requested" id="requested"/>
<nextmatch-header label="Comment" id="comment"/>
2019-03-12 17:13:18 +01:00
<nextmatch-sortheader label="Scheduled" id="cmd_scheduled"/>
<nextmatch-filterheader empty_label="Periodic" id="periodic"/>
<nextmatch-filterheader options="Remote" id="remote_id"/>
2019-03-12 17:13:18 +01:00
<vbox>
<nextmatch-sortheader label="Created" id="cmd_created"/>
<nextmatch-accountfilter empty_label="Creator" id="creator"/>
</vbox>
<nextmatch-filterheader empty_label="Status" id="status"/>
2019-03-12 17:13:18 +01:00
<vbox>
<nextmatch-sortheader label="Modified" id="cmd_modified"/>
<nextmatch-accountfilter options="Modifier" id="modifier"/>
</vbox>
</row>
<row class="row $row_cont[class]">
<description id="${row}[title]" statustext="$row_cont[data]"/>
2019-03-12 17:13:18 +01:00
<select-app id="${row}[app]" readonly="true"/>
<select-account id="${row}[account]" readonly="true"/>
<select id="${row}[type]" readonly="true"/>
<url-email id="${row}[requested_email]" readonly="true" statustext="$row_cont[comment]"/>
<description id="${row}[comment]"/>
<date-time id="${row}[scheduled]" readonly="true"/>
<description id="${row}[rrule]"/>
<select id="${row}[remote_id]" readonly="true"/>
2019-03-12 17:13:18 +01:00
<vbox>
<date-time id="${row}[created]" readonly="true"/>
<select-account id="${row}[creator]" readonly="true" statustext="$row_cont[creator_email]"/>
</vbox>
<vbox>
<select id="${row}[status]" readonly="true"/>
<description id="${row}[error]" class="redItalic"/>
<description id="${row}[value]"/>
</vbox>
2019-03-12 17:13:18 +01:00
<vbox>
<date-time id="${row}[modified]" readonly="true"/>
<select-account id="${row}[modifier]" readonly="true" statustext="$row_cont[modifier_email]"/>
</vbox>
</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>
</overlay>