// First boostraping pass on blocklayered module
This commit is contained in:
+2
-2
@@ -25,9 +25,9 @@
|
||||
|
||||
{extends file="helpers/form/form.tpl"}
|
||||
|
||||
{block name="field"}
|
||||
{block name="input_row"}
|
||||
{$smarty.block.parent}
|
||||
{if $input.name == 'public_name'}
|
||||
{hook h="displayAttributeGroupForm" id_attribute_group=$form_id}
|
||||
{/if}
|
||||
{/block}
|
||||
{/block}
|
||||
@@ -24,9 +24,9 @@
|
||||
*}
|
||||
{extends file="helpers/form/form.tpl"}
|
||||
|
||||
{block name="field"}
|
||||
{block name="input_row"}
|
||||
{$smarty.block.parent}
|
||||
{if $input.name == 'id_feature'}
|
||||
{hook h="displayFeatureValueForm" id_feature_value=$feature_value->id}
|
||||
{/if}
|
||||
{/block}
|
||||
{/block}
|
||||
@@ -24,7 +24,7 @@
|
||||
*}
|
||||
{extends file="helpers/form/form.tpl"}
|
||||
|
||||
{block name="field"}
|
||||
{block name="input_row"}
|
||||
{$smarty.block.parent}
|
||||
{if $input.name == 'name'}
|
||||
{hook h="displayFeatureForm" id_feature=$form_id}
|
||||
|
||||
Reference in New Issue
Block a user