phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] api/skins/default admin.xsl,1.1.2.2,1.1.2.3


From: Joseph Engo <address@hidden>
Subject: [Phpgroupware-cvs] api/skins/default admin.xsl,1.1.2.2,1.1.2.3
Date: Fri, 21 Nov 2003 00:59:48 +0000

Update of /cvsroot/phpgroupware/api/skins/default
In directory subversions:/tmp/cvs-serv29271/api/skins/default

Modified Files:
      Tag: proposal-branch
        admin.xsl 
Log Message:
- You can't delete your own session now
- Added function to return your TRUE sessionid


Index: admin.xsl
===================================================================
RCS file: /cvsroot/phpgroupware/api/skins/default/Attic/admin.xsl,v
retrieving revision 1.1.2.2
retrieving revision 1.1.2.3
diff -C2 -d -r1.1.2.2 -r1.1.2.3
*** admin.xsl   9 Nov 2003 15:47:42 -0000       1.1.2.2
--- admin.xsl   21 Nov 2003 00:59:46 -0000      1.1.2.3
***************
*** 50,54 ****
                                                        <td width="10%"><font 
color="#000000"><xsl:value-of select="idle" /></font></td>
                                                        <xsl:choose>
!                                                               <xsl:when 
test="$account_id = /PHPGW/API/user/id or $account_lid = 'anonymous'">
                                                                        <td 
width="24" align="center"><img alt="Delete" title="Delete" 
src="{$api_image_path}/delete_x.png" border="0" /></td>
                                                                </xsl:when>
--- 50,54 ----
                                                        <td width="10%"><font 
color="#000000"><xsl:value-of select="idle" /></font></td>
                                                        <xsl:choose>
!                                                               <xsl:when 
test="$sid = /PHPGW/APP/current_sid">
                                                                        <td 
width="24" align="center"><img alt="Delete" title="Delete" 
src="{$api_image_path}/delete_x.png" border="0" /></td>
                                                                </xsl:when>





reply via email to

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