made it 1 line

This commit is contained in:
Ralf Becker 2002-10-03 16:40:21 +00:00
parent 34b6bc6c14
commit a45f632221

View File

@ -1,63 +1,54 @@
<?xml version="1.0"?> <?xml version="1.0"?>
<!-- $Id$ -->
<overlay> <overlay>
<grid id="etemplate.nextmatch_widget.nm_row1" template="" lang="" group="0" version="0.9.15.005" width="100%" spacing="0" padding="5"> <grid id="etemplate.nextmatch_widget.nm_row" template="" lang="" group="0" version="0.9.15.005" width="100%" spacing="0" padding="5">
<columns> <columns>
<column width="2%"/> <column width="1%"/>
<column width="2%"/> <column width="1%"/>
<column width="46%"/> <column width="30%"/>
<column width="46%"/> <column width="30%"/>
<column width="2%"/> <column/>
<column width="2%"/> <column width="15%"/>
</columns> <column width="5%"/>
<rows> <column width="1%"/>
<row class="nmh"> <column width="1%"/>
<button image="first.gif" ro_image="first-grey.gif" label="First" id="first" statustext="go to the first entry"/> </columns>
<button image="left.gif" ro_image="left-grey.gif" label="Left" id="left" statustext="go to the previous page of entries"/> <rows>
<description value="showing" no_lang="1" align="right" id="range"/> <row class="nmh">
<description value="of" no_lang="1" id="total"/> <button image="first.gif" ro_image="first-grey.gif" label="First" id="first" statustext="go to the first entry"/>
<button image="right.gif" ro_image="right-grey.gif" label="Right" id="right" statustext="go to the next page of entries"/> <button image="left.gif" ro_image="left-grey.gif" label="Left" id="left" statustext="go to the previous page of entries"/>
<button image="last.gif" ro_image="last-grey.gif" label="Last" id="last" statustext="go to the last entry"/> <menulist label="Category" onchange="1" statustext="select a Category">
</row> <menupopup id="cat_id" options="-1" type="select-cat"/>
</rows> </menulist>
</grid> <menulist label="@filter_label" align="center" onchange="1" statustext="@filter_help">
<grid id="etemplate.nextmatch_widget.nm_row2" template="" lang="" group="0" version="0.9.15.005" width="100%" spacing="0" padding="5"> <menupopup id="filter"/>
<columns> </menulist>
<column width="30%"/> <menulist label="@filter2_label" align="right" onchange="1" statustext="@filter2_help">
<column/> <menupopup id="filter2"/>
<column/> </menulist>
<column width="25%"/> <textbox align="right" id="search" statustext="a pattern to be searched for"/>
<column width="5%"/> <button label="Search" id="start_search" statustext="to start the search"/>
</columns> <button image="right.gif" ro_image="right-grey.gif" label="Right" id="right" statustext="go to the next page of entries"/>
<rows> <button image="last.gif" ro_image="last-grey.gif" label="Last" id="last" statustext="go to the last entry"/>
<row class="nmh"> </row>
<menulist label="Category" onchange="1" statustext="select a Category"> </rows>
<menupopup id="cat_id" options="-1" type="select-cat"/> </grid>
</menulist> <grid id="etemplate.nextmatch_widget" template="" lang="" group="" version="0.9.15.006" width="100%" spacing="0" padding="5">
<menulist label="@filter_label" align="center" onchange="1" statustext="@filter_help"> <columns>
<menupopup id="filter"/> <column width="55%"/>
</menulist> <column width="45%"/>
<menulist label="@filter2_label" align="center" onchange="1" statustext="@filter2_help"> </columns>
<menupopup id="filter2"/> <rows>
</menulist> <row>
<textbox align="right" id="search" statustext="a pattern to be searched for"/> <description value="showing" no_lang="1" align="right" id="range"/>
<button label="Search" align="right" id="start_search" statustext="to start the search"/> <description span="all" value="of" no_lang="1" id="total"/>
</row> </row>
</rows> <row>
</grid> <grid span="all" align="center" id="etemplate.nextmatch_widget.nm_row"/>
<grid id="etemplate.nextmatch_widget" template="" lang="" group="" version="0.9.15.005" width="100%" spacing="0"> </row>
<columns> <row>
<column/> <grid content="rows" span="all" align="center" id="@template"/>
</columns> </row>
<rows> </rows>
<row> </grid>
<grid align="center" id="etemplate.nextmatch_widget.nm_row1"/>
</row>
<row>
<grid id="etemplate.nextmatch_widget.nm_row2"/>
</row>
<row>
<grid content="rows" align="center" id="@template"/>
</row>
</rows>
</grid>
</overlay> </overlay>