egroupware/etemplate/templates/default/nextmatch_widget.xul

43 lines
1.9 KiB
Plaintext
Raw Normal View History

2002-09-17 23:31:45 +02:00
<?xml version="1.0"?>
<overlay>
<grid id="etemplate.nextmatch_widget" template="" lang="" group="" version="0.9.15.002" spacing="0" padding="5">
2002-09-17 23:31:45 +02:00
<columns>
2002-09-18 03:15:54 +02:00
<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%"/>
2002-09-17 23:31:45 +02:00
</columns>
<rows>
<row>
2002-09-18 03:15:54 +02:00
<description span="4" value="entries" no_lang="1" align="right" id="range"/>
<description span="all" value="of" no_lang="1" id="rows[0]"/>
2002-09-17 23:31:45 +02:00
</row>
<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"/>
2002-09-18 03:15:54 +02:00
<menulist label="Category" align="center" onchange="1" statustext="select a Category">
2002-09-17 23:31:45 +02:00
<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>
2002-09-18 03:15:54 +02:00
<textbox id="search" align="right" statustext="a pattern to be searched for"/>
<button label="Search" id="start_search" statustext="to start the search"/>
2002-09-17 23:31:45 +02:00
<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>
<row>
<grid content="rows" span="all" align="center" id="@template"/>
</row>
</rows>
</grid>
2002-09-18 03:15:54 +02:00
</overlay>