From d496e1d00d746e56fe996fd3b3f9b2567c64c110 Mon Sep 17 00:00:00 2001 From: Dale Scott Date: Mon, 10 Aug 2026 16:41:14 -0600 Subject: [PATCH 1/4] change wiki sub-menu link text --- includes/MiscFunctions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/MiscFunctions.php b/includes/MiscFunctions.php index eceddb9b6..8223a4733 100644 --- a/includes/MiscFunctions.php +++ b/includes/MiscFunctions.php @@ -381,7 +381,7 @@ function wikiLink($WikiType, $WikiPageID) { } if ($_SESSION['WikiApp'] == __('WackoWiki')) { - echo '' . __('Wiki ' . $WikiType . ' Knowledge Base') . '
'; + echo '' . __('Drawings, Documents and Files') . '
'; } elseif ($_SESSION['WikiApp'] == __('MediaWiki')) { echo '' . __('Wiki ' . $WikiType . ' Knowledge Base') . '
'; } elseif ($_SESSION['WikiApp'] == __('DokuWiki')) { From ecd27598ecf8ddae52ba207dc7eb73e48e6bcac1 Mon Sep 17 00:00:00 2001 From: Dale Scott Date: Mon, 10 Aug 2026 17:08:55 -0600 Subject: [PATCH 2/4] cleanup customer notes table --- SelectCustomer.php | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/SelectCustomer.php b/SelectCustomer.php index ba46980ad..0b6f7285f 100644 --- a/SelectCustomer.php +++ b/SelectCustomer.php @@ -781,9 +781,7 @@ ', __('note'), ' ', __('hyperlink'), ' ', __('priority'), ' - ', __('Edit'), ' - ', __('Delete'), ' - ', ' ', __('Add New Note'), ' + ', __('Action'), ' '; $k = 0; // row colour counter @@ -794,13 +792,13 @@ ', $MyRow['note'], ' ', $MyRow['href'], ' ', $MyRow['priority'], ' - ', __('Edit'), ' - ', __('Delete'), ' - + ', __('Edit'), ' + ', __('Delete'), ' '; } // END WHILE LIST LOOP echo ''; echo ''; + echo ''; } // DB_num_rows($Result) <> 0 else { if ($_SESSION['CustomerID'] != '') { From 2eb27fbf3a2d084625488c6767598c3df7650ac6 Mon Sep 17 00:00:00 2001 From: Dale Scott Date: Tue, 11 Aug 2026 10:52:00 -0600 Subject: [PATCH 3/4] make section order same as SelectProduct.php --- SelectCustomer.php | 168 +++++++++++++++++++-------------------------- 1 file changed, 70 insertions(+), 98 deletions(-) diff --git a/SelectCustomer.php b/SelectCustomer.php index 0b6f7285f..1a903a59a 100644 --- a/SelectCustomer.php +++ b/SelectCustomer.php @@ -11,10 +11,6 @@ include(__DIR__ . '/includes/SQL_CommonFunctions.php'); -echo '

- ', __('Customers'), ' -

'; - if (isset($_GET['Select'])) { $_SESSION['CustomerID'] = $_GET['Select']; } // isset($_GET['Select']) @@ -43,6 +39,7 @@ } $Msg = ''; +$CustomerMenuSection = ''; if (isset($_POST['Go1']) or isset($_POST['Go2'])) { $_POST['PageOffset'] = (isset($_POST['Go1']) ? $_POST['PageOffset1'] : $_POST['PageOffset2']); @@ -144,96 +141,60 @@ echo '

', // Icon title. - __('Customer'), ' : ', stripslashes($_SESSION['CustomerID']), ' - ', $CustomerName, ' - ', $PhoneNo, __(' has been selected'), ' + '', + __('Customer'), ': ', stripslashes($_SESSION['CustomerID']), ' - ', $CustomerName, + '

'; // Page title. - echo '
', __('Select a menu option to operate using this customer'), '.
'; - - echo '
'; - // Customer inquiries options: - echo ''; - - echo '