forked from extern/egroupware
Re-arrange vacation popup window template
This commit is contained in:
parent
cf4ddbc60f
commit
81f13e4044
@ -2,23 +2,20 @@
|
|||||||
<!-- $Id$ -->
|
<!-- $Id$ -->
|
||||||
<overlay>
|
<overlay>
|
||||||
<template id="mail.sieve.vacation" template="" lang="" group="0" version="1.9.002">
|
<template id="mail.sieve.vacation" template="" lang="" group="0" version="1.9.002">
|
||||||
<grid>
|
<grid width="100%">
|
||||||
<columns>
|
<columns>
|
||||||
<column/>
|
<column width="25%"/>
|
||||||
<column width="100%"/>
|
<column width="35%"/>
|
||||||
|
<column width="30%"/>
|
||||||
|
<column width="10%"/>
|
||||||
</columns>
|
</columns>
|
||||||
<rows>
|
<rows>
|
||||||
<row disabled="!@msg" part="header">
|
<row valign="top" class="dialogHeader">
|
||||||
<description align="center" id="msg" span="all" class="message"/>
|
<description value="Edit vacation settings" span="all" class="et2_fullWidth"/>
|
||||||
<description/>
|
|
||||||
</row>
|
|
||||||
<row class="th" valign="top" part="header">
|
|
||||||
<description value="Edit vacation settings"/>
|
|
||||||
<description/>
|
|
||||||
</row>
|
</row>
|
||||||
<row>
|
<row>
|
||||||
<description value="Status:"/>
|
<description value="Status:"/>
|
||||||
<hbox>
|
<hbox span="all">
|
||||||
<menulist>
|
<menulist>
|
||||||
<menupopup id="status" onchange='app.mail.vacationFilterStatusChange'/>
|
<menupopup id="status" onchange='app.mail.vacationFilterStatusChange'/>
|
||||||
</menulist>
|
</menulist>
|
||||||
@ -28,47 +25,37 @@
|
|||||||
</row>
|
</row>
|
||||||
<row>
|
<row>
|
||||||
<description value="Respond to mail sent to:"/>
|
<description value="Respond to mail sent to:"/>
|
||||||
<vbox>
|
<taglist-email id="addresses" allowFreeEntries="true" empty_label="Respond" span="2"/>
|
||||||
<taglist-email id="addresses" width="40%" allowFreeEntries="true" />
|
<button class="$cont[hideIfSieveDisabled] et2_fullWidth" label="Add all my aliases" id="AllAddresses" onclick='app.mail.sieve_vac_all_aliases()'/>
|
||||||
<button class="$cont[hideIfSieveDisabled]" label="Add all my aliases" id="AllAddresses" onclick='app.mail.sieve_vac_all_aliases()'/>
|
</row>
|
||||||
</vbox>
|
<row>
|
||||||
|
<description value="Forward messages to:"/>
|
||||||
|
<taglist-email id="forwards" allowFreeEntries="true" width="100%" empty_label="Forwards"/>
|
||||||
</row>
|
</row>
|
||||||
<row>
|
<row>
|
||||||
<description value="Every:"/>
|
<description value="Every:"/>
|
||||||
<textbox type="integer" id="days" min="1" max="31"/>
|
<textbox type="integer" id="days" min="1" max="31"/>
|
||||||
|
|
||||||
</row>
|
</row>
|
||||||
<row>
|
<row>
|
||||||
<hbox>
|
|
||||||
<description value="With message:"/>
|
<description value="With message:"/>
|
||||||
</hbox>
|
<vbox span="all">
|
||||||
<vbox>
|
|
||||||
<textbox multiline="true" id="text" width="99%" height="150px"/>
|
<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."/>
|
<description id="by_date_label" value="You can use $$start$$ for the above start date and $$end$$ for the end date."/>
|
||||||
</vbox>
|
</vbox>
|
||||||
</row>
|
</row>
|
||||||
<row>
|
<row>
|
||||||
<description value="Forward messages:"/>
|
<description value="Set it as default:"/>
|
||||||
<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"/>
|
<checkbox id="set_as_default"/>
|
||||||
</hbox>
|
<description value="Validate addresses on submit:"/>
|
||||||
|
<checkbox id="check_mail_sent_to"/>
|
||||||
</row>
|
</row>
|
||||||
<row>
|
<row class="dialogFooterToolbar">
|
||||||
<hbox>
|
<hbox span="all">
|
||||||
<button label="Save" id="button[save]" class="$cont[hideIfSieveDisabled]"/>
|
<button label="Save" id="button[save]" class="$cont[hideIfSieveDisabled]"/>
|
||||||
<button label="Apply" id="button[apply]" class="$cont[hideIfSieveDisabled]"/>
|
<button label="Apply" id="button[apply]" class="$cont[hideIfSieveDisabled]"/>
|
||||||
<button label="Cancel" id="button[cancel]" class="$cont[hideIfSieveDisabled]"/>
|
<button label="Cancel" id="button[cancel]" class="$cont[hideIfSieveDisabled]"/>
|
||||||
</hbox>
|
</hbox>
|
||||||
<description/>
|
|
||||||
</row>
|
</row>
|
||||||
</rows>
|
</rows>
|
||||||
</grid>
|
</grid>
|
||||||
|
Loading…
Reference in New Issue
Block a user