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

Merge OpenOLAT 11.5 to OpenOLAT 12.0 with ac04695f0cf4ba88bb51a785287cc8e6c55a8f75

parents 8e0937dc fcde7abf
No related branches found
No related tags found
No related merge requests found
......@@ -133,11 +133,13 @@ public class ProgressBar extends AbstractComponent {
}
public boolean isWidthInPercent() {
width = 100;
return widthInPercent;
}
public void setWidthInPercent(boolean widthInPercent) {
if(widthInPercent) {
width = 100;
}
this.widthInPercent = widthInPercent;
}
......
......@@ -10,7 +10,7 @@
<tbody>
#foreach($sourceChoice in $sourceChoices)
<tr>
<th>${sourceChoice.getSummary()}</th>
<th>${r.render($sourceChoice.getSummaryEl())}</th>
#set($sourceIndex = ${foreach.index})
#foreach($targetChoice in $targetChoices)
<td class="o_sel_match_${sourceIndex}_${foreach.index}">
......
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