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.7,1.8


From: Ralf Becker <address@hidden>
Subject: [Phpgroupware-cvs] CVS: phpgwapi/templates/justweb phpgw.xsl,1.7,1.8
Date: Fri, 28 Mar 2003 11:17:56 -0500

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

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/justweb/phpgw.xsl,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -r1.7 -r1.8
*** phpgw.xsl   30 Nov 2002 01:31:29 -0000      1.7
--- phpgw.xsl   28 Mar 2003 16:17:54 -0000      1.8
***************
*** 51,55 ****
                                                                        <td 
width="100%" valign="bottom" class="top_top"> </td>
                                                                        <td 
valign="bottom" width="56" class="top"><a href="{$home_link}"><img 
src="{$home_img" width="56" height="23" border="0" alt="{$home_title}" 
title="{$home_title}"/></a></td>
!                                                                       <td 
valign="bottom" width="85" class="top"><a href="{$prefs_link}"><img 
src="{$prefs_img}" width="85" height="23" border="0" alt="{$prefs_title}" 
title="{$prefs_title}"/></a></td>
                                                                        <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>
--- 51,57 ----
                                                                        <td 
width="100%" valign="bottom" class="top_top"> </td>
                                                                        <td 
valign="bottom" width="56" class="top"><a href="{$home_link}"><img 
src="{$home_img" width="56" height="23" border="0" alt="{$home_title}" 
title="{$home_title}"/></a></td>
!                                                                       <xsl:if 
test="$prefs_link != ''">
!                                                                               
<td valign="bottom" width="85" class="top"><a href="{$prefs_link}"><img 
src="{$prefs_img}" width="85" height="23" border="0" alt="{$prefs_title}" 
title="{$prefs_title}"/></a></td>
!                                                                       
</xsl:if>
                                                                        <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>





reply via email to

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