egroupware_official/calendar/templates/default/import.xet
Ralf Becker 439d23490d merged contacts_and_resources branch again with HEAD
all further development will be in HEAD now
everyone using the contacts_and_resources branch, update again to HEAD with: cvs update -dPA calendar
2005-11-08 23:15:14 +00:00

29 lines
606 B
XML

<?xml version="1.0"?>
<!-- $Id$ -->
<overlay>
<template id="calendar.import" template="" lang="" group="0" version="1.0.1.001">
<grid>
<columns>
<column/>
<column/>
</columns>
<rows>
<row>
<description span="all" class="redItalic" id="msg" no_lang="1" align="center"/>
<description/>
</row>
<row>
<description value="iCal file"/>
<file id="ical_file" needed="1"/>
</row>
<row>
<description/>
<button label="Import" id="import"/>
</row>
<row>
<description span="all"/>
</row>
</rows>
</grid>
</template>
</overlay>