egroupware/etemplate/templates/default/nextmatch_widget.nm_row.xul
2002-09-18 14:03:51 +00:00

35 lines
1.6 KiB
XML

<?xml version="1.0"?>
<overlay>
<grid id="etemplate.nextmatch_widget.nm_row" template="" lang="" group="" version="0.9.15.004" spacing="0" padding="5">
<columns>
<column width="2%"/>
<column width="2%"/>
<column width="20%"/>
<column width="20%"/>
<column width="20%"/>
<column width="10%"/>
<column width="10%"/>
<column width="2%"/>
<column width="2%"/>
</columns>
<rows>
<row class="nmh">
<button image="first.gif" ro_image="first-grey.gif" label="First" id="first" statustext="go to the first entry"/>
<button image="left.gif" ro_image="left-grey.gif" label="Left" id="left" statustext="go to the previous page of entries"/>
<menulist label="Category" align="center" onchange="1" statustext="select a Category">
<menupopup id="cat_id" options="-1" type="select-cat"/>
</menulist>
<menulist label="@filter_label" onchange="1" statustext="@filter_help">
<menupopup id="filter"/>
</menulist>
<menulist label="@filter2_label" onchange="1" statustext="@filter2_help">
<menupopup id="filter2"/>
</menulist>
<textbox align="right" id="search" statustext="a pattern to be searched for"/>
<button label="Search" id="start_search" statustext="to start the search"/>
<button image="right.gif" ro_image="right-grey.gif" label="Right" id="right" statustext="go to the next page of entries"/>
<button image="last.gif" ro_image="last-grey.gif" label="Last" id="last" statustext="go to the last entry"/>
</row>
</rows>
</grid>
</overlay>