From 0ed18bfed363cf3998752d7abf8f686b515de4cd Mon Sep 17 00:00:00 2001 From: Steve Sutton Date: Tue, 6 May 2014 19:54:22 +0000 Subject: [PATCH] Update form fields for temp storage fields --- Toolkit/Contacts/ContactUs.php | 6 +++--- Toolkit/Contacts/TempStorageQuickLaunch.php | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Toolkit/Contacts/ContactUs.php b/Toolkit/Contacts/ContactUs.php index 20f3141..7181291 100755 --- a/Toolkit/Contacts/ContactUs.php +++ b/Toolkit/Contacts/ContactUs.php @@ -842,9 +842,9 @@ class Toolkit_Contacts_ContactUs $page->formData['mail_ok']['element'] = ($page->formData['mail_ok']['element']) ? 'Yes' : 'No'; } - if ($this->elementExists('service_required')) { - $page->formData['service_required']['element'] - = ($page->formData['service_required']['element']) ? 'Yes' : 'No'; + if ($this->elementExists('temp_storage')) { + $page->formData['temp_storage']['element'] + = ($page->formData['temp_storage']['element']) ? 'Yes' : 'No'; } if ($this->elementExists('quick_launch')) { diff --git a/Toolkit/Contacts/TempStorageQuickLaunch.php b/Toolkit/Contacts/TempStorageQuickLaunch.php index 5b8ba11..dc22084 100755 --- a/Toolkit/Contacts/TempStorageQuickLaunch.php +++ b/Toolkit/Contacts/TempStorageQuickLaunch.php @@ -262,8 +262,8 @@ class Toolkit_Contacts_TempStorageQuickLaunch $e[] = array( 'type' => 'checkbox', 'req' => false, - 'name' => 'service_required', - 'display' => 'Service Required', + 'name' => 'temp_storage', + 'display' => 'Do You Need Temporary Storage', 'opts' => 'Yes' ); $e[] = array( @@ -299,7 +299,7 @@ class Toolkit_Contacts_TempStorageQuickLaunch 'type' => 'checkbox', 'req' => false, 'name' => 'quick_launch', - 'display' => 'Quick Launch', + 'display' => 'Do You Need Quick Launch', 'opts' => 'Yes' ); $e[] = array( -- 2.17.1