mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 00:54:50 +01:00
59 lines
2.3 KiB
XML
59 lines
2.3 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE overlay PUBLIC "-//Stylite AG//eTemplate 2//EN" "http://www.egroupware.org/etemplate2.dtd">
|
|
<!-- $Id$ -->
|
|
<overlay>
|
|
<template id="admin.mailwizard.sieve" template="" lang="" group="0" version="1.9.001">
|
|
<grid width="100%">
|
|
<columns>
|
|
<column width="120"/>
|
|
<column width="600"/>
|
|
</columns>
|
|
<rows>
|
|
<row disabled="@hidebuttons" class="dialogHeadbar" >
|
|
<hbox span="all">
|
|
<button label="Continue" id="button[continue]" onclick="app.admin.wizard_detect" image="continue" background_image="1"/>
|
|
<button label="Back" id="button[back]" image="back" background_image="1"/>
|
|
<button label="Manual entry" id="button[manual]" onclick="app.admin.wizard_manual" image="manual" background_image="1"/>
|
|
</hbox>
|
|
</row>
|
|
<row disabled="!@showsearchbuttons" class="dialogHeadbar">
|
|
<hbox span="all" width="100%">
|
|
<button label="Search" id="button[search]" image="search" background_image="1"/>
|
|
<button label="Cancel" id="button[cancelsearch]" image="cancel" background_image="1"/>
|
|
</hbox>
|
|
</row>
|
|
<row>
|
|
<description value="Step 3: Sieve - server side mail filtering" span="all" class="emailadmin_header"/>
|
|
<description/>
|
|
</row>
|
|
<row>
|
|
<description value="Enable Sieve" for="acc_sieve_enabled"/>
|
|
<menulist>
|
|
<menupopup type="select-bool" id="acc_sieve_enabled" class="et2_fullWidth"/>
|
|
</menulist>
|
|
</row>
|
|
<row class="@manual_class">
|
|
<description value="Sieve server" for="acc_sieve_host"/>
|
|
<textbox blur="Hostname or IP" id="acc_sieve_host" onchange="app.admin.wizard_sieve_onchange" maxlength="128" class="et2_fullWidth"/>
|
|
</row>
|
|
<row class="@manual_class">
|
|
<description value="Secure connection" for="acc_sieve_ssl"/>
|
|
<hbox>
|
|
<menulist>
|
|
<menupopup id="acc_sieve_ssl" onchange="app.admin.wizard_sieve_ssl_onchange" class="emailadmin_ssl"/>
|
|
</menulist>
|
|
<textbox type="integer" label="Port" id="acc_sieve_port" onchange="app.admin.wizard_sieve_onchange" class="emailadmin_port"/>
|
|
</hbox>
|
|
</row>
|
|
<row>
|
|
<image src="admin/progress" span="all" class="emailadmin_progress"/>
|
|
<description/>
|
|
</row>
|
|
<row>
|
|
<textbox multiline="true" id="sieve_output" readonly="true" span="all"/>
|
|
</row>
|
|
</rows>
|
|
</grid>
|
|
</template>
|
|
</overlay>
|