[+] BO : Dynamics hooks in helper form
This commit is contained in:
@@ -34,7 +34,4 @@
|
||||
<span>{$input.customer}</span><br />
|
||||
</p>
|
||||
{/if}</div>
|
||||
{if ($input.name == 'module')}
|
||||
{hook h="displayAdminCategoriesForm"}
|
||||
{/if}
|
||||
{/block}
|
||||
@@ -339,6 +339,10 @@
|
||||
</div>
|
||||
{/if}
|
||||
{/foreach}
|
||||
{if isset($name_controller)}
|
||||
{capture name=hookName assign=hookName}display{$name_controller|ucfirst}Form{/capture}
|
||||
{hook h=$hookName}
|
||||
{/if}
|
||||
{elseif $key == 'submit'}
|
||||
<div class="margin-form">
|
||||
<input type="submit"
|
||||
|
||||
Reference in New Issue
Block a user