diff --git a/Theme/Backend/invoice-list.tpl.php b/Theme/Backend/invoice-list.tpl.php
index c3385f5..427a48a 100644
--- a/Theme/Backend/invoice-list.tpl.php
+++ b/Theme/Backend/invoice-list.tpl.php
@@ -23,17 +23,17 @@ echo $this->getData('nav')->render(); ?>
- = $this->l11n->lang['Billing']['Invoices'] ?>
+ = $this->l11n->getText('Billing', 'Invoices') ?>
- | = $this->l11n->lang[0]['ID']; ?>
- | = $this->l11n->lang['Billing']['Type']; ?>
- | = $this->l11n->lang['Billing']['ClientID']; ?>
- | = $this->l11n->lang['Billing']['Client']; ?>
- | = $this->l11n->lang['Billing']['Net']; ?>
- | = $this->l11n->lang['Billing']['Gross']; ?>
- | = $this->l11n->lang['Billing']['Created']; ?>
- | = $this->l11n->lang['Billing']['Due']; ?>
+ | = $this->l11n->getText(0, 'ID'); ?>
+ | = $this->l11n->getText('Billing', 'Type'); ?>
+ | = $this->l11n->getText('Billing', 'ClientID'); ?>
+ | = $this->l11n->getText('Billing', 'Client'); ?>
+ | = $this->l11n->getText('Billing', 'Net'); ?>
+ | = $this->l11n->getText('Billing', 'Gross'); ?>
+ | = $this->l11n->getText('Billing', 'Created'); ?>
+ | = $this->l11n->getText('Billing', 'Due'); ?>
|
| = $footerView->render(); ?>
@@ -41,7 +41,7 @@ echo $this->getData('nav')->render(); ?>
$value) : $count++; ?>
- | | = $this->l11n->lang[0]['Empty']; ?>
+ | | = $this->l11n->getText(0, 'Empty'); ?>
|
diff --git a/Theme/Backend/purchase-invoice-list.tpl.php b/Theme/Backend/purchase-invoice-list.tpl.php
index 9921d66..7dcbed4 100644
--- a/Theme/Backend/purchase-invoice-list.tpl.php
+++ b/Theme/Backend/purchase-invoice-list.tpl.php
@@ -23,17 +23,17 @@ echo $this->getData('nav')->render(); ?>
- = $this->l11n->lang['Billing']['Invoices'] ?>
+ = $this->l11n->getText('Billing', 'Invoices') ?>
- | = $this->l11n->lang[0]['ID']; ?>
- | = $this->l11n->lang['Billing']['Type']; ?>
- | = $this->l11n->lang['Billing']['SupplierID']; ?>
- | = $this->l11n->lang['Billing']['Supplier']; ?>
- | = $this->l11n->lang['Billing']['Net']; ?>
- | = $this->l11n->lang['Billing']['Gross']; ?>
- | = $this->l11n->lang['Billing']['Created']; ?>
- | = $this->l11n->lang['Billing']['Due']; ?>
+ | = $this->l11n->getText(0, 'ID'); ?>
+ | = $this->l11n->getText('Billing', 'Type'); ?>
+ | = $this->l11n->getText('Billing', 'SupplierID'); ?>
+ | = $this->l11n->getText('Billing', 'Supplier'); ?>
+ | = $this->l11n->getText('Billing', 'Net'); ?>
+ | = $this->l11n->getText('Billing', 'Gross'); ?>
+ | = $this->l11n->getText('Billing', 'Created'); ?>
+ | = $this->l11n->getText('Billing', 'Due'); ?>
|
| = $footerView->render(); ?>
@@ -41,7 +41,7 @@ echo $this->getData('nav')->render(); ?>
$value) : $count++; ?>
- | | = $this->l11n->lang[0]['Empty']; ?>
+ | | = $this->l11n->getText(0, 'Empty'); ?>
|
diff --git a/Theme/backend/invoice-create.tpl.php b/Theme/backend/invoice-create.tpl.php
index 5dd356d..b8de3f9 100644
--- a/Theme/backend/invoice-create.tpl.php
+++ b/Theme/backend/invoice-create.tpl.php
@@ -22,64 +22,64 @@ echo $this->getData('nav')->render(); ?>
-
-
+
+
- = $this->l11n->lang['Billing']['Invoice'] ?>
+ = $this->l11n->getText('Billing', 'Invoice') ?>
- = $this->l11n->lang['Billing']['Invoice'] ?>
+ = $this->l11n->getText('Billing', 'Invoice') ?>
@@ -87,23 +87,23 @@ echo $this->getData('nav')->render(); ?>
- = $this->l11n->lang['Billing']['Delivery'] ?>
+ = $this->l11n->getText('Billing', 'Delivery') ?>
@@ -114,26 +114,26 @@ echo $this->getData('nav')->render(); ?>
- = $this->l11n->lang['Billing']['Invoice'] ?>
+ = $this->l11n->getText('Billing', 'Invoice') ?>
|
- | = $this->l11n->lang['Billing']['Item']; ?>
- | = $this->l11n->lang['Billing']['Variation']; ?>
- | = $this->l11n->lang['Billing']['Name']; ?>
- | = $this->l11n->lang['Billing']['Quantity']; ?>
- | = $this->l11n->lang['Billing']['Discount']; ?>
- | = $this->l11n->lang['Billing']['DiscountP']; ?>
- | = $this->l11n->lang['Billing']['Bonus']; ?>
- | = $this->l11n->lang['Billing']['Tax']; ?>
- | = $this->l11n->lang['Billing']['Net']; ?>
+ | = $this->l11n->getText('Billing', 'Item'); ?>
+ | = $this->l11n->getText('Billing', 'Variation'); ?>
+ | = $this->l11n->getText('Billing', 'Name'); ?>
+ | = $this->l11n->getText('Billing', 'Quantity'); ?>
+ | = $this->l11n->getText('Billing', 'Discount'); ?>
+ | = $this->l11n->getText('Billing', 'DiscountP'); ?>
+ | = $this->l11n->getText('Billing', 'Bonus'); ?>
+ | = $this->l11n->getText('Billing', 'Tax'); ?>
+ | = $this->l11n->getText('Billing', 'Net'); ?>
|
|
- = $this->l11n->lang['Billing']['Freightage']; ?>: 0.00 -
- = $this->l11n->lang['Billing']['Net']; ?>: 0.00 -
- = $this->l11n->lang['Billing']['Tax']; ?>: 0.00 -
- = $this->l11n->lang['Billing']['Total']; ?>: 0.00
+ = $this->l11n->getText('Billing', 'Freightage'); ?>: 0.00 -
+ = $this->l11n->getText('Billing', 'Net'); ?>: 0.00 -
+ = $this->l11n->getText('Billing', 'Tax'); ?>: 0.00 -
+ = $this->l11n->getText('Billing', 'Total'); ?>: 0.00
|
|
| |