diff --git a/Theme/backend/supplier-list.tpl.php b/Theme/backend/supplier-list.tpl.php index 9dd9c79..2ddeb5d 100644 --- a/Theme/backend/supplier-list.tpl.php +++ b/Theme/backend/supplier-list.tpl.php @@ -13,7 +13,36 @@ * @version 1.0.0 * @link http://orange-management.com */ -/** - * @var \phpOMS\Views\View $this - */ + +$footerView = new \Web\Views\Lists\PaginationView($this->app, $this->request, $this->response); +$footerView->setTemplate('/Web/Templates/Lists/Footer/PaginationBig'); +$footerView->setPages(20); +$footerView->setPage(1); + echo $this->getData('nav')->render(); ?> + + +
+ + + + + + + + $value) : $count++; ?> + + +
l11n->lang['SupplierManagement']['Suppliers'] ?>
l11n->lang[0]['ID']; ?> + l11n->lang['SupplierManagement']['Name1']; ?> + l11n->lang['SupplierManagement']['Name2']; ?> + l11n->lang['SupplierManagement']['Name3']; ?> + l11n->lang['SupplierManagement']['City']; ?> + l11n->lang['SupplierManagement']['Zip']; ?> + l11n->lang['SupplierManagement']['Address']; ?> + l11n->lang['SupplierManagement']['Country']; ?> +
render(); ?> +
l11n->lang[0]['Empty']; ?> + +
+
diff --git a/Theme/lang/backend.en.lang.php b/Theme/lang/backend.en.lang.php index 3599bcd..8f106ac 100644 --- a/Theme/lang/backend.en.lang.php +++ b/Theme/lang/backend.en.lang.php @@ -18,6 +18,7 @@ $MODLANG['SupplierManagement'] = [ 'Address' => 'Address', 'Addresses' => 'Addresses', 'Articlegroup' => 'Articlegroup', + 'City' => 'City', 'Contact' => 'Contact', 'Country' => 'Country', 'Creditcard' => 'Creditcard', @@ -47,6 +48,7 @@ $MODLANG['SupplierManagement'] = [ 'Subtype' => 'Subtype', 'Support' => 'Support', 'Supplier' => 'Supplier', + 'Suppliers' => 'Suppliers', 'Type' => 'Type', 'Wire' => 'Wire', 'Zip' => 'Zip',