// new layout page stats, substitute fieldset by div, legend by h2, delete stylesheet on html

This commit is contained in:
vKham
2011-11-29 17:42:38 +00:00
parent 1e2d5695e3
commit c6351f1150
9 changed files with 81 additions and 66 deletions
@@ -45,10 +45,9 @@ abstract class AdminStatsTabControllerCore extends AdminPreferencesControllerCor
$this->loadObject(true);
$this->content .= $this->initView();
}
$this->content .= $this->displayCalendar();
$this->content .= $this->displayEngines();
$this->content .= $this->displayMenu();
$this->content .= $this->displayCalendar();
$this->content .= $this->displayStats();