'.$this->Lang('prompt_moduleupgrade').'
'.$this->CreateFormStart($id, 'createModule', $returnid, 'POST').$this->CreateInputSubmit($id, 'withupgrade', $this->Lang('Yes')); echo $this->CreateInputHidden($id, 'levels', $params['levels']).$this->CreateInputHidden($id, 'infos', serialize($infos)); echo $this->CreateFormEnd().'
'.$this->CreateFormStart($id, 'createModule', $returnid, 'POST').$this->CreateInputSubmit($id, 'withoutupgrade', $this->Lang('No')); echo $this->CreateInputHidden($id, 'levels', $params['levels']).$this->CreateInputHidden($id, 'infos', $params['infos']); echo $this->CreateFormEnd().'