Skip to content
Snippets Groups Projects
Commit 51962fe1 authored by gnaegi's avatar gnaegi
Browse files

OO-2057 no automatic numbering of sections

parent f5635152
No related branches found
No related tags found
No related merge requests found
......@@ -14,7 +14,7 @@
<ul class="list-unstyled">
#foreach($section in $binderRow.children)
<li><h4>${foreach.count}. $r.escapeHtml($section.title) <small><i class="o_icon $section.cssClassStatus"> </i> #if($section.assessable) ${section.getFormattedResult()} #end</small></h4>
<li><h4>$r.escapeHtml($section.title) <small><i class="o_icon $section.cssClassStatus"> </i> #if($section.assessable) ${section.getFormattedResult()} #end</small></h4>
#if(!${section.getAccessRights().isEmpty()})
<table class="o_portfolio_ac"><tbody>
......
......@@ -6,7 +6,7 @@
<ul class="list-unstyled">
#foreach($section in $sections)
<li><div class="o_header_with_buttons">
<h4>${foreach.count}. $r.render($section.sectionLinkName) </h4> <i class="o_icon $section.cssClassStatus"> </i>#if(${section.isAssessable()}) ${section.getFormattedResult()} #end
<h4>$r.render($section.sectionLinkName) </h4> <i class="o_icon $section.cssClassStatus"> </i>#if(${section.isAssessable()}) ${section.getFormattedResult()} #end
#if(${section.hasEditDropdown()})
<div id="sect_$foreach.count" class="o_button_group o_button_group_right dropdown">$r.render($section.editDropdownName)</div>
#end
......
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