phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: phpgwapi/templates/justweb phpgw.xsl,1.5,1.6


From: Bettina Gille <address@hidden>
Subject: [Phpgroupware-cvs] CVS: phpgwapi/templates/justweb phpgw.xsl,1.5,1.6
Date: Fri, 15 Nov 2002 18:43:22 -0500

Update of /cvsroot/phpgroupware/phpgwapi/templates/justweb
In directory subversions:/tmp/cvs-serv15769/phpgwapi/templates/justweb

Modified Files:
        phpgw.xsl 
Log Message:
moved manual to the top menubar

Index: phpgw.xsl
===================================================================
RCS file: /cvsroot/phpgroupware/phpgwapi/templates/justweb/phpgw.xsl,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -r1.5 -r1.6
*** phpgw.xsl   9 Nov 2002 01:02:55 -0000       1.5
--- phpgw.xsl   15 Nov 2002 23:43:20 -0000      1.6
***************
*** 13,28 ****
        <xsl:variable name="logout_link"><xsl:value-of 
select="logout_link"/></xsl:variable>
        <xsl:variable name="about_link"><xsl:value-of 
select="about_link"/></xsl:variable>
!       <xsl:variable name="home_img_hover"><xsl:value-of 
select="home_img_hover"/></xsl:variable>
!       <xsl:variable name="prefs_img_hover"><xsl:value-of 
select="prefs_img_hover"/></xsl:variable>
!       <xsl:variable name="logout_img_hover"><xsl:value-of 
select="logout_img_hover"/></xsl:variable>
!       <xsl:variable name="about_img_hover"><xsl:value-of 
select="about_img_hover"/></xsl:variable>
        <xsl:variable name="home_img"><xsl:value-of 
select="home_img"/></xsl:variable>
        <xsl:variable name="prefs_img"><xsl:value-of 
select="prefs_img"/></xsl:variable>
        <xsl:variable name="logout_img"><xsl:value-of 
select="logout_img"/></xsl:variable>
        <xsl:variable name="about_img"><xsl:value-of 
select="about_img"/></xsl:variable>
        <xsl:variable name="home_title"><xsl:value-of 
select="home_title"/></xsl:variable>
        <xsl:variable name="prefs_title"><xsl:value-of 
select="prefs_title"/></xsl:variable>
        <xsl:variable name="logout_title"><xsl:value-of 
select="logout_title"/></xsl:variable>
        <xsl:variable name="about_title"><xsl:value-of 
select="about_title"/></xsl:variable>
        <xsl:variable name="app_tpl"><xsl:value-of 
select="app_tpl"/></xsl:variable>
                <html>
--- 13,27 ----
        <xsl:variable name="logout_link"><xsl:value-of 
select="logout_link"/></xsl:variable>
        <xsl:variable name="about_link"><xsl:value-of 
select="about_link"/></xsl:variable>
!       <xsl:variable name="manual_link"><xsl:value-of 
select="manual_link"/></xsl:variable>
        <xsl:variable name="home_img"><xsl:value-of 
select="home_img"/></xsl:variable>
        <xsl:variable name="prefs_img"><xsl:value-of 
select="prefs_img"/></xsl:variable>
        <xsl:variable name="logout_img"><xsl:value-of 
select="logout_img"/></xsl:variable>
        <xsl:variable name="about_img"><xsl:value-of 
select="about_img"/></xsl:variable>
+       <xsl:variable name="manual_img"><xsl:value-of 
select="manual_img"/></xsl:variable>
        <xsl:variable name="home_title"><xsl:value-of 
select="home_title"/></xsl:variable>
        <xsl:variable name="prefs_title"><xsl:value-of 
select="prefs_title"/></xsl:variable>
        <xsl:variable name="logout_title"><xsl:value-of 
select="logout_title"/></xsl:variable>
        <xsl:variable name="about_title"><xsl:value-of 
select="about_title"/></xsl:variable>
+       <xsl:variable name="manual_title"><xsl:value-of 
select="manual_title"/></xsl:variable>
        <xsl:variable name="app_tpl"><xsl:value-of 
select="app_tpl"/></xsl:variable>
                <html>
***************
*** 54,57 ****
--- 53,57 ----
                                                                        <td 
valign="bottom" width="56" class="top"><a href="{$logout_link}"><img 
src="{$logout_img}" width="56" height="23" border="0" alt="{$logout_title}" 
title="{$logout_title}"/></a></td>
                                                                        <td 
valign="bottom" width="39" class="top"><a href="{$about_link}"><img 
src="{$about_img}" width="39" height="23" border="0" alt="{$about_title}" 
title="{$about_title}"/></a></td>
+                                                                       <td 
valign="bottom" width="39" class="top"><a href="{$manual_link}"><img 
src="{$manual_img}" width="39" height="23" border="0" alt="{$manual_title}" 
title="{$manual_title}"/></a></td>
                                                                </tr>
                                                        </table>





reply via email to

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