diff --git a/admin-dev/themes/default/template/helpers/form/form.tpl b/admin-dev/themes/default/template/helpers/form/form.tpl index a4a7d8c37..69a607560 100644 --- a/admin-dev/themes/default/template/helpers/form/form.tpl +++ b/admin-dev/themes/default/template/helpers/form/form.tpl @@ -208,6 +208,59 @@ {/if} {/if} + {elseif $input.type == 'textbutton'} + {assign var='value_text' value=$fields_value[$input.name]} +