[-] MO : fixed bug #PSCFV-5724 - 1.5.2.0 cms block error when adding more than one column to the categories block in the footer

This commit is contained in:
Vincent Augagneur
2013-07-01 11:02:32 +02:00
parent 38c4ea2775
commit 1657db9743
@@ -144,7 +144,7 @@
<td>
<strong>{$cms_category['id_cms_category']}</strong>
</td>
<td><label for="{$id_checkbox}" class="t"><strong>{str_repeat('&nbsp;', ($cms_category['level_depth'] - 1) * 4)|cat:$cms_category['name']}</strong></label></td>
<td><label for="{$id_checkbox}" class="t"><strong>{if $cms_category['level_depth'] > 0}{str_repeat('&nbsp;', ($cms_category['level_depth'] - 1) * 4)}{/if}{$cms_category['name']|escape}</strong></label></td>
</tr>
{foreach $cms_category['cms_pages'] as $subkey => $cms_page}