From: Steve Sutton Date: Tue, 6 May 2014 19:54:22 +0000 (+0000) Subject: Update form fields X-Git-Tag: v1.0~23 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=0ed18bfed363cf3998752d7abf8f686b515de4cd;p=web%2FCedarvilleMarine.git Update form fields for temp storage fields --- 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(