egroupware_official/etemplate/templates/default/link_widget.list.xet

27 lines
966 B
Plaintext
Raw Normal View History

<?xml version="1.0"?>
<!-- $Id$ -->
<overlay>
2004-02-06 13:49:05 +01:00
<grid id="etemplate.link_widget.list" template="" lang="" group="" version="0.9.15.003" class="whiteback">
<columns>
<column/>
<column/>
<column/>
2002-10-19 02:51:26 +02:00
<column disabled="!@primary"/>
</columns>
<rows>
<row class="nmr">
<description id="${row}[app]"/>
2004-02-06 13:49:05 +01:00
<hbox options="0,0">
<description options=",@${row}[view]" no_lang="1" id="${row}[title]" statustext="view this linked entry in its application"/>
<description class="note_following" no_lang="1" id="${row}[remark]"/>
</hbox>
<button image="delete.png" label="Unlink" id="unlink[$row_cont[link_id]]" statustext="Remove this link (not the entry itself)"/>
2002-10-19 02:51:26 +02:00
<radio options="$row_cont[link_id]" id="primary" statustext="Select a primary contact, to show in the list"/>
</row>
</rows>
<styles>
.whiteback { background: white; }
2004-02-06 13:49:05 +01:00
.note_following { font-style: italic; padding-left: 5px; }
</styles>
</grid>
</overlay>