phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: phpgwapi/templates/default phpgw.xsl,1.9,1.10


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

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

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

Index: phpgw.xsl
===================================================================
RCS file: /cvsroot/phpgroupware/phpgwapi/templates/default/phpgw.xsl,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -r1.9 -r1.10
*** phpgw.xsl   2 Nov 2002 22:25:14 -0000       1.9
--- phpgw.xsl   15 Nov 2002 23:43:20 -0000      1.10
***************
*** 10,21 ****
--- 10,24 ----
        <xsl:variable name="logout_link" select="logout_link"/>
        <xsl:variable name="about_link" select="about_link"/>
+       <xsl:variable name="manual_link" select="manual_link"/>
        <xsl:variable name="home_img" select="home_img"/>
        <xsl:variable name="prefs_img" select="prefs_img"/>
        <xsl:variable name="logout_img" select="logout_img"/>
        <xsl:variable name="about_img" select="about_img"/>
+       <xsl:variable name="manual_img" select="manual_img"/>
        <xsl:variable name="home_title" select="home_title"/>
        <xsl:variable name="prefs_title" select="prefs_title"/>
        <xsl:variable name="logout_title" select="logout_title"/>
        <xsl:variable name="about_title" select="about_title"/>
+       <xsl:variable name="manual_title" select="manual_title"/>
        <xsl:variable name="navbar_format" select="navbar_format"/>
        <xsl:variable name="app_tpl" select="app_tpl"/>
***************
*** 82,85 ****
--- 85,89 ----
                                                                                
                                <td><a href="{$logout_link}" onMouseOver="" 
onMouseOut=""><img src="{$logout_img}" border="0" name="eleven" 
alt="{$logout_title}" title="{$logout_title}"/></a></td>
                                                                                
                                <td><a href="{$about_link}" onMouseOver="" 
onMouseOut=""><img src="{$about_img}" border="0" name="about" 
alt="{$about_title}" title="{$about_title}"/></a></td>
+                                                                               
                                <td><a href="{$manual_link}" onMouseOver="" 
onMouseOut=""><img src="{$manual_img}" border="0" name="manual" 
alt="{$manual_title}" title="{$manual_title}"/></a></td>
                                                                                
                        </tr>
                                                                                
                </table>





reply via email to

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