egroupware/etemplate/templates/default/link_widget.search.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

31 lines
1018 B
XML

<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Id$ -->
<overlay>
<grid id="etemplate.link_widget.search" template="" lang="" group="" version="0.9.15.002">
<columns>
<column/>
<column/>
<column/>
<column/>
</columns>
<rows>
<row class="row_on">
<menulist>
<menupopup label="Search" id="app" statustext="Select an App to search in"/>
</menulist>
<textbox size="25" id="query" statustext="Enter a search pattern"/>
<button label="Search" id="search" statustext="Click here to start the search"/>
<description class="error_msg" value="Nothing found - try again !!!" id="msg"/>
</row>
<row class="row_off">
<description value="attach file"/>
<file id="file" statustext="Enter filename to upload and attach, use [Browse...] to search for it"/>
<button label="Upload" id="upload" statustext="Click here to upload the file"/>
<description/>
</row>
</rows>
<styles>
.error_msg { font-style: italic; color: red; }
</styles>
</grid>
</overlay>