phpgroupware-cvs
[Top][All Lists]
Advanced

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

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


From: Ralf Becker <address@hidden>
Subject: [Phpgroupware-cvs] CVS: phpgwapi/templates/verdilak phpgw.xsl,1.5,1.6
Date: Fri, 28 Mar 2003 11:17:45 -0500

Update of /cvsroot/phpgroupware/phpgwapi/templates/verdilak
In directory subversions:/tmp/cvs-serv31100

Modified Files:
        phpgw.xsl 
Log Message:
now admin can enable/disable the preferences as any other app, fix for bug#2967


Index: phpgw.xsl
===================================================================
RCS file: /cvsroot/phpgroupware/phpgwapi/templates/verdilak/phpgw.xsl,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -r1.5 -r1.6
*** phpgw.xsl   30 Nov 2002 01:31:29 -0000      1.5
--- phpgw.xsl   28 Mar 2003 16:17:43 -0000      1.6
***************
*** 57,61 ****
                                                                                
        <tr>
                                                                                
                <td><a href="{$home_link}"><img src="{$home_img}" border="0" 
alt="{$home_title}" title="{$home_title}"/></a></td>
!                                                                               
                <td><a href="{$prefs_link}"><img src="{$prefs_img}" border="0" 
alt="{$prefs_title}" title="{$prefs_title}"/></a></td>
                                                                                
                <td><a href="{$logout_link}"><img src="{$logout_img}" 
border="0" alt="{$logout_title}" title="{$logout_title}"/></a></td>
                                                                                
                <td><a href="{$about_link}"><img src="{$about_img}" border="0" 
alt="{$about_title}" title="{$about_title}"/></a></td>
--- 57,63 ----
                                                                                
        <tr>
                                                                                
                <td><a href="{$home_link}"><img src="{$home_img}" border="0" 
alt="{$home_title}" title="{$home_title}"/></a></td>
!                                                                               
                <xsl:if test="$prefs_link != ''">
!                                                                               
                        <td><a href="{$prefs_link}"><img src="{$prefs_img}" 
border="0" alt="{$prefs_title}" title="{$prefs_title}"/></a></td>
!                                                                               
                </xsl:if>
                                                                                
                <td><a href="{$logout_link}"><img src="{$logout_img}" 
border="0" alt="{$logout_title}" title="{$logout_title}"/></a></td>
                                                                                
                <td><a href="{$about_link}"><img src="{$about_img}" border="0" 
alt="{$about_title}" title="{$about_title}"/></a></td>





reply via email to

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