// 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
@@ -89,7 +89,7 @@ class AdminGendersController extends AdminController
parent::__construct();
}
public function initForm()
public function renderForm()
{
$this->fields_form = array(
'legend' => array(
@@ -166,7 +166,7 @@ class AdminGendersController extends AdminController
'image' => $obj->getImage()
);
return parent::initForm();
return parent::renderForm();
}
public function displayGenderType($value, $tr)