diff --git a/admin-dev/themes/default/template/controllers/modules/list.tpl b/admin-dev/themes/default/template/controllers/modules/list.tpl index cf7d2d92c..45cafb8f8 100644 --- a/admin-dev/themes/default/template/controllers/modules/list.tpl +++ b/admin-dev/themes/default/template/controllers/modules/list.tpl @@ -23,7 +23,7 @@ * International Registered Trademark & Property of PrestaShop SA *} -{if count($modules)} + @@ -46,6 +46,8 @@ + +{if count($modules)} {foreach from=$modules item=module} @@ -173,20 +175,38 @@ {/foreach} + + + + +
+ +
- -
- - - - -
{else} -

{l s='No modules available in this section.'}

+ + + {l s='No modules available in this section.'} + + + {/if}