// BO Stats : Date Picker + Layout WIP

This commit is contained in:
Kevin Granger
2013-09-02 10:47:07 +02:00
parent 252eb868d9
commit 0a8a4dcece
7 changed files with 117 additions and 103 deletions
@@ -23,18 +23,16 @@
* International Registered Trademark & Property of PrestaShop SA
*}
<div>
{if $module_name}
{if $module_instance && $module_instance->active}
{$hook}
{else}
{l s='Module not found'}
{/if}
{else}
<h3 class="space">{l s='Please select a module from the left column.'}</h3>
{/if}
</div>
</div>
</div>
<div class="panel">
{if $module_name}
{if $module_instance && $module_instance->active}
{$hook}
{else}
{l s='Module not found'}
{/if}
{else}
<h3 class="space">{l s='Please select a module from the left column.'}</h3>
{/if}
</div>
</div>
</div>