// First draft goals

This commit is contained in:
Damien Metzger
2013-10-22 19:59:18 +02:00
parent 2c94e6c042
commit a2be0364da
11 changed files with 390 additions and 4 deletions
+1 -1
View File
@@ -78,7 +78,7 @@ class Dashactivity extends Module
{
$this->context->smarty->assign(array_merge(array(
'dashactivity_config_form' => $this->renderConfigForm(),
'date_subtitle' => $this->l('From %s to %s'),
'date_subtitle' => $this->l('from %s to %s'),
'date_format' => $this->context->language->date_format_lite
), $this->getConfigFieldsValues()));
return $this->display(__FILE__, 'dashboard_zone_one.tpl');