1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-18 04:12:00 +02:00

Fixed conflict between tooltip and mailcheck. Upgraded jquery mailcheck to v1.1.1

This commit is contained in:
Cameron
2015-08-17 12:24:46 -07:00
parent ec5db40d67
commit c06a3ff5c3
3 changed files with 14 additions and 12 deletions

View File

@@ -276,7 +276,7 @@ class signup_shortcodes extends e_shortcode
$options['title'] = LAN_SIGNUP_108; // Must be a valid email address.
$text = e107::getForm()->email('email',vartrue($_POST['email'], ''),100,$options);
$text .= "<div class='e-email-hint' style='display:none' data-hint='Did you mean <b>[x]</b>?'><!-- --></div>";
$text .= "<div class='e-email-hint alert-warning' style='display:none; padding:10px' data-hint='Did you mean <b>[x]</b>?'><!-- --></div>";
$text .= "<input type='text' name='email2' value='' style='display:none' />"; // spam-trap.
return $text;
}