1<?xml version="1.0" encoding="UTF-8"?>
2<!DOCTYPE overlay PUBLIC "-//EGroupware GmbH//eTemplate 2//EN" "http://www.egroupware.org/etemplate2.dtd">
3<!-- $Id$ -->
4<overlay>
5	<template id="mail.signatures.index.rows" template="" lang="" group="0" version="1.9.001">
6		<grid width="100%" id="sig" class="egwGridView_grid">
7			<columns>
8				<column/>
9				<column/>
10				<column/>
11			</columns>
12			<rows>
13				<row class="th">
14					<description value="ID"/>
15					<description value="Description"/>
16					<description align="center" value="Default"/>
17				</row>
18				<row class="row"  >
19					<description id="${row}[fm_signatureid]" readonly="true"/>
20					<description id="${row}[fm_description]" no_lang="1"/>
21					<description align="center" id="${row}[fm_defaultsignature]" no_lang="1" readonly="true"/>
22				</row>
23			</rows>
24		</grid>
25	</template>
26	<template id="mail.signatures.index" template="" lang="" group="0" version="1.9.001">
27		<description id="msg" no_lang="1" class="message" span="all"/>
28		<grid width="100%">
29			<columns>
30				<column width="100%"/>
31			</columns>
32			<rows>
33				<row>
34					<buttononly class="$cont[hideIfSigDisabled]" align="right" label="Add" id="add" onclick="window.open(egw::link('/index.php','menuaction=mail.mail_signatures.edit'),'_blank','dependent=yes,width=600,height=400,scrollbars=yes,status=yes'); return false;"/>
35				</row>
36				<row>
37					<template id="rows"/>
38				</row>
39			</rows>
40		</grid>
41	</template>
42</overlay>
43