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

OO-3954: move o_top to the top

parent 172c61b7
No related branches found
No related tags found
No related merge requests found
......@@ -276,7 +276,7 @@ $r.renderForce("development")
</div>
#end
## ---- END #o_header ---
<a id='o_top'></a>
## ---- START #o_navbar ---
#if($screenMode.standardScreen)
<div id="o_offcanvas_right" class="o_navbar o_navbar-offcanvas " role="navigation">
......@@ -287,7 +287,6 @@ $r.renderForce("development")
#end
</div>
</div>
<a id='o_top'></a>
<div id="o_navbar_wrapper" class="o_navbar" role="navigation">
<div id="o_navbar_container" class="o_container_offcanvas container-fluid">
#set($logoLinkUri = $logoInfos.logoLinkUri)
......
......@@ -16,14 +16,14 @@
<thead>
<tr>
#if($r.classContains($interaction,"choiceright"))
<th class="o_qti_item_kprim_text"/>
<th class="o_qti_item_kprim_text"> </th>
#end
#foreach($choice2 in $orderedSet2)
#set($set2Identifier = $r.toString($choice2.identifier))
<th class="o_qti_item_kprim_input o_qti_item_kprim_input_${set2Identifier}">$r.renderKprimSpecialFlowStatics($choice2.getFlowStatics())</th>
#end
#if(!$r.classContains($interaction,"choiceright"))
<th class="o_qti_item_kprim_text"/>
<th class="o_qti_item_kprim_text"> </th>
#end
</tr>
</thead>
......
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