mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-26 01:43:47 +01:00
14 lines
545 B
Plaintext
14 lines
545 B
Plaintext
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
<!DOCTYPE overlay PUBLIC "-//EGroupware GmbH//eTemplate 2//EN" "http://www.egroupware.org/etemplate2.dtd">
|
||
|
<!-- $Id$ -->
|
||
|
<overlay>
|
||
|
<template id="calendar.import.ical_conditions" template="" lang="" group="0" version="16.1">
|
||
|
<template id="importexport.wizard_basic_import_csv.conditions" disabled="@no_conditions"/>
|
||
|
<hbox>
|
||
|
<description value="Do not import conflicting events"/>
|
||
|
<checkbox id="skip_conflicts" />
|
||
|
</hbox>
|
||
|
<filter id="set_filter" relative_dates="true"/>
|
||
|
</template>
|
||
|
</overlay>
|