pawelszulc Posted October 30, 2019 Share Posted October 30, 2019 Hi, I have structure: module controller admin AdminMyModuleController views templates admin _configure helpers form form.tpl $this->fields_form = array( 'tinymce' => true, 'legend' => array( 'title' => $this->l('MyTitle'), 'icon' => 'icon-tags' ), 'input' => array( array( 'type' => 'file_lang', 'label' => $this->l('Thumbnail:'), 'name' => 'thumb', 'lang' => true, 'class' => 'col-lg-6', ), But in admin controller new field from views/templates/admin/_configure/helpers/form/form.tpl it does not show up Plese help me Link to comment Share on other sites More sharing options...
Inform-All Posted November 1, 2019 Share Posted November 1, 2019 Hi, Try this: $this->context->smarty->fetch($this->local_path.'views/templates/admin/_configure/helpers/form/form.tpl'); Link to comment Share on other sites More sharing options...
Zooe Posted June 29, 2021 Share Posted June 29, 2021 Hello, I just had the same issue, and resolved it from here, hope it can help!!🙂 Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now