mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 00:54:50 +01:00
45 lines
1.4 KiB
XML
45 lines
1.4 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="mail.sieve.index.rows" template="" lang="" group="0" version="1.9.001">
|
|
<grid width="100%" id="rg" sortable="mail.mail_sieve.ajax_moveRule" class="egwGridView_grid">
|
|
<columns>
|
|
<column/>
|
|
<column/>
|
|
<column/>
|
|
</columns>
|
|
<rows>
|
|
<row class="th">
|
|
<description value="Rule priority position"/>
|
|
<description value="Status"/>
|
|
<description value="rules"/>
|
|
</row>
|
|
<row class="row $row_cont[class]">
|
|
<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">
|
|
<description id="msg" no_lang="1" class="message" span="all"/>
|
|
<grid width="100%">
|
|
<columns>
|
|
<column width="100%"/>
|
|
</columns>
|
|
<rows>
|
|
<row>
|
|
<buttononly class="$cont[hideIfSieveDisabled]" align="right" label="Add" 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;"/>
|
|
</row>
|
|
<row>
|
|
<template id="rows"/>
|
|
</row>
|
|
</rows>
|
|
</grid>
|
|
</template>
|
|
</overlay>
|