mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 00:54:50 +01:00
41 lines
1.6 KiB
XML
41 lines
1.6 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="mail.profiles.index.rows" template="" lang="" group="0" version="1.9.001">
|
|
<grid width="100%" id="acc" class="egwGridView_grid">
|
|
<columns>
|
|
<column/>
|
|
<column/>
|
|
<column/>
|
|
</columns>
|
|
<rows>
|
|
<row class="th">
|
|
<et2-description value="ID"></et2-description>
|
|
<et2-description value="Description"></et2-description>
|
|
<et2-description align="center" value="Default"></et2-description>
|
|
</row>
|
|
<row class="row" >
|
|
<et2-description id="${row}[id]" readonly="true"></et2-description>
|
|
<et2-description id="${row}[description]" noLang="1"></et2-description>
|
|
<et2-description align="center" id="${row}[default]" readonly="true" noLang="1"></et2-description>
|
|
</row>
|
|
</rows>
|
|
</grid>
|
|
</template>
|
|
<template id="mail.profiles.index" template="" lang="" group="0" version="1.9.001">
|
|
<et2-description id="msg" class="message" span="all" noLang="1"></et2-description>
|
|
<grid width="100%">
|
|
<columns>
|
|
<column width="100%"/>
|
|
</columns>
|
|
<rows>
|
|
<row>
|
|
<et2-button class="$cont[hideIfSigDisabled]" align="right" label="Add" id="add" onclick="window.open(egw::link('/index.php','menuaction=mail.mail_uipreferences.edit'),'_blank','dependent=yes,width=600,height=400,scrollbars=yes,status=yes'); return false;" noSubmit="true"></et2-button>
|
|
</row>
|
|
<row>
|
|
<template id="rows"/>
|
|
</row>
|
|
</rows>
|
|
</grid>
|
|
</template>
|
|
</overlay> |