return ".$this->getName()."' id='".$this->getName()."' value='".$this->getValue()."' />";
return ".$this->getName()."' id='".$this->getName()."' value='".$this->getValue()."' /> ";
|
$ret .= "".$hiddens."n";
...
$xoopsOption['template_main'] = 'contact_contactusform.html';
...
$contact_form->assign($xoopsTpl);
$contact_form->display();
Problem with these solution
I had the same validation problem.
I made this update un the render function but these function seems to be used in (a least one) other places.
With this modification, when you want to update a module (after a template modification), the update and cancel buttons are placed just under the header...