forked from extern/egroupware
502ac42923
- defines a syntax to describe how the widget is build out of existing widgets --> reimplemented contact-widget using that aproach on serverside for old etemplate --> sending the modifications via etemplate_widget::setElementAttribute() to the client fails, because client does not support changing the widget type --> need to be implemented on the client
22 lines
479 B
XML
22 lines
479 B
XML
<?xml version="1.0"?>
|
|
<!-- $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> |