File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed
Resources/Private/Templates/Admin Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -24,9 +24,7 @@ <h1>{importSource.title}
2424 </ tr >
2525
2626 < f:for each ="{items} " as ="item ">
27- < tr class ="<f:cycle values= " {0:
28- 'db_list_normal', 1: 'db_list_alt'}" as="cycle "> {cycle}</ f:cycle > {f:if(condition:iteration.isFirst,then:'
29- firstcol')}{f:if(condition:iteration.isLast,then:' lastcol')}">
27+ < tr class =" {f:if(condition:iteration.isFirst,then:'firstcol')}{f:if(condition:iteration.isLast,then:' lastcol')} ">
3028 < td class ="col-title "> {item.title}</ td >
3129 < td > {item.datetime -> f:format.date(format:'{f:translate(key:\'item.datetime.format\')}')}</ td >
3230 < td class ="align-right ">
@@ -58,4 +56,4 @@ <h1>{importSource.title}
5856 </ table >
5957
6058
61- </ f:section >
59+ </ f:section >
You can’t perform that action at this time.
0 commit comments