add module_include block in some form. Fix #270

This commit is contained in:
Manuel Raynaud
2014-04-21 23:02:56 +02:00
parent 7b497fdcc2
commit 55a4edf906
8 changed files with 18 additions and 6 deletions

View File

@@ -221,6 +221,8 @@
</div>
{/form_tagged_fields}
{module_include location='tax_create_form'}
{/capture}
{include
@@ -297,7 +299,7 @@ form_content = {$smarty.capture.tax_delete_dialog nofilter}
<textarea name="{$name}" id="{$label_attr.for}" rows="10" class="form-control wysiwyg">{if $error}{$value}{/if}</textarea>
</div>
{/form_field}
{module_include location='tax_rule_create_form'}
{/capture}
{include