mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:07 +01:00
48 lines
2.2 KiB
XML
48 lines
2.2 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE overlay PUBLIC "-//EGroupware GmbH//eTemplate 2.0//EN" "https://www.egroupware.org/etemplate2.0.dtd">
|
|
<overlay>
|
|
<template id="admin.mailwizard.sieve" template="" lang="" group="0" version="1.9.001">
|
|
<grid width="100%">
|
|
<columns>
|
|
<column width="120"/>
|
|
<column/>
|
|
</columns>
|
|
<rows>
|
|
<row class="dialogHeader">
|
|
<et2-description value="Step 3: Sieve - server side mail filtering" span="all" class="emailadmin_header"></et2-description>
|
|
<et2-description></et2-description>
|
|
</row>
|
|
<row>
|
|
<et2-description value="Enable Sieve" for="acc_sieve_enabled"></et2-description>
|
|
<et2-select-bool id="acc_sieve_enabled"></et2-select-bool>
|
|
</row>
|
|
<row class="@manual_class">
|
|
<et2-description value="Sieve server" for="acc_sieve_host"></et2-description>
|
|
<et2-textbox id="acc_sieve_host" onchange="app.admin.wizard_sieve_onchange" maxlength="128" placeholder="Hostname or IP"></et2-textbox>
|
|
</row>
|
|
<row class="@manual_class">
|
|
<et2-description value="Secure connection" for="acc_sieve_ssl"></et2-description>
|
|
<et2-hbox>
|
|
<et2-select id="acc_sieve_ssl" onchange="app.admin.wizard_sieve_ssl_onchange" class="emailadmin_ssl"></et2-select>
|
|
<et2-number label="Port" id="acc_sieve_port" onchange="app.admin.wizard_sieve_onchange" class="emailadmin_port" precision="0"></et2-number>
|
|
</et2-hbox>
|
|
</row>
|
|
<row class="dialogFooterToolbar">
|
|
<et2-hbox span="all">
|
|
<et2-button label="Continue" id="button[continue]" onclick="app.admin.wizard_detect" image="continue"></et2-button>
|
|
<et2-button label="Back" id="button[back]" image="back"></et2-button>
|
|
<et2-button label="Manual entry" id="button[manual]" onclick="app.admin.wizard_manual" image="edit"></et2-button>
|
|
<et2-button label="Cancel" id="button[cancel]" onclick="window.close();" image="cancel" noSubmit="true"></et2-button>
|
|
</et2-hbox>
|
|
</row>
|
|
<row>
|
|
<et2-image src="admin/progress" span="all" class="emailadmin_progress"></et2-image>
|
|
<et2-description></et2-description>
|
|
</row>
|
|
<row>
|
|
<et2-textarea id="sieve_output" readonly="true" span="all"></et2-textarea>
|
|
</row>
|
|
</rows>
|
|
</grid>
|
|
</template>
|
|
</overlay> |