Jump to content

module AdminController: personaliser le template du formulaire


Recommended Posts

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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...