From d4c2f2a55b73bf486e980defaad7b2fe7e384312 Mon Sep 17 00:00:00 2001 From: Cameron Date: Fri, 3 Jan 2014 02:56:52 -0800 Subject: [PATCH] Bootstrap3 - Signup page email input styling fix. --- e107_core/shortcodes/batch/signup_shortcodes.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/e107_core/shortcodes/batch/signup_shortcodes.php b/e107_core/shortcodes/batch/signup_shortcodes.php index 0a595961c..2c1c242b9 100755 --- a/e107_core/shortcodes/batch/signup_shortcodes.php +++ b/e107_core/shortcodes/batch/signup_shortcodes.php @@ -208,7 +208,7 @@ class signup_shortcodes extends e_shortcode function sc_signup_email() { - $options = array('size'=>30,'required'=>1,'class'=>'tbox input-text e-email'); + $options = array('size'=>30,'required'=>1,'class'=>'tbox form-control input-text e-email'); $options['title'] = LAN_SIGNUP_108; // Must be a valid email address. $text = e107::getForm()->email('email',($_POST['email'] ? $_POST['email'] : $email),100,$options); $text .= "";