egroupware/etemplate/templates/default/link_widget.create.xet
Ralf Becker 466c33e3b0 Got fileattachments working as links:
- link-widget and infolog/link-class can attach files now
- changed the value of the file-widget (it's an array now)
2002-10-20 15:06:52 +00:00

26 lines
782 B
XML

<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $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 class="row_off">
<description value="Comment"/>
<textbox size="50" maxlength="50" span="all" id="remark" statustext="optional note about the Link"/>
</row>
</rows>
</grid>
</overlay>