2015-02-17 10:55:05 +01:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<!DOCTYPE overlay PUBLIC "-//Stylite AG//eTemplate 2//EN" "http://www.egroupware.org/etemplate2.dtd">
|
2014-04-30 18:54:47 +02:00
|
|
|
<!-- $Id$ -->
|
|
|
|
<overlay>
|
|
|
|
<template id="calendar.export_csv_select" template="" lang="" group="0" version="1.9.003">
|
|
|
|
<grid>
|
|
|
|
<columns>
|
|
|
|
<column width="150"/>
|
|
|
|
<column/>
|
|
|
|
</columns>
|
|
|
|
<rows>
|
|
|
|
<row disabled="!@msg">
|
|
|
|
<description id="msg" span="all" class="message"/>
|
|
|
|
<description/>
|
|
|
|
</row>
|
|
|
|
<row>
|
2016-09-21 16:45:08 +02:00
|
|
|
<radio label="Use search results" id="selection" onclick="jQuery('.criteria').hide();jQuery('div.filters').hide();" options="search_results" span="all"/>
|
2014-04-30 18:54:47 +02:00
|
|
|
</row>
|
|
|
|
<row>
|
|
|
|
<radio label="Use definition filter" id="selection" onclick="jQuery('div.filters').show();jQuery('.criteria').hide();" options="filter" span="all"/>
|
|
|
|
</row>
|
|
|
|
<row>
|
|
|
|
<radio label="Use given criteria:" id="selection" onchange="jQuery('.criteria').show();jQuery('div.filters').hide();" options="criteria" span="all"/>
|
|
|
|
</row>
|
|
|
|
<row>
|
|
|
|
<grid class="criteria" id="criteria">
|
|
|
|
<columns>
|
|
|
|
<column/>
|
|
|
|
<column/>
|
|
|
|
</columns>
|
|
|
|
<rows>
|
|
|
|
<row>
|
|
|
|
<description value="Start" font_style="1"/>
|
|
|
|
<date statustext="Startdate of the export" id="start"/>
|
|
|
|
</row>
|
|
|
|
<row>
|
|
|
|
<description value="End"/>
|
|
|
|
<date statustext="Enddate of the export" id="end"/>
|
|
|
|
</row>
|
|
|
|
<row>
|
2016-02-18 20:45:37 +01:00
|
|
|
<calendar-owner id="owner" empty_label="Owner" span="2" class="shorter" allowFreeEntries="false" autocomplete_url="calendar.calendar_owner_etemplate_widget.ajax_owner"/>
|
2014-04-30 18:54:47 +02:00
|
|
|
</row>
|
|
|
|
</rows>
|
|
|
|
</grid>
|
|
|
|
</row>
|
|
|
|
<row>
|
|
|
|
<description/>
|
|
|
|
<description/>
|
|
|
|
</row>
|
|
|
|
</rows>
|
|
|
|
</grid>
|
|
|
|
<styles>
|
|
|
|
.shorter select {
|
|
|
|
width: 170px;
|
|
|
|
}
|
|
|
|
</styles>
|
|
|
|
</template>
|
2015-02-17 10:55:05 +01:00
|
|
|
</overlay>
|