Skip to content
Snippets Groups Projects
Commit 00c46617 authored by srosse's avatar srosse
Browse files

Merge remote-tracking branch 'origin/OpenOLAT_12.5'

parents 61902d47 7187fba1
No related branches found
No related tags found
No related merge requests found
...@@ -13,6 +13,9 @@ ...@@ -13,6 +13,9 @@
$r.render($member.getChatComponentName()) $r.render($member.getChatComponentName())
#end #end
$r.render($member.getIdLink().getComponent().getComponentName()) $r.render($member.getIdLink().getComponent().getComponentName())
#if($r.available($member.getEmailComponentName()))
$r.render($member.getEmailComponentName())
#end
#set ($skipNextBR=false) #set ($skipNextBR=false)
#foreach($userPropertyHandler in $userPropertyHandlers) #foreach($userPropertyHandler in $userPropertyHandlers)
#if($userPropertyHandler.name != "firstName" && $userPropertyHandler.name != "lastName") #if($userPropertyHandler.name != "firstName" && $userPropertyHandler.name != "lastName")
...@@ -32,10 +35,6 @@ ...@@ -32,10 +35,6 @@
<div class="o_prop o_curriculum_root_el_displayname">$member.curriculumRootElementDisplayName</div> <div class="o_prop o_curriculum_root_el_displayname">$member.curriculumRootElementDisplayName</div>
#end #end
#end #end
#if($r.available($member.getEmailComponentName()))
$r.render($member.getEmailComponentName())
#end
</div> </div>
</div> </div>
</div> </div>
......
...@@ -1021,9 +1021,13 @@ public abstract class AssessmentObjectComponentRenderer extends DefaultComponent ...@@ -1021,9 +1021,13 @@ public abstract class AssessmentObjectComponentRenderer extends DefaultComponent
VelocityHelper vh = VelocityHelper.getInstance(); VelocityHelper vh = VelocityHelper.getInstance();
vh.mergeContent(page, ctx, sb, null); vh.mergeContent(page, ctx, sb, null);
ctx.remove("r"); ctx.remove("r");
if(!renderer.isMathJax()) {
renderer.setMathJax(fHints.isMathJax());
}
} catch(IOException e) { } catch(IOException e) {
log.error("", e); log.error("", e);
} }
} }
private String getInteractionTemplate(QtiNode interaction) { private String getInteractionTemplate(QtiNode interaction) {
......
...@@ -171,6 +171,7 @@ ...@@ -171,6 +171,7 @@
padding-right: $padding-large-vertical; padding-right: $padding-large-vertical;
display: table-cell; display: table-cell;
vertical-align: top; vertical-align: top;
min-width: 60px;
img { img {
width: 50px; width: 50px;
height: 50px; height: 50px;
......
source diff could not be displayed: it is too large. Options to address this: view the blob.
source diff could not be displayed: it is too large. Options to address this: view the blob.
source diff could not be displayed: it is too large. Options to address this: view the blob.
source diff could not be displayed: it is too large. Options to address this: view the blob.
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