add module_include block in some form. Fix #270
This commit is contained in:
@@ -193,7 +193,7 @@
|
||||
|
||||
</div>
|
||||
{/form_field}
|
||||
|
||||
{module_include location='administrator_create_form'}
|
||||
{/capture}
|
||||
|
||||
{include
|
||||
@@ -297,7 +297,7 @@
|
||||
|
||||
</div>
|
||||
{/form_field}
|
||||
|
||||
{module_include location='administrator_update_form'}
|
||||
{/capture}
|
||||
|
||||
{include
|
||||
|
||||
@@ -259,6 +259,8 @@
|
||||
{capture "delete_dialog"}
|
||||
<input type="hidden" name="attribute_id" value="{$attribute_id}" />
|
||||
<input type="hidden" name="attributeav_id" id="value_delete_id" value="" />
|
||||
|
||||
{module_include location='attribute_id_delete_form'}
|
||||
{/capture}
|
||||
|
||||
{include
|
||||
|
||||
@@ -312,6 +312,8 @@
|
||||
|
||||
{include file='includes/customer_address_form_fields.html' customer_id=$customer_id page=$page}
|
||||
|
||||
{module_include location='customer_address_create_form'}
|
||||
|
||||
{/capture}
|
||||
|
||||
{include
|
||||
@@ -342,7 +344,7 @@
|
||||
<input type="hidden" name="address_id" id="address_update_id" value="{$address_id}" />
|
||||
|
||||
{include file='includes/customer_address_form_fields.html' customer_id=$customer_id page=$page}
|
||||
|
||||
{module_include location='customer_address_update_form'}
|
||||
{/capture}
|
||||
|
||||
{include
|
||||
@@ -390,6 +392,8 @@
|
||||
|
||||
<input type="hidden" name="customer_id" value="{$customer_id}">
|
||||
<input type="hidden" name="page" value="{$page}">
|
||||
|
||||
{module_include location='customer_address_delete_form'}
|
||||
{/capture}
|
||||
|
||||
{include
|
||||
|
||||
@@ -165,7 +165,7 @@
|
||||
<input type="text" id="{$label_attr.for}" name="{$name}" title="{intl l='Postscriptum'}" placeholder="{intl l='Postscriptum'}" class="form-control" value="{if $form_error}{$value}{/if}">
|
||||
</div>
|
||||
{/form_field}
|
||||
|
||||
{module_include location='profile_create_form'}
|
||||
{/capture}
|
||||
|
||||
{include
|
||||
|
||||
@@ -123,6 +123,8 @@
|
||||
{capture "delete_country_dialog"}
|
||||
<input type="hidden" name="area_id" value="{$area_id}">
|
||||
<input type="hidden" name="country_id" id="delete-country-id" value="">
|
||||
|
||||
{module_include location='shipping_configuration_delete_form'}
|
||||
{/capture}
|
||||
|
||||
{include
|
||||
|
||||
@@ -133,7 +133,7 @@
|
||||
{form_field form=$form field='area_id'}
|
||||
<input type="hidden" name="{$name}" value="" id="shipping-zone-id-delete" />
|
||||
{/form_field}
|
||||
|
||||
{module_include location='zone_delete_form'}
|
||||
{/form}
|
||||
{/capture}
|
||||
|
||||
|
||||
@@ -249,6 +249,8 @@
|
||||
|
||||
{/form_field}
|
||||
|
||||
{module_include location='tax_list_update_form'}
|
||||
|
||||
{/capture}
|
||||
|
||||
{include
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user