From d18d5e8ee06809a15a25241e570b70ad692b9a14 Mon Sep 17 00:00:00 2001 From: Ove Klykken Date: Wed, 16 Jul 2014 14:46:29 -0400 Subject: [PATCH] typo in Newsletter success msg - new verification code tooltip msg on both forms - deleted empty style tags in PG - new cal img for request form - new horizontal bar on bottom of toolbox on inside pages - new overlay text on slideshow - removed inline styles from form - dot in copyright line - id to hide property info line - label added to initial request form, colored white --- .htaccess | 2 +- Toolkit/Contacts/ENewsSignup.php | 2 +- Toolkit/Contacts/templates/contactForm.html | 4 +- Toolkit/FormBuilder.php | 2 +- .../Photos/templates/photoGalleryWrapper.html | 3 - assets/cal.png | Bin 0 -> 762 bytes assets/diamondLine.png | Bin 0 -> 850 bytes assets/slidOverlay.png | Bin 0 -> 28471 bytes priceQuoteForm.inc | 2 +- static/11.phtml | 2 +- styles.css | 59 ++++++++++++++++-- templates/template.html | 13 ++-- 12 files changed, 66 insertions(+), 23 deletions(-) create mode 100644 assets/cal.png create mode 100644 assets/diamondLine.png create mode 100644 assets/slidOverlay.png diff --git a/.htaccess b/.htaccess index 9c67ac2..8089430 100644 --- a/.htaccess +++ b/.htaccess @@ -14,7 +14,7 @@ ErrorDocument 404 /404.html RewriteEngine On AddDefaultCharset utf-8 -RewriteBase /www.bigfore.com/ +RewriteBase /~ove/www.bigfore.com/ # Redirect non-www to www RewriteCond %{ENV:GLM_HOST_ID} PRODUCTION diff --git a/Toolkit/Contacts/ENewsSignup.php b/Toolkit/Contacts/ENewsSignup.php index 957d4ac..94c1a2e 100755 --- a/Toolkit/Contacts/ENewsSignup.php +++ b/Toolkit/Contacts/ENewsSignup.php @@ -79,7 +79,7 @@ class Toolkit_Contacts_ENewsSignup .listing {display:none;}
- Thank you for requesting the ENewsetter. + Thank you for requesting the E-Newsletter.
'; // {{{ configureConstats() diff --git a/Toolkit/Contacts/templates/contactForm.html b/Toolkit/Contacts/templates/contactForm.html index 2f2f84a..e981a57 100644 --- a/Toolkit/Contacts/templates/contactForm.html +++ b/Toolkit/Contacts/templates/contactForm.html @@ -71,9 +71,7 @@ {if:elem.isName(#captcha_rmv#)} What is this? + title="Verification Code|This helps us distinguish between real people and spam bots.">What is this? {end:} {end:} diff --git a/Toolkit/FormBuilder.php b/Toolkit/FormBuilder.php index 4eb5592..d4f0346 100644 --- a/Toolkit/FormBuilder.php +++ b/Toolkit/FormBuilder.php @@ -1184,7 +1184,7 @@ abstract class Toolkit_FormBuilder extends HTML_QuickForm ' '.$required.' '.$error.'{element} - What is this? + What is this? ', 'captcha_rmv' diff --git a/Toolkit/Photos/templates/photoGalleryWrapper.html b/Toolkit/Photos/templates/photoGalleryWrapper.html index 2cedf5a..7fd976e 100644 --- a/Toolkit/Photos/templates/photoGalleryWrapper.html +++ b/Toolkit/Photos/templates/photoGalleryWrapper.html @@ -1,6 +1,3 @@ - {bottomScripts:h} -- 2.17.1