Cleanup. Optimized hotkeys in tabs.
authorJoe Hunt <joe.hunt.consulting@gmail.com>
Tue, 1 Nov 2011 09:33:33 +0000 (10:33 +0100)
committerJoe Hunt <joe.hunt.consulting@gmail.com>
Tue, 1 Nov 2011 09:33:33 +0000 (10:33 +0100)
inventory/manage/items.php
purchasing/manage/suppliers.php
sales/manage/customers.php

index 5fdc7026f4b673ecdaca6578fe3eb11313cc8b82..4254ea6eab28bfad8a9279274a97be7ff60efed8 100644 (file)
@@ -450,8 +450,8 @@ if (!$stock_id)
 
 tabbed_content_start('tabs', array(
                'settings' => array(_('&General settings'), $stock_id),
-               'movement' => array(_('Inventory Item &Movement'), $stock_id),
-               'status' => array(_('Inventory Item &Status'), $stock_id),
+               'movement' => array(_('&Transactions'), $stock_id),
+               'status' => array(_('&Status'), $stock_id),
        ));
        
        switch (get_post('_tabs_sel')) {
index 556d8ec5ff64728c6a4f9427ceb94006c60947cf..91f16d6401b465b7c15dcbfdf346aa6104eb630a 100644 (file)
@@ -302,8 +302,8 @@ if (!$supplier_id)
 tabbed_content_start('tabs', array(
                'settings' => array(_('&General settings'), $supplier_id),
                'contacts' => array(_('&Contacts'), $supplier_id),
-               'transactions' => array(_('&Supplier Inquiry'), $supplier_id),
-               'orders' => array(_('&Purchase orders'), $supplier_id),
+               'transactions' => array(_('&Transactions'), $supplier_id),
+               'orders' => array(_('Purchase &Orders'), $supplier_id),
        ));
        
        switch (get_post('_tabs_sel')) {
index 8cc3401d9638f0a4117d1e867f99cfef9378d8b2..0a11de23aed9a547cd2f6d337fc136c58e1954cb 100644 (file)
@@ -337,8 +337,8 @@ if (!$selected_id)
 tabbed_content_start('tabs', array(
                'settings' => array(_('&General settings'), $selected_id),
                'contacts' => array(_('&Contacts'), $selected_id),
-               'transactions' => array(_('Customer &Transactions'), $selected_id),
-               'orders' => array(_('&Orders'), $selected_id),
+               'transactions' => array(_('&Transactions'), $selected_id),
+               'orders' => array(_('Sales &Orders'), $selected_id),
        ));
        
        switch (get_post('_tabs_sel')) {