2015-02-17 10:55:05 +01:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
2017-02-01 09:59:37 +01:00
|
|
|
<!DOCTYPE overlay PUBLIC "-//EGroupware GmbH//eTemplate 2//EN" "http://www.egroupware.org/etemplate2.dtd">
|
2013-07-25 17:50:24 +02:00
|
|
|
<!-- $Id$ -->
|
|
|
|
<overlay>
|
|
|
|
<template id="mail.sieve.index.rows" template="" lang="" group="0" version="1.9.001">
|
2013-10-10 15:18:02 +02:00
|
|
|
<grid width="100%" id="rg" sortable="mail.mail_sieve.ajax_moveRule" class="egwGridView_grid">
|
2013-07-25 17:50:24 +02:00
|
|
|
<columns>
|
|
|
|
<column/>
|
|
|
|
<column/>
|
|
|
|
<column/>
|
|
|
|
</columns>
|
|
|
|
<rows>
|
|
|
|
<row class="th">
|
|
|
|
<description value="Rule priority position"/>
|
|
|
|
<description value="Status"/>
|
|
|
|
<description value="rules"/>
|
|
|
|
</row>
|
2014-02-14 17:59:13 +01:00
|
|
|
<row class="row $row_cont[class]">
|
2013-07-25 17:50:24 +02:00
|
|
|
<description id="${row}[ruleID]" />
|
|
|
|
<menulist>
|
|
|
|
<menupopup id="${row}[status]" readonly= "true"/>
|
|
|
|
</menulist>
|
|
|
|
<description id="${row}[rules]" />
|
|
|
|
</row>
|
|
|
|
</rows>
|
|
|
|
</grid>
|
|
|
|
</template>
|
|
|
|
<template id="mail.sieve.index" template="" lang="" group="0" version="1.9.001">
|
2013-08-09 19:47:53 +02:00
|
|
|
<description id="msg" no_lang="1" class="message" span="all"/>
|
2013-07-25 17:50:24 +02:00
|
|
|
<grid width="100%">
|
|
|
|
<columns>
|
|
|
|
<column width="100%"/>
|
|
|
|
</columns>
|
|
|
|
<rows>
|
2018-12-10 10:58:49 +01:00
|
|
|
<row class="nextmatch_header_row">
|
|
|
|
<buttononly class="$cont[hideIfSieveDisabled] et2_toolbar" align="left" id="add" onclick="window.open(egw::link('/index.php','menuaction=mail.mail_sieve.edit'),'_blank','dependent=yes,width=600,height=400,scrollbars=yes,status=yes'); return false;"/>
|
2013-07-25 17:50:24 +02:00
|
|
|
</row>
|
|
|
|
<row>
|
|
|
|
<template id="rows"/>
|
|
|
|
</row>
|
|
|
|
</rows>
|
|
|
|
</grid>
|
|
|
|
</template>
|
2013-08-21 12:47:20 +02:00
|
|
|
</overlay>
|