// 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 39a483780b
commit 0b9c87dc2f
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();