mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-16 21:13:16 +01:00
19 lines
462 B
Plaintext
19 lines
462 B
Plaintext
|
<?xml version="1.0"?>
|
||
|
<!-- $Id$ -->
|
||
|
<overlay>
|
||
|
<template id="mail.displayAllAdresses" template="" lang="" group="0" version="1.9.001">
|
||
|
<grid disabled="@no_griddata" id="displayallAdresses">
|
||
|
<columns>
|
||
|
<column width="10%" />
|
||
|
<column width="80%" />
|
||
|
</columns>
|
||
|
<rows>
|
||
|
<row >
|
||
|
<description id="${row}[type]" />
|
||
|
<url-email align="right" id="${row}[address]" readonly='true'/>
|
||
|
</row>
|
||
|
</rows>
|
||
|
</grid>
|
||
|
</template>
|
||
|
</overlay>
|