mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:20 +01:00
21 lines
748 B
XML
21 lines
748 B
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.displayAllAdresses" template="" lang="" group="0" version="1.9.001">
|
|
<et2-description value="All Adresses:"></et2-description>
|
|
<et2-vbox class="maildisplayAllAdresses">
|
|
<grid disabled="@no_griddata" id="displayallAdresses">
|
|
<columns>
|
|
<column width="10%" />
|
|
<column width="80%" />
|
|
</columns>
|
|
<rows>
|
|
<row >
|
|
<et2-description id="${row}[type]"></et2-description>
|
|
<et2-url-email align="left" id="${row}[address]" readonly="true"></et2-url-email>
|
|
</row>
|
|
</rows>
|
|
</grid>
|
|
</et2-vbox>
|
|
</template>
|
|
</overlay> |