From 55b2d0b983484860b14bce32711f1cd6c974bddb Mon Sep 17 00:00:00 2001 From: Janusz Dobrowolski Date: Tue, 24 Feb 2009 21:00:32 +0000 Subject: [PATCH] Fixed tab hot keys. --- applications/customers.php | 2 +- applications/dimensions.php | 2 +- applications/generalledger.php | 2 +- applications/inventory.php | 2 +- applications/manufacturing.php | 2 +- applications/setup.php | 2 +- applications/suppliers.php | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/applications/customers.php b/applications/customers.php index 96d1f812..78e49e54 100644 --- a/applications/customers.php +++ b/applications/customers.php @@ -14,7 +14,7 @@ function customers_app() { global $installed_modules; - $this->application("orders",_("Sales")); + $this->application("orders",_("&Sales")); $this->add_module(_("Transactions")); $this->add_lapp_function(0, _("Sales &Order Entry"),"sales/sales_order_entry.php?NewOrder=Yes"); diff --git a/applications/dimensions.php b/applications/dimensions.php index f23715be..4bd23fae 100644 --- a/applications/dimensions.php +++ b/applications/dimensions.php @@ -15,7 +15,7 @@ { global $installed_modules; $dim = get_company_pref('use_dimension'); - $this->application("proj",_("Dimensions")); + $this->application("proj",_("&Dimensions")); if ($dim > 0) { diff --git a/applications/generalledger.php b/applications/generalledger.php index 9cadfe62..8c0e11fb 100644 --- a/applications/generalledger.php +++ b/applications/generalledger.php @@ -14,7 +14,7 @@ function general_ledger_app() { global $installed_modules; - $this->application("GL",_("Banking and General Ledger")); + $this->application("GL",_("&Banking and General Ledger")); $this->add_module(_("Transactions")); $this->add_lapp_function(0, _("&Payments"),"gl/gl_bank.php?NewPayment=Yes"); diff --git a/applications/inventory.php b/applications/inventory.php index 9ef37bd0..022ad67b 100644 --- a/applications/inventory.php +++ b/applications/inventory.php @@ -14,7 +14,7 @@ function inventory_app() { global $installed_modules; - $this->application("stock",_("Items and Inventory")); + $this->application("stock",_("&Items and Inventory")); $this->add_module(_("Transactions")); $this->add_lapp_function(0, _("Inventory Location &Transfers"),"inventory/transfers.php?NewTransfer=1"); diff --git a/applications/manufacturing.php b/applications/manufacturing.php index c4244a37..db225f4c 100644 --- a/applications/manufacturing.php +++ b/applications/manufacturing.php @@ -14,7 +14,7 @@ function manufacturing_app() { global $installed_modules; - $this->application("manuf",_("Manufacturing")); + $this->application("manuf",_("&Manufacturing")); $this->add_module(_("Transactions")); $this->add_lapp_function(0, _("Work &Order Entry"),"manufacturing/work_order_entry.php?"); diff --git a/applications/setup.php b/applications/setup.php index 801d0530..3bb5578d 100644 --- a/applications/setup.php +++ b/applications/setup.php @@ -14,7 +14,7 @@ function setup_app() { global $installed_modules; - $this->application("system",_("Setup")); + $this->application("system",_("S&etup")); $this->add_module(_("Company Setup")); $this->add_lapp_function(0, _("&Company Setup"),"admin/company_preferences.php?"); diff --git a/applications/suppliers.php b/applications/suppliers.php index 7058716e..345b3d10 100644 --- a/applications/suppliers.php +++ b/applications/suppliers.php @@ -14,7 +14,7 @@ function suppliers_app() { global $installed_modules; - $this->application("AP",_("Purchases")); + $this->application("AP",_("&Purchases")); $this->add_module(_("Transactions")); $this->add_lapp_function(0, _("Purchase &Order Entry"),"purchasing/po_entry_items.php?NewOrder=Yes"); -- 2.30.2