From: Ove Klykken Date: Thu, 17 Jul 2014 14:24:50 +0000 (-0400) Subject: fixed type 'desription' - 2 new bottom logos X-Git-Tag: v1.0^2~4^2~1 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=522660c78520a2b550ca74986c51911e14445021;p=web%2FBigFore.git fixed type 'desription' - 2 new bottom logos --- diff --git a/assets/logos.gif b/assets/logos.gif index 67ac669..0ed9305 100755 Binary files a/assets/logos.gif and b/assets/logos.gif differ diff --git a/priceQuoteForm.inc b/priceQuoteForm.inc index 7883966..2e24d5f 100644 --- a/priceQuoteForm.inc +++ b/priceQuoteForm.inc @@ -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
desriptions and locations:', 'opts' => 'View Courses'); + $elements[] = array('type' => 'static', 'req' => false, 'name' => 'view_courses_rmv', 'display' => 'Click here to view course descriptions and locations:', 'opts' => 'View Courses'); $elements[] = array('type' => 'elementGrid', 'req' => false, 'name' => 'golfing', 'display' => 'Golfing Preference:', 'opts' => array('actAsGroup' => false)); $prevnext[] =& $this->createElement('submit', $this->getButtonName('next'), 'Next step >>');