2015-02-17 10:55:05 +01:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
2023-01-04 18:28:10 +01:00
|
|
|
<!DOCTYPE overlay PUBLIC "-//EGroupware GmbH//eTemplate 2.0//EN" "https://www.egroupware.org/etemplate2.0.dtd">
|
2014-03-06 19:39:52 +01:00
|
|
|
<overlay>
|
|
|
|
<template id="addressbook.view" template="" lang="" group="0" version="1.9.001">
|
2020-09-28 15:46:04 +02:00
|
|
|
<grid class="addressbook_view" parent_node="@view_sidebox" width="100%">
|
2014-03-06 19:39:52 +01:00
|
|
|
<columns>
|
2014-03-10 09:53:56 +01:00
|
|
|
<column width="70"/>
|
2014-03-06 19:39:52 +01:00
|
|
|
<column/>
|
|
|
|
</columns>
|
|
|
|
<rows>
|
2014-03-10 09:53:56 +01:00
|
|
|
<row span="all">
|
2023-01-04 18:28:10 +01:00
|
|
|
<et2-hbox>
|
|
|
|
<et2-lavatar src="@photo" lname="@n_fn"></et2-lavatar>
|
|
|
|
<et2-vbox>
|
|
|
|
<et2-description id="n_fn" class="addressbook_sidebox_name"></et2-description>
|
|
|
|
<et2-description id="org_name" class="addressbook_sidebox_org"></et2-description>
|
|
|
|
<et2-description id="org_unit"></et2-description>
|
|
|
|
<et2-description id="adr_one_locality"></et2-description>
|
|
|
|
</et2-vbox>
|
|
|
|
</et2-hbox>
|
2014-03-06 19:39:52 +01:00
|
|
|
</row>
|
|
|
|
<row>
|
2023-01-04 18:28:10 +01:00
|
|
|
<et2-description span="2" value="Phone numbers" class="addressbook_sidebox_header"></et2-description>
|
2014-03-06 19:39:52 +01:00
|
|
|
</row>
|
|
|
|
<row>
|
2023-01-04 18:28:10 +01:00
|
|
|
<et2-description for="tel_work" value="Business"></et2-description>
|
|
|
|
<et2-url-phone id="tel_work" readonly="true"></et2-url-phone>
|
2014-03-06 19:39:52 +01:00
|
|
|
</row>
|
|
|
|
<row>
|
2023-01-04 18:28:10 +01:00
|
|
|
<et2-description for="tel_cell" value="Mobile phone"></et2-description>
|
|
|
|
<et2-url-phone id="tel_cell" readonly="true"></et2-url-phone>
|
2014-03-06 19:39:52 +01:00
|
|
|
</row>
|
|
|
|
<row>
|
2023-01-04 18:28:10 +01:00
|
|
|
<et2-description for="tel_home" value="Private"></et2-description>
|
|
|
|
<et2-url-phone id="tel_home" readonly="true"></et2-url-phone>
|
2014-03-06 19:39:52 +01:00
|
|
|
</row>
|
|
|
|
<row>
|
2023-01-04 18:28:10 +01:00
|
|
|
<et2-description for="tel_fax" value="Fax"></et2-description>
|
|
|
|
<et2-url-phone id="tel_fax" readonly="true"></et2-url-phone>
|
2014-03-06 19:39:52 +01:00
|
|
|
</row>
|
|
|
|
<row>
|
2023-01-04 18:28:10 +01:00
|
|
|
<et2-description span="2" value="EMail & Internet" class="addressbook_sidebox_header"></et2-description>
|
2014-03-06 19:39:52 +01:00
|
|
|
</row>
|
|
|
|
<row>
|
2023-01-04 18:28:10 +01:00
|
|
|
<et2-description for="email" value="EMail"></et2-description>
|
|
|
|
<et2-url-email id="email" readonly="true"></et2-url-email>
|
2014-03-06 19:39:52 +01:00
|
|
|
</row>
|
|
|
|
<row>
|
2023-01-04 18:28:10 +01:00
|
|
|
<et2-description for="url" value="URL"></et2-description>
|
|
|
|
<et2-url id="url" readonly="true"></et2-url>
|
2014-03-06 19:39:52 +01:00
|
|
|
</row>
|
2020-11-04 11:43:42 +01:00
|
|
|
<row class="toolbox">
|
2023-01-04 18:28:10 +01:00
|
|
|
<et2-hbox>
|
2024-11-21 14:03:53 +01:00
|
|
|
<et2-button id="button[edit]" statustext="open" image="edit" onclick="app.addressbook.view_actions"></et2-button>
|
|
|
|
<et2-button id="button[copy]" statustext="copy" image="copy" onclick="app.addressbook.view_actions"></et2-button>
|
2023-01-04 18:28:10 +01:00
|
|
|
<et2-button id="button[close]" statustext="close" readonly="false" image="close" onclick="app.addressbook.view_actions"></et2-button>
|
2024-11-21 14:03:53 +01:00
|
|
|
<et2-button id="button[delete]" statustext="delete" image="delete" onclick="app.addressbook.view_actions" noSubmit="true"></et2-button>
|
2023-01-04 18:28:10 +01:00
|
|
|
</et2-hbox>
|
2014-03-06 19:39:52 +01:00
|
|
|
</row>
|
|
|
|
</rows>
|
|
|
|
</grid>
|
|
|
|
</template>
|
2022-09-12 10:04:25 +02:00
|
|
|
</overlay>
|