phpgroupware-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpgroupware-cvs] CVS: phpgwapi/templates/default cat_filter.xsl,1.2,1.


From: Bettina Gille <address@hidden>
Subject: [Phpgroupware-cvs] CVS: phpgwapi/templates/default cat_filter.xsl,1.2,1.3 cat_select.xsl,1.5,1.6
Date: Sat, 28 Sep 2002 22:05:56 -0400

Update of /cvsroot/phpgroupware/phpgwapi/templates/default
In directory subversions:/tmp/cvs-serv22443/default

Modified Files:
        cat_filter.xsl cat_select.xsl 
Log Message:
update css

Index: cat_filter.xsl
===================================================================
RCS file: /cvsroot/phpgroupware/phpgwapi/templates/default/cat_filter.xsl,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** cat_filter.xsl      28 Sep 2002 15:35:26 -0000      1.2
--- cat_filter.xsl      29 Sep 2002 02:05:54 -0000      1.3
***************
*** 5,10 ****
                <xsl:variable name="lang_submit"><xsl:value-of 
select="lang_submit"/></xsl:variable>
                <form method="post" action="{$select_action}">
!                       <select name="cat_id" class="forms" 
onChange="this.form.submit();" onMouseover="window.status='Select the category. 
To show all entries select NONE.';return true;" 
onMouseout="window.status='';return true;">
!                               <option value=""><xsl:value-of 
select="lang_none"/></option>
                                        <xsl:apply-templates select="cat_list"/>
                        </select>
--- 5,10 ----
                <xsl:variable name="lang_submit"><xsl:value-of 
select="lang_submit"/></xsl:variable>
                <form method="post" action="{$select_action}">
!                       <select name="cat_id" class="forms" 
onChange="this.form.submit();" onMouseover="window.status='Select the category. 
To show all entries select NO CATEGORY.';return true;" 
onMouseout="window.status='';return true;">
!                               <option value=""><xsl:value-of 
select="lang_no_cat"/></option>
                                        <xsl:apply-templates select="cat_list"/>
                        </select>

Index: cat_select.xsl
===================================================================
RCS file: /cvsroot/phpgroupware/phpgwapi/templates/default/cat_select.xsl,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -r1.5 -r1.6
*** cat_select.xsl      28 Sep 2002 15:35:26 -0000      1.5
--- cat_select.xsl      29 Sep 2002 02:05:54 -0000      1.6
***************
*** 2,6 ****
  
        <xsl:template name="cat_select">
!               <option value=""><xsl:value-of select="lang_none"/></option>
                        <xsl:apply-templates select="cat_list"/>
        </xsl:template>
--- 2,6 ----
  
        <xsl:template name="cat_select">
!               <option value=""><xsl:value-of select="lang_no_cat"/></option>
                        <xsl:apply-templates select="cat_list"/>
        </xsl:template>





reply via email to

[Prev in Thread] Current Thread [Next in Thread]