fixed type 'desription' - 2 new bottom logos
authorOve Klykken <klykken@gmail.com>
Thu, 17 Jul 2014 14:24:50 +0000 (10:24 -0400)
committerOve Klykken <klykken@gmail.com>
Thu, 17 Jul 2014 14:24:50 +0000 (10:24 -0400)
assets/logos.gif
priceQuoteForm.inc

index 67ac669..0ed9305 100755 (executable)
Binary files a/assets/logos.gif and b/assets/logos.gif differ
index 7883966..2e24d5f 100644 (file)
@@ -304,7 +304,7 @@ class PageThird extends PageBase
 
         $elements[] = array('type' => 'header',         'req' => false, 'name' => 'header_rmv',         'display' => 'Package Price Quote Request page 3 of 4');
         $elements[] = array('type' => 'static',         'req' => false, 'name' => 'tos_rmv',            'display' => 'Terms of Service:', 'opts' => $tos);
-        $elements[] = array('type' => 'static',         'req' => false, 'name' => 'view_courses_rmv',   'display' => 'Click here to view course<br>desriptions and locations:', 'opts' => '<a id="viewCourses" target="_blank" href="'.BASE_URL.'courses-11/">View Courses</a>');
+        $elements[] = array('type' => 'static',         'req' => false, 'name' => 'view_courses_rmv',   'display' => 'Click here to view course descriptions and locations:', 'opts' => '<a id="viewCourses" target="_blank" href="'.BASE_URL.'courses-11/">View Courses</a>');
         $elements[] = array('type' => 'elementGrid',    'req' => false, 'name' => 'golfing',            'display' => 'Golfing Preference:', 'opts' => array('actAsGroup' => false));
 
         $prevnext[] =& $this->createElement('submit',   $this->getButtonName('next'), 'Next step >>');