phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: phpgwapi/templates/default about.xsl,1.4,1.5


From: Bettina Gille <address@hidden>
Subject: [Phpgroupware-cvs] CVS: phpgwapi/templates/default about.xsl,1.4,1.5
Date: Wed, 02 Oct 2002 23:10:26 -0400

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

Modified Files:
        about.xsl 
Log Message:
update

Index: about.xsl
===================================================================
RCS file: /cvsroot/phpgroupware/phpgwapi/templates/default/about.xsl,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -r1.4 -r1.5
*** about.xsl   3 Oct 2002 02:46:39 -0000       1.4
--- about.xsl   3 Oct 2002 03:10:24 -0000       1.5
***************
*** 4,15 ****
                <table cellpadding="2" cellspacing="2" width="70%" 
align="center" class="portal">
                        <xsl:variable name="phpgw_logo"><xsl:value-of 
select="phpgw_logo"/></xsl:variable>
                        <tr>
                                <td colspan="2">
!                                       <a href="http://www.phpgroupware.org"; 
target="_blank"><img src="{$phpgw_logo}/logo.png" border="0"/></a>
                                </td>
                        </tr>
                        <tr>
                                <td colspan="2">
!                                       <a href="http://www.phpgroupware.org"; 
target="_blank">phpGroupWare </a>
                                        <xsl:value-of select="phpgw_descr"/>
                                </td>
--- 4,20 ----
                <table cellpadding="2" cellspacing="2" width="70%" 
align="center" class="portal">
                        <xsl:variable name="phpgw_logo"><xsl:value-of 
select="phpgw_logo"/></xsl:variable>
+                       <xsl:variable name="lang_url_statustext"><xsl:value-of 
select="lang_url_statustext"/></xsl:variable>
                        <tr>
                                <td colspan="2">
!                                       <a href="http://www.phpgroupware.org"; 
target="_blank" onMouseover="window.status='{$lang_url_statustext}'; return 
true;" onMouseout="window.status=''; return true;">
!                                               <img 
src="{$phpgw_logo}/logo.png" border="0" alt="{$lang_url_statustext}"/>
!                                       </a>
                                </td>
                        </tr>
                        <tr>
                                <td colspan="2">
!                                       <a href="http://www.phpgroupware.org"; 
target="_blank" onMouseover="window.status='{$lang_url_statustext}'; return 
true;" onMouseout="window.status=''; return true;">
!                                               <xsl:text>phpGroupWare 
</xsl:text>
!                                       </a>
                                        <xsl:value-of select="phpgw_descr"/>
                                </td>





reply via email to

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