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