[Yanel-commits] rev 29581 - public/yanel/trunk/src/contributions/resources/yanel-user/xslt

michi at wyona.com michi at wyona.com
Wed Dec 5 22:27:01 CET 2007


Author: michi
Date: 2007-12-05 22:27:01 +0100 (Wed, 05 Dec 2007)
New Revision: 29581

Modified:
   public/yanel/trunk/src/contributions/resources/yanel-user/xslt/yanel-user-profile.xsl
Log:
description added

Modified: public/yanel/trunk/src/contributions/resources/yanel-user/xslt/yanel-user-profile.xsl
===================================================================
--- public/yanel/trunk/src/contributions/resources/yanel-user/xslt/yanel-user-profile.xsl	2007-12-05 21:25:47 UTC (rev 29580)
+++ public/yanel/trunk/src/contributions/resources/yanel-user/xslt/yanel-user-profile.xsl	2007-12-05 21:27:01 UTC (rev 29581)
@@ -13,6 +13,7 @@
   <xsl:param name="email" select="''"/>
   <xsl:param name="user-profile-language" select="'IS_NULL'"/>
   <xsl:param name="expiration-date" select="'IS_NULL'"/>
+  <xsl:param name="description" select="'TODO'"/>
   <xsl:param name="userGroupsString" select="''"/>
   <xsl:param name="allGroupsString" select="''"/>
   <xsl:param name="success" select="''"/>
@@ -103,6 +104,10 @@
             <td><xsl:value-of select="$expiration-date"/></td>
           </tr>
           <tr>
+            <td>Description:</td>
+            <td><xsl:value-of select="$description"/></td>
+          </tr>
+          <tr>
             <td colspan="2">
               <input type="submit" name="submitProfile" value="Change Profile"/>
             </td>



More information about the Yanel-commits mailing list