File tree Expand file tree Collapse file tree 1 file changed +7
-9
lines changed
Resources/Private/Templates/GridElements Expand file tree Collapse file tree 1 file changed +7
-9
lines changed Original file line number Diff line number Diff line change 22< f:section name ="Main ">
33 < div class ="panel panel-default {layoutClass} {alignClass} ">
44 < div class ="panel-heading " role ="tab " id ="heading-{data.uid} ">
5- < f:variable name ="parentHeader "> {data.parentgrid_header_layout}</ f:variable >
6- < f:render partial ="Header/Header " arguments ="{
7- header: '{f:render(section: \'accordionLink\', arguments: \'{_all}\')}',
8- layout: '{f:if(condition:\'{parentHeader} > 0 && {parentHeader} < 6 \', then:\'{parentHeader + 1}\')}',
9- positionClass: 'panel-title',
10- link: '',
11- uid: '{data.uid}',
12- default: 4
13- } " />
5+ < f:render partial ="Header/Header " arguments ="{
6+ header: '{f:render(section: \'accordionLink\', arguments: \'{_all}\')}',
7+ layout: '{data.header_layout}',
8+ positionClass: 'panel-title',
9+ link: '',
10+ uid: '{data.uid}',
11+ default: 4 } " />
1412 </ div >
1513 < div id ="collapse-{data.uid} " class ="panel-collapse collapse {f:if(condition: data.pi_flexform.data.columns.lDEF.expanded.vDEF, then: 'in', else: '')} " role ="tabpanel ">
1614 < div class ="panel-body ">
You can’t perform that action at this time.
0 commit comments