mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 09:04:53 +01:00
76 lines
2.2 KiB
XML
76 lines
2.2 KiB
XML
<?xml version="1.0"?>
|
|
<!-- $Id$ -->
|
|
<overlay>
|
|
<template id="mail.sieve.vacation" template="" lang="" group="0" version="1.9.002">
|
|
<grid>
|
|
<columns>
|
|
<column/>
|
|
<column width="100%"/>
|
|
</columns>
|
|
<rows>
|
|
<row disabled="!@msg" part="header">
|
|
<description align="center" id="msg" span="all" class="message"/>
|
|
<description/>
|
|
</row>
|
|
<row class="th" valign="top" part="header">
|
|
<description value="Edit vacation settings"/>
|
|
<description/>
|
|
</row>
|
|
<row>
|
|
<description value="Status:"/>
|
|
<hbox>
|
|
<menulist>
|
|
<menupopup id="status" onchange='app.mail.vacationFilterStatusChange'/>
|
|
</menulist>
|
|
<date id="start_date"/>
|
|
<date id="end_date" />
|
|
</hbox>
|
|
</row>
|
|
<row>
|
|
<description value="Respond to mail sent to:"/>
|
|
<vbox>
|
|
<taglist-email id="addresses" width="40%" allowFreeEntries="true" />
|
|
<button class="$cont[hideIfSieveDisabled]" label="Add all my aliases" id="AllAddresses" onclick='app.mail.sieve_vac_all_aliases()'/>
|
|
</vbox>
|
|
</row>
|
|
<row>
|
|
<description value="Every:"/>
|
|
<textbox type="integer" id="days" min="1" max="31"/>
|
|
</row>
|
|
<row>
|
|
<hbox>
|
|
<description value="With message:"/>
|
|
</hbox>
|
|
<vbox>
|
|
<textbox multiline="true" id="text" width="99%" height="150px"/>
|
|
<description id="by_date_label" value="You can use $$start$$ for the above start date and $$end$$ for the end date."/>
|
|
</vbox>
|
|
</row>
|
|
<row>
|
|
<description value="Forward messages:"/>
|
|
<taglist-email id="forwards" width="40%" allowFreeEntries="true"/>
|
|
</row>
|
|
<row>
|
|
<description value="Validate selected addresses on submit:"/>
|
|
<hbox>
|
|
<checkbox id="check_mail_sent_to"/>
|
|
</hbox>
|
|
</row>
|
|
<row>
|
|
<description value="set it as default:"/>
|
|
<hbox>
|
|
<checkbox id="set_as_default"/>
|
|
</hbox>
|
|
</row>
|
|
<row>
|
|
<hbox>
|
|
<button label="Save" id="button[save]" class="$cont[hideIfSieveDisabled]"/>
|
|
<button label="Apply" id="button[apply]" class="$cont[hideIfSieveDisabled]"/>
|
|
<button label="Cancel" id="button[cancel]" class="$cont[hideIfSieveDisabled]"/>
|
|
</hbox>
|
|
<description/>
|
|
</row>
|
|
</rows>
|
|
</grid>
|
|
</template>
|
|
</overlay> |