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

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@10760 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
vKham
2011-11-29 17:42:38 +00:00
parent 66a0d5e50f
commit ad65287eeb
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();