mirror of
https://github.com/OpenXE-org/OpenXE.git
synced 2024-11-15 12:37:14 +01:00
17 lines
359 B
Smarty
17 lines
359 B
Smarty
|
{namespace key='customreport'}
|
||
|
{block name='paramtable'}
|
||
|
|
||
|
<div class="row" id="reportTileView">
|
||
|
<div class="row-height">
|
||
|
<div class="col-xs-12 col-md-8 col-md-height">
|
||
|
<div class="tile-container tile-columns-3">
|
||
|
{foreach $reportList as $report}
|
||
|
{include file='./tile.tpl'}
|
||
|
{/foreach}
|
||
|
</div>
|
||
|
</div>
|
||
|
</div>
|
||
|
</div>
|
||
|
|
||
|
{/block}
|