// BO Stats : Date Picker + Layout WIP
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user