// Fixed a few UI bugs in the stats

This commit is contained in:
Damien Metzger
2013-04-22 11:57:36 +02:00
parent 6b8c3d8612
commit e7b22ad8d4
5 changed files with 32 additions and 15 deletions
@@ -79,6 +79,12 @@ abstract class AdminStatsTabControllerCore extends AdminPreferencesControllerCor
$context->controller->addJqueryUI('ui.datepicker');
if ($identifier === null && Tools::getValue('module'))
{
$identifier = 'module';
$id = Tools::getValue('module');
}
$tpl->assign(array(
'current' => self::$currentIndex,
'token' => $token,