phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: phpgwapi/templates/default app_header.xsl,1.3,1.


From: Bettina Gille <address@hidden>
Subject: [Phpgroupware-cvs] CVS: phpgwapi/templates/default app_header.xsl,1.3,1.4 cat_filter.xsl,1.5,1.6 filter_select.xsl,1.4,1.5 portal.xsl,1.6,1.7 search_field.xsl,1.3,1.4
Date: Sun, 06 Oct 2002 14:04:07 -0400

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

Modified Files:
        app_header.xsl cat_filter.xsl filter_select.xsl portal.xsl 
        search_field.xsl 
Log Message:
update css

Index: app_header.xsl
===================================================================
RCS file: /cvsroot/phpgroupware/phpgwapi/templates/default/app_header.xsl,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** app_header.xsl      27 Sep 2002 01:09:36 -0000      1.3
--- app_header.xsl      6 Oct 2002 18:04:05 -0000       1.4
***************
*** 4,8 ****
                <table cellpadding="2" cellspacing="2" width="98%" 
align="center">
                        <tr>
!                               <td class="appheader"><xsl:value-of 
select="appname"/></td>
                        </tr>
                        <xsl:apply-templates select="function_msg"/>
--- 4,8 ----
                <table cellpadding="2" cellspacing="2" width="98%" 
align="center">
                        <tr>
!                               <td class="app_header"><xsl:value-of 
select="appname"/></td>
                        </tr>
                        <xsl:apply-templates select="function_msg"/>
***************
*** 13,17 ****
        <xsl:template match="function_msg">
                <tr>
!                       <td class="functionmsg"><xsl:value-of select="."/></td>
                </tr>
        </xsl:template>
--- 13,17 ----
        <xsl:template match="function_msg">
                <tr>
!                       <td class="app_header_text"><xsl:value-of 
select="."/></td>
                </tr>
        </xsl:template>

Index: cat_filter.xsl
===================================================================
RCS file: /cvsroot/phpgroupware/phpgwapi/templates/default/cat_filter.xsl,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -r1.5 -r1.6
*** cat_filter.xsl      5 Oct 2002 21:59:04 -0000       1.5
--- cat_filter.xsl      6 Oct 2002 18:04:05 -0000       1.6
***************
*** 5,9 ****
                <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();" onMouseout="window.status='';return true;">
                                <xsl:attribute name="onMouseover">
                                        <xsl:text>window.status='</xsl:text>
--- 5,9 ----
                <xsl:variable name="lang_submit"><xsl:value-of 
select="lang_submit"/></xsl:variable>
                <form method="post" action="{$select_action}">
!                       <select name="cat_id" onChange="this.form.submit();" 
onMouseout="window.status='';return true;">
                                <xsl:attribute name="onMouseover">
                                        <xsl:text>window.status='</xsl:text>

Index: filter_select.xsl
===================================================================
RCS file: /cvsroot/phpgroupware/phpgwapi/templates/default/filter_select.xsl,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -r1.4 -r1.5
*** filter_select.xsl   1 Oct 2002 23:14:10 -0000       1.4
--- filter_select.xsl   6 Oct 2002 18:04:05 -0000       1.5
***************
*** 5,9 ****
                <xsl:variable name="lang_submit"><xsl:value-of 
select="lang_submit"/></xsl:variable>
                <form method="post" action="{$select_action}">
!                       <select name="filter" class="forms" 
onChange="this.form.submit()" onMouseout="window.status='';return true;">
                                <xsl:attribute name="onMouseover">
                                        <xsl:text>window.status='</xsl:text>
--- 5,9 ----
                <xsl:variable name="lang_submit"><xsl:value-of 
select="lang_submit"/></xsl:variable>
                <form method="post" action="{$select_action}">
!                       <select name="filter" onChange="this.form.submit()" 
onMouseout="window.status='';return true;">
                                <xsl:attribute name="onMouseover">
                                        <xsl:text>window.status='</xsl:text>

Index: portal.xsl
===================================================================
RCS file: /cvsroot/phpgroupware/phpgwapi/templates/default/portal.xsl,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -r1.6 -r1.7
*** portal.xsl  6 Oct 2002 16:17:36 -0000       1.6
--- portal.xsl  6 Oct 2002 18:04:05 -0000       1.7
***************
*** 7,14 ****
                        <table cellpadding="0" cellspacing="0" class="portal">
                                <tr>
!                                       <td align="center" 
background="{$header_background_image}" class="portal_text">
                                                <xsl:value-of select="title"/> 
                                        </td>
!                                       <td valign="middle" align="right" 
background="{$header_background_image}">
                                                <xsl:apply-templates 
select="control_link"/>
                                        </td>
--- 7,14 ----
                        <table cellpadding="0" cellspacing="0" class="portal">
                                <tr>
!                                       <td align="center" class="portal_text">
                                                <xsl:value-of select="title"/> 
                                        </td>
!                                       <td valign="middle" align="right" 
class="portal_text">
                                                <xsl:apply-templates 
select="control_link"/>
                                        </td>

Index: search_field.xsl
===================================================================
RCS file: /cvsroot/phpgroupware/phpgwapi/templates/default/search_field.xsl,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** search_field.xsl    1 Oct 2002 23:14:10 -0000       1.3
--- search_field.xsl    6 Oct 2002 18:04:05 -0000       1.4
***************
*** 6,10 ****
                <xsl:variable name="lang_submit"><xsl:value-of 
select="lang_submit"/></xsl:variable>
                        <form method="post" action="{$select_action}">
!                               <input type="text" class="forms" name="query" 
value="{$query}" onMouseout="window.status='';return true;">
                                        <xsl:attribute name="onMouseover">
                                                
<xsl:text>window.status='</xsl:text>
--- 6,10 ----
                <xsl:variable name="lang_submit"><xsl:value-of 
select="lang_submit"/></xsl:variable>
                        <form method="post" action="{$select_action}">
!                               <input type="text" name="query" 
value="{$query}" onMouseout="window.status='';return true;">
                                        <xsl:attribute name="onMouseover">
                                                
<xsl:text>window.status='</xsl:text>
***************
*** 14,18 ****
                                </input>
                                <xsl:text> </xsl:text>
!                               <input type="submit" class="forms" 
name="submit" value="{$lang_submit}" onMouseout="window.status='';return 
true;"> 
                                        <xsl:attribute name="onMouseover">
                                                
<xsl:text>window.status='</xsl:text>
--- 14,18 ----
                                </input>
                                <xsl:text> </xsl:text>
!                               <input type="submit" name="submit" 
value="{$lang_submit}" onMouseout="window.status='';return true;"> 
                                        <xsl:attribute name="onMouseover">
                                                
<xsl:text>window.status='</xsl:text>





reply via email to

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