[Yanel-commits] rev 50209 - public/yanel/trunk/src/contributions/resources/yanel-user/htdocs

michi at wyona.com michi at wyona.com
Mon Jun 7 11:34:43 CEST 2010


Author: michi
Date: 2010-06-07 11:34:43 +0200 (Mon, 07 Jun 2010)
New Revision: 50209

Modified:
   public/yanel/trunk/src/contributions/resources/yanel-user/htdocs/yanel-user-profile.xsl
Log:
name and if fixed

Modified: public/yanel/trunk/src/contributions/resources/yanel-user/htdocs/yanel-user-profile.xsl
===================================================================
--- public/yanel/trunk/src/contributions/resources/yanel-user/htdocs/yanel-user-profile.xsl	2010-06-07 09:28:35 UTC (rev 50208)
+++ public/yanel/trunk/src/contributions/resources/yanel-user/htdocs/yanel-user-profile.xsl	2010-06-07 09:34:43 UTC (rev 50209)
@@ -37,15 +37,15 @@
         </xsl:when>
         <xsl:otherwise>
           <head>
-            <title>Edit user profile</title>
+            <title>Edit user profile: <xsl:value-of select="/user/name"/></title>
             <link type="text/css" href="{$yanel.back2realm}{$yanel.reservedPrefix}/yanel-css/global.css" rel="stylesheet"></link>
           </head>
           <body>
             <table id="bodytable" cellpadding="0" cellspacing="0"><tr><td id="title">
-              Edit user profile of <xsl:value-of select="$userId"/>
+              Edit user profile of <xsl:value-of select="/user/name"/>
             </td><td id="logo"><img src="{$yanel.back2realm}{$yanel.reservedPrefix}/yanel-img/yanel_header.png"/></td></tr><tr><td colspan="2" valign="top" width="100%"><div id="content">
             <h1> 
-              User Profile of <xsl:value-of select="$userId"/>
+              User Profile of '<xsl:value-of select="/user/name"/>' (ID: <xsl:value-of select="/user/@id"/>)
             </h1>
               <xsl:call-template name="show-message"/>     
 <!--



More information about the Yanel-commits mailing list