Cawet Posted June 5, 2017 Share Posted June 5, 2017 Bonjour, Dans un module j'ai un AdminController : AdminLilmQuotingController J'aimerai customizez la vue rendu par la fonction renderForm. public function renderForm() { $this->fields_form = array( // ... ) return parent::renderForm(); } A ma grande surprise je ne trouve rien dans la doc ou sur le web pour me permettre de faire sa simplement! j'ai essayer de mettre mon tpl ici : modules/[monmodule]/views/templates/admin/lilmquoting/form/form.tpl mais sa ne marche pas. J'ai essayer d'autre chemin, rien n'y fait. Comment s'y prendre? Merci d'avance! 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