diff --git a/Theme/Backend/analysis-overview-dashboard.tpl.php b/Theme/Backend/analysis-overview-dashboard.tpl.php index 9ef7c2a..e19fa88 100644 --- a/Theme/Backend/analysis-overview-dashboard.tpl.php +++ b/Theme/Backend/analysis-overview-dashboard.tpl.php @@ -21,61 +21,61 @@ echo $this->getData('nav')->render(); ?>
| = $this->getText('Type'); ?> - | = $this->getText('LastMonth'); ?> - | = $this->getText('CurrentMonth'); ?> - | = $this->getText('Change'); ?> - | = $this->getText('LastYear'); ?> - | = $this->getText('CurrentYear'); ?> - | = $this->getText('Change'); ?> - | = $this->getText('LastYearAcc'); ?> - | = $this->getText('CurrentYearAcc'); ?> - | = $this->getText('Change'); ?> - | = $this->getText('LastYear'); ?> - | = $this->getText('Forecast'); ?> - | = $this->getText('Change'); ?> + | = $this->getHtml('Type') ?> + | = $this->getHtml('LastMonth') ?> + | = $this->getHtml('CurrentMonth') ?> + | = $this->getHtml('Change') ?> + | = $this->getHtml('LastYear') ?> + | = $this->getHtml('CurrentYear') ?> + | = $this->getHtml('Change') ?> + | = $this->getHtml('LastYearAcc') ?> + | = $this->getHtml('CurrentYearAcc') ?> + | = $this->getHtml('Change') ?> + | = $this->getHtml('LastYear') ?> + | = $this->getHtml('Forecast') ?> + | = $this->getHtml('Change') ?> |
| = $this->getText('Domestic'); ?> | - | ||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| = $this->getText('Export'); ?> | - | ||||||||||||||||||||||||
| = $this->getText('Developed'); ?> | - | ||||||||||||||||||||||||
| = $this->getText('Undeveloped'); ?> | - | ||||||||||||||||||||||||
| = $this->getText('Europe'); ?> | - | ||||||||||||||||||||||||
| = $this->getText('America'); ?> | - | ||||||||||||||||||||||||
| = $this->getText('Asia'); ?> | - | ||||||||||||||||||||||||
| = $this->getText('Africa'); ?> | - | ||||||||||||||||||||||||
| = $this->getText('Total'); ?> | + | ||||||||||||||||||||||||
| = $this->getHtml('Domestic') ?> | + | ||||||||||||||||||||||||
| = $this->getHtml('Export') ?> | + | ||||||||||||||||||||||||
| = $this->getHtml('Developed') ?> | + | ||||||||||||||||||||||||
| = $this->getHtml('Undeveloped') ?> | + | ||||||||||||||||||||||||
| = $this->getHtml('Europe') ?> | + | ||||||||||||||||||||||||
| = $this->getHtml('America') ?> | + | ||||||||||||||||||||||||
| = $this->getHtml('Asia') ?> | + | ||||||||||||||||||||||||
| = $this->getHtml('Africa') ?> | + | ||||||||||||||||||||||||
| = $this->getHtml('Total') ?> |
| = $this->getText('Type'); ?> - | = $this->getText('LastYear'); ?> - | = $this->getText('CurrentYear'); ?> - | = $this->getText('LastMonth'); ?> - | = $this->getText('CurrentMonth'); ?> - | = $this->getText('Yesterday'); ?> - | = $this->getText('Today'); ?> + | = $this->getHtml('Type') ?> + | = $this->getHtml('LastYear') ?> + | = $this->getHtml('CurrentYear') ?> + | = $this->getHtml('LastMonth') ?> + | = $this->getHtml('CurrentMonth') ?> + | = $this->getHtml('Yesterday') ?> + | = $this->getHtml('Today') ?> |
| = $this->getText('Customers'); ?> | - | ||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| = $this->getText('Invoices'); ?> | + | ||||||||||||
| = $this->getHtml('Customers') ?> | + | ||||||||||||
| = $this->getHtml('Invoices') ?> |
| = $this->getText('Day'); ?> - | = $this->getText('Day'); ?> - | = $this->getText('LastMonth'); ?> - | = $this->getText('CurrentMonth'); ?> - | = $this->getText('Change'); ?> - | = $this->getText('ChangeAcc'); ?> + | = $this->getHtml('Day') ?> + | = $this->getHtml('Day') ?> + | = $this->getHtml('LastMonth') ?> + | = $this->getHtml('CurrentMonth') ?> + | = $this->getHtml('Change') ?> + | = $this->getHtml('ChangeAcc') ?> |
| = $this->getText('Year'); ?> - | = $this->getText('January'); ?> - | = $this->getText('February'); ?> - | = $this->getText('March'); ?> - | = $this->getText('April'); ?> - | = $this->getText('May'); ?> - | = $this->getText('June'); ?> - | = $this->getText('July'); ?> - | = $this->getText('August'); ?> - | = $this->getText('September'); ?> - | = $this->getText('October'); ?> - | = $this->getText('November'); ?> - | = $this->getText('December'); ?> + | = $this->getHtml('Year') ?> + | = $this->getHtml('January') ?> + | = $this->getHtml('February') ?> + | = $this->getHtml('March') ?> + | = $this->getHtml('April') ?> + | = $this->getHtml('May') ?> + | = $this->getHtml('June') ?> + | = $this->getHtml('July') ?> + | = $this->getHtml('August') ?> + | = $this->getHtml('September') ?> + | = $this->getHtml('October') ?> + | = $this->getHtml('November') ?> + | = $this->getHtml('December') ?> |
| 2013 | |||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2014 |
@@ -134,21 +134,21 @@ echo $this->getData('nav')->render(); ?>
= $this->getText('Customers'); ?>+= $this->getHtml('Customers') ?>= $this->getText('Products'); ?>+= $this->getHtml('Products') ?>= $this->getText('Employees'); ?>+= $this->getHtml('Employees') ?>= $this->getText('Domestic/Export'); ?>+= $this->getHtml('Domestic/Export') ?>= $this->getText('Developed/Undeveloped'); ?>+= $this->getHtml('Developed/Undeveloped') ?>= $this->getText('Continents'); ?>+= $this->getHtml('Continents') ?>= $this->getText('Development'); ?>+= $this->getHtml('Development') ?> |