[-] BO : Hide description label when there is no description #PSCFV-2145
This commit is contained in:
@@ -67,7 +67,7 @@
|
||||
<dd>{$module->categoryName}</dd>
|
||||
</dl>
|
||||
</div>
|
||||
<p class="desc">{l s='Description'} : {$module->description}</p>
|
||||
<p class="desc">{if isset($module->description) && $module->description ne ''}{l s='Description'} : {$module->description}{else} {/if}</p>
|
||||
{if isset($module->message)}<div class="conf">{$module->message}</div>{/if}
|
||||
<div class="row-actions-module">
|
||||
{if !isset($module->not_on_disk)}{$module->optionsHtml}{else} {/if}
|
||||
|
||||
Reference in New Issue
Block a user