= $footerView->render(); ?>
diff --git a/Theme/Backend/purchase-item-list.tpl.php b/Theme/Backend/purchase-item-list.tpl.php
index 788c16a..2b7a6fe 100644
--- a/Theme/Backend/purchase-item-list.tpl.php
+++ b/Theme/Backend/purchase-item-list.tpl.php
@@ -23,15 +23,15 @@ echo $this->getData('nav')->render(); ?>
- = $this->l11n->lang['ItemManagement']['Items'] ?>
+ = $this->l11n->getText('ItemManagement', 'Items') ?>
- | = $this->l11n->lang[0]['ID']; ?>
- | = $this->l11n->lang['ItemManagement']['Name']; ?>
- | = $this->l11n->lang['ItemManagement']['Price']; ?>
- | = $this->l11n->lang['ItemManagement']['Available']; ?>
- | = $this->l11n->lang['ItemManagement']['Reserved']; ?>
- | = $this->l11n->lang['ItemManagement']['Ordered']; ?>
+ | = $this->l11n->getText(0, 'ID'); ?>
+ | = $this->l11n->getText('ItemManagement', 'Name'); ?>
+ | = $this->l11n->getText('ItemManagement', 'Price'); ?>
+ | = $this->l11n->getText('ItemManagement', 'Available'); ?>
+ | = $this->l11n->getText('ItemManagement', 'Reserved'); ?>
+ | = $this->l11n->getText('ItemManagement', 'Ordered'); ?>
|
| = $footerView->render(); ?>
@@ -39,7 +39,7 @@ echo $this->getData('nav')->render(); ?>
$value) : $count++; ?>
- | | = $this->l11n->lang[0]['Empty']; ?>
+ | | = $this->l11n->getText(0, 'Empty'); ?>
|
diff --git a/Theme/Backend/sales-item-list.tpl.php b/Theme/Backend/sales-item-list.tpl.php
index 788c16a..2b7a6fe 100644
--- a/Theme/Backend/sales-item-list.tpl.php
+++ b/Theme/Backend/sales-item-list.tpl.php
@@ -23,15 +23,15 @@ echo $this->getData('nav')->render(); ?>
- = $this->l11n->lang['ItemManagement']['Items'] ?>
+ = $this->l11n->getText('ItemManagement', 'Items') ?>
- | = $this->l11n->lang[0]['ID']; ?>
- | = $this->l11n->lang['ItemManagement']['Name']; ?>
- | = $this->l11n->lang['ItemManagement']['Price']; ?>
- | = $this->l11n->lang['ItemManagement']['Available']; ?>
- | = $this->l11n->lang['ItemManagement']['Reserved']; ?>
- | = $this->l11n->lang['ItemManagement']['Ordered']; ?>
+ | = $this->l11n->getText(0, 'ID'); ?>
+ | = $this->l11n->getText('ItemManagement', 'Name'); ?>
+ | = $this->l11n->getText('ItemManagement', 'Price'); ?>
+ | = $this->l11n->getText('ItemManagement', 'Available'); ?>
+ | = $this->l11n->getText('ItemManagement', 'Reserved'); ?>
+ | = $this->l11n->getText('ItemManagement', 'Ordered'); ?>
|
| = $footerView->render(); ?>
@@ -39,7 +39,7 @@ echo $this->getData('nav')->render(); ?>
$value) : $count++; ?>
- | | = $this->l11n->lang[0]['Empty']; ?>
+ | | = $this->l11n->getText(0, 'Empty'); ?>
|
diff --git a/Theme/Backend/stock-list.tpl.php b/Theme/Backend/stock-list.tpl.php
index 1222f90..8de80f2 100644
--- a/Theme/Backend/stock-list.tpl.php
+++ b/Theme/Backend/stock-list.tpl.php
@@ -28,12 +28,12 @@ echo $this->getData('nav')->render(); ?>
- = $this->l11n->lang['ItemManagement']['Stock']; ?>
+ = $this->l11n->getText('ItemManagement', 'Stock'); ?>
- | = $this->l11n->lang[0]['ID']; ?>
- | = $this->l11n->lang['ItemManagement']['Article']; ?>
- | = $this->l11n->lang['ItemManagement']['Quantity']; ?>
+ | = $this->l11n->getText(0, 'ID'); ?>
+ | = $this->l11n->getText('ItemManagement', 'Article'); ?>
+ | = $this->l11n->getText('ItemManagement', 'Quantity'); ?>
|
| = $footerView->render(); ?>
|
@@ -47,7 +47,7 @@ echo $this->getData('nav')->render(); ?>
- | = $this->l11n->lang[0]['Empty']; ?>
+ | = $this->l11n->getText(0, 'Empty'); ?>
|
diff --git a/Theme/backend/purchase-item-list.tpl.php b/Theme/backend/purchase-item-list.tpl.php
index 788c16a..2b7a6fe 100644
--- a/Theme/backend/purchase-item-list.tpl.php
+++ b/Theme/backend/purchase-item-list.tpl.php
@@ -23,15 +23,15 @@ echo $this->getData('nav')->render(); ?>
- = $this->l11n->lang['ItemManagement']['Items'] ?>
+ = $this->l11n->getText('ItemManagement', 'Items') ?>
- | = $this->l11n->lang[0]['ID']; ?>
- | = $this->l11n->lang['ItemManagement']['Name']; ?>
- | = $this->l11n->lang['ItemManagement']['Price']; ?>
- | = $this->l11n->lang['ItemManagement']['Available']; ?>
- | = $this->l11n->lang['ItemManagement']['Reserved']; ?>
- | = $this->l11n->lang['ItemManagement']['Ordered']; ?>
+ | = $this->l11n->getText(0, 'ID'); ?>
+ | = $this->l11n->getText('ItemManagement', 'Name'); ?>
+ | = $this->l11n->getText('ItemManagement', 'Price'); ?>
+ | = $this->l11n->getText('ItemManagement', 'Available'); ?>
+ | = $this->l11n->getText('ItemManagement', 'Reserved'); ?>
+ | = $this->l11n->getText('ItemManagement', 'Ordered'); ?>
|
| = $footerView->render(); ?>
@@ -39,7 +39,7 @@ echo $this->getData('nav')->render(); ?>
$value) : $count++; ?>
- | | = $this->l11n->lang[0]['Empty']; ?>
+ | | = $this->l11n->getText(0, 'Empty'); ?>
|
diff --git a/Theme/backend/sales-item-list.tpl.php b/Theme/backend/sales-item-list.tpl.php
index 788c16a..2b7a6fe 100644
--- a/Theme/backend/sales-item-list.tpl.php
+++ b/Theme/backend/sales-item-list.tpl.php
@@ -23,15 +23,15 @@ echo $this->getData('nav')->render(); ?>
- = $this->l11n->lang['ItemManagement']['Items'] ?>
+ = $this->l11n->getText('ItemManagement', 'Items') ?>
- | = $this->l11n->lang[0]['ID']; ?>
- | = $this->l11n->lang['ItemManagement']['Name']; ?>
- | = $this->l11n->lang['ItemManagement']['Price']; ?>
- | = $this->l11n->lang['ItemManagement']['Available']; ?>
- | = $this->l11n->lang['ItemManagement']['Reserved']; ?>
- | = $this->l11n->lang['ItemManagement']['Ordered']; ?>
+ | = $this->l11n->getText(0, 'ID'); ?>
+ | = $this->l11n->getText('ItemManagement', 'Name'); ?>
+ | = $this->l11n->getText('ItemManagement', 'Price'); ?>
+ | = $this->l11n->getText('ItemManagement', 'Available'); ?>
+ | = $this->l11n->getText('ItemManagement', 'Reserved'); ?>
+ | = $this->l11n->getText('ItemManagement', 'Ordered'); ?>
|
| = $footerView->render(); ?>
@@ -39,7 +39,7 @@ echo $this->getData('nav')->render(); ?>
$value) : $count++; ?>
- | | = $this->l11n->lang[0]['Empty']; ?>
+ | | = $this->l11n->getText(0, 'Empty'); ?>
|
diff --git a/Theme/backend/stock-list.tpl.php b/Theme/backend/stock-list.tpl.php
index 1222f90..8de80f2 100644
--- a/Theme/backend/stock-list.tpl.php
+++ b/Theme/backend/stock-list.tpl.php
@@ -28,12 +28,12 @@ echo $this->getData('nav')->render(); ?>
- = $this->l11n->lang['ItemManagement']['Stock']; ?>
+ = $this->l11n->getText('ItemManagement', 'Stock'); ?>
- | = $this->l11n->lang[0]['ID']; ?>
- | = $this->l11n->lang['ItemManagement']['Article']; ?>
- | = $this->l11n->lang['ItemManagement']['Quantity']; ?>
+ | = $this->l11n->getText(0, 'ID'); ?>
+ | = $this->l11n->getText('ItemManagement', 'Article'); ?>
+ | = $this->l11n->getText('ItemManagement', 'Quantity'); ?>
|
| = $footerView->render(); ?>
|
@@ -47,7 +47,7 @@ echo $this->getData('nav')->render(); ?>
- | = $this->l11n->lang[0]['Empty']; ?>
+ | = $this->l11n->getText(0, 'Empty'); ?>
|
|