We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6c8490f + bd3d709 commit 4fb4093Copy full SHA for 4fb4093
admin/themes/default/template/helpers/list/list_header.tpl
@@ -553,10 +553,11 @@
553
<style>
554
@media (max-width: 992px) {
555
{foreach from=$fields_display item=param name=params}
556
- {if isset($params.displayed) && $params.displayed === false}{continue}{/if}
557
- .table-responsive-row td:nth-of-type({math equation="x+y" x=$smarty.foreach.params.index y=$y}):before {
+ {if isset($param.displayed) && $param.displayed === false}{continue}{/if}
+ .table-responsive-row td:nth-of-type({$y}):before {
558
content: "{$param.title}";
559
}
560
+ {assign var=y value=$y+1}
561
{/foreach}
562
563
</style>
0 commit comments