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">
|
2005-11-09 00:15:14 +01:00
|
|
|
<!-- $Id$ -->
|
|
|
|
<overlay>
|
|
|
|
<template id="calendar.export" template="" lang="" group="0" version="1.0.1.001">
|
|
|
|
<grid>
|
|
|
|
<columns>
|
|
|
|
<column/>
|
|
|
|
<column/>
|
|
|
|
</columns>
|
|
|
|
<rows>
|
|
|
|
<row>
|
|
|
|
<description span="all"/>
|
|
|
|
</row>
|
|
|
|
<row>
|
|
|
|
<description options=",,,start" value="Start"/>
|
|
|
|
<date id="start" statustext="Startdate of the export"/>
|
|
|
|
</row>
|
|
|
|
<row>
|
|
|
|
<description options=",,,end" value="End"/>
|
|
|
|
<date id="end" statustext="Enddate of the export"/>
|
|
|
|
</row>
|
|
|
|
<row>
|
|
|
|
<description options=",,,file" value="Filename"/>
|
|
|
|
<textbox id="file" statustext="Filename of the download"/>
|
|
|
|
</row>
|
|
|
|
<row disabled="1">
|
|
|
|
<description options=",,,version" value="Version"/>
|
|
|
|
<menulist>
|
|
|
|
<menupopup id="version"/>
|
|
|
|
</menulist>
|
|
|
|
</row>
|
|
|
|
<row>
|
|
|
|
<description/>
|
2013-11-25 04:19:58 +01:00
|
|
|
<button label="Download" id="download" image="download" background_image="1"/>
|
2005-11-09 00:15:14 +01:00
|
|
|
</row>
|
|
|
|
<row>
|
|
|
|
<description span="all"/>
|
|
|
|
</row>
|
|
|
|
</rows>
|
|
|
|
</grid>
|
|
|
|
</template>
|
2015-02-17 10:55:05 +01:00
|
|
|
</overlay>
|