Author: smilek
Date: Sat Dec  8 01:30:39 2007
New Revision: 602362

URL: http://svn.apache.org/viewvc?rev=602362&view=rev
Log:
The following revision comments are from branches/JETSPEED-2.1.3 revisions 
which were not individually checked-in to trunk
=== ---------------------------------------------------------------- ===
[ from branches/JETSPEED-2.1.3 r595431 ] | smilek | 2007-11-15 13:21:24 -0700 
(Thu, 15 Nov 2007) | 1 line

major improvements to desktop page editor (UI, config options, flow, no action 
layouts); support for create-new-page-on-edit
=== ---------------------------------------------------------------- ===

Modified:
    
portals/jetspeed-2/trunk/components/jetspeed-portal/src/main/java/org/apache/jetspeed/layout/ajax-xml/userinfo.vm

Modified: 
portals/jetspeed-2/trunk/components/jetspeed-portal/src/main/java/org/apache/jetspeed/layout/ajax-xml/userinfo.vm
URL: 
http://svn.apache.org/viewvc/portals/jetspeed-2/trunk/components/jetspeed-portal/src/main/java/org/apache/jetspeed/layout/ajax-xml/userinfo.vm?rev=602362&r1=602361&r2=602362&view=diff
==============================================================================
--- 
portals/jetspeed-2/trunk/components/jetspeed-portal/src/main/java/org/apache/jetspeed/layout/ajax-xml/userinfo.vm
 (original)
+++ 
portals/jetspeed-2/trunk/components/jetspeed-portal/src/main/java/org/apache/jetspeed/layout/ajax-xml/userinfo.vm
 Sat Dec  8 01:30:39 2007
@@ -26,4 +26,11 @@
                #end
                </userinfo>
        #end
+       #if($roles.size() > 0)
+           <roles>
+               #foreach( $roleName in $roles )
+               <role>$roleName</role>
+               #end
+               </roles>
+       #end
 </js>



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to