mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 17:14:44 +01:00
31 lines
1008 B
XML
31 lines
1008 B
XML
<?xml version="1.0"?>
|
|
<!-- $Id$ -->
|
|
<overlay>
|
|
<grid id="etemplate.link_widget.search" template="" lang="" group="" version="0.9.15.003">
|
|
<columns>
|
|
<column/>
|
|
<column/>
|
|
<column/>
|
|
<column/>
|
|
</columns>
|
|
<rows>
|
|
<row class="row_on">
|
|
<menulist>
|
|
<menupopup label="Search" no_lang="1" 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> |