// Rename AdminController methods initForm() initList() etc. to renderForm() renderList()

This commit is contained in:
tDidierjean
2011-11-30 11:06:38 +00:00
parent ef2c7480ec
commit aefa581603
70 changed files with 328 additions and 327 deletions
+2 -2
View File
@@ -115,7 +115,7 @@ class AdminTaxesControllerCore extends AdminController
return $tpl_enable->fetch();
}
public function initForm()
public function renderForm()
{
$this->fields_form = array(
'legend' => array(
@@ -180,7 +180,7 @@ class AdminTaxesControllerCore extends AdminController
)
);
return parent::initForm();
return parent::renderForm();
}
public function postProcess()