mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-16 04:53:13 +01:00
23 lines
630 B
Plaintext
23 lines
630 B
Plaintext
|
<?xml version="1.0"?>
|
||
|
<!-- $Id$ -->
|
||
|
<overlay>
|
||
|
<grid id="etemplate.link_widget.list" template="" lang="" group="" version="0.9.15.001" class="whiteback">
|
||
|
<columns>
|
||
|
<column/>
|
||
|
<column/>
|
||
|
<column/>
|
||
|
<column/>
|
||
|
</columns>
|
||
|
<rows>
|
||
|
<row class="nmr">
|
||
|
<description id="${row}[app]"/>
|
||
|
<description no_lang="1" id="${row}[title]"/>
|
||
|
<description no_lang="1" id="${row}[remark]"/>
|
||
|
<button image="delete.gif" label="Unlink" id="unlink[$row_cont[link_id]]" statustext="Remove this link (not the entry itself)"/>
|
||
|
</row>
|
||
|
</rows>
|
||
|
<styles>
|
||
|
.whiteback { background: white; }
|
||
|
</styles>
|
||
|
</grid>
|
||
|
</overlay>
|