mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-14 20:14:19 +01:00
24 lines
599 B
XML
24 lines
599 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE overlay PUBLIC "-//Stylite AG//eTemplate 2//EN" "http://www.egroupware.org/etemplate2.dtd">
|
|
<!-- $Id$ -->
|
|
<overlay>
|
|
<template id="etemplate.test.contact_widget" template="" lang="" group="0" version="">
|
|
<grid>
|
|
<columns>
|
|
<column/>
|
|
</columns>
|
|
<rows>
|
|
<row>
|
|
<contact-fields id="fields"/>
|
|
</row>
|
|
<row>
|
|
<contact-account label="Benutzer" id="account:" options="n_fn"/>
|
|
</row>
|
|
<row>
|
|
<contact-account label="Telefon" id="account:" options="tel_work"/>
|
|
</row>
|
|
</rows>
|
|
</grid>
|
|
</template>
|
|
</overlay>
|