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

26 lines
744 B
Plaintext
Raw Normal View History

<?xml version="1.0"?>
<!-- $Id$ -->
<overlay>
<grid id="etemplate.link_widget.create" template="" lang="" group="" version="0.9.15.001">
<columns>
<column/>
<column/>
<column/>
<column/>
</columns>
<rows>
<row>
<description id="app"/>
<menulist>
<menupopup no_lang="1" id="id" statustext="Select an entry to link with"/>
</menulist>
<button label="Link" id="create" statustext="click here to create the Link"/>
<button label="New search" id="new" statustext="start a new search, cancel this link"/>
</row>
<row>
2002-10-09 13:55:05 +02:00
<description value="Comment"/>
<textbox size="50" maxlength="50" span="all" id="remark" statustext="optional note about the Link"/>
</row>
</rows>
</grid>
</overlay>