[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Phpgroupware-cvs] CVS: etemplate/templates/default nextmatch_widget.nm_
From: |
Ralf Becker <address@hidden> |
Subject: |
[Phpgroupware-cvs] CVS: etemplate/templates/default nextmatch_widget.nm_row.xul,NONE,1.1 nextmatch_widget.xul,1.3,1.4 |
Date: |
Wed, 18 Sep 2002 10:03:33 -0400 |
Update of /cvsroot/phpgroupware/etemplate/templates/default
In directory subversions:/tmp/cvs-serv27054
Modified Files:
nextmatch_widget.xul
Added Files:
nextmatch_widget.nm_row.xul
Log Message:
neues layout für nextmatch
--- NEW FILE ---
<?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>
Index: nextmatch_widget.xul
===================================================================
RCS file:
/cvsroot/phpgroupware/etemplate/templates/default/nextmatch_widget.xul,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** nextmatch_widget.xul 18 Sep 2002 01:15:54 -0000 1.3
--- nextmatch_widget.xul 18 Sep 2002 14:03:31 -0000 1.4
***************
*** 1,37 ****
<?xml version="1.0"?>
<overlay>
! <grid id="etemplate.nextmatch_widget" template="" lang="" group=""
version="0.9.15.002" 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>
! <description span="4" value="entries" no_lang="1" align="right"
id="range"/>
<description span="all" value="of" no_lang="1" id="rows[0]"/>
</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"/>
! <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 id="search" align="right" 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>
<row>
--- 1,16 ----
<?xml version="1.0"?>
<overlay>
! <grid id="etemplate.nextmatch_widget" template="" lang="" group=""
version="0.9.15.004" spacing="0" padding="5">
<columns>
! <column width="50%"/>
! <column width="50%"/>
</columns>
<rows>
<row>
! <description value="entries" no_lang="1" align="right" id="range"/>
<description span="all" value="of" no_lang="1" id="rows[0]"/>
</row>
! <row>
! <grid span="all" align="center"
id="etemplate.nextmatch_widget.nm_row"/>
</row>
<row>
***************
*** 40,42 ****
</rows>
</grid>
! </overlay>
--- 19,21 ----
</rows>
</grid>
! </overlay>
\ No newline at end of file
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Phpgroupware-cvs] CVS: etemplate/templates/default nextmatch_widget.nm_row.xul,NONE,1.1 nextmatch_widget.xul,1.3,1.4,
Ralf Becker <address@hidden> <=