Skip to content
Snippets Groups Projects
Commit b2a51154 authored by User expired's avatar User expired
Browse files

OPENOLAT-602: in the memberlist coursenode move the email link from under the...

OPENOLAT-602: in the memberlist coursenode move the email link from under the user properties to the right of the name link
parent 0471d883
No related branches found
No related tags found
No related merge requests found
......@@ -13,6 +13,9 @@
$r.render($member.getChatComponentName())
#end
$r.render($member.getIdLink().getComponent().getComponentName())
#if($r.available($member.getEmailComponentName()))
$r.render($member.getEmailComponentName())
#end
#set ($skipNextBR=false)
#foreach($userPropertyHandler in $userPropertyHandlers)
#if($userPropertyHandler.name != "firstName" && $userPropertyHandler.name != "lastName")
......@@ -23,9 +26,6 @@
#end
#end
#end
#if($r.available($member.getEmailComponentName()))
$r.render($member.getEmailComponentName())
#end
</div>
</div>
</div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment