Jump to content

new devis


Recommended Posts

bonjour, 

j'ai voulus ajouter un devis 

dans le controleur AdminDevis j'ai la fonction:

public function initToolbar()
 {
 $this->toolbar_btn['new'] = array(
'desc' => $this->l('new'),'js' => 'window.open(\''.self::$currentIndex.'&add'.$this->table.'&token='.$this->token.'\',\''.'popupwindow \''.', \''.'width=500\',\'height=500\',\'scrollbars\',\'resizable\');',
);
return $this->toolbar_btn;
}

lorsque je clique sur le bouton new une fenêtre s'ouvre je veux afficher dans cette fenêtre une formulaire comment je peut l'affecter le fichier tpl du formulaire.

merci de me répondre le plus tôt  possible   :wub:

post-756149-0-65748700-1397058360_thumb.png

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...