Browse Source

Theme: Revert CSS change.
Contacts: Change email input field type to 'text' instead of 'email'.

reliberate 9 years ago
parent
commit
c284bff4b5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      contact_email_edit.php

+ 1 - 1
contact_email_edit.php

@@ -262,7 +262,7 @@ if (strlen($_GET["contact_uuid"]) > 0) {
 	echo "	".$text['label-email_address']."\n";
 	echo "</td>\n";
 	echo "<td class='vtable' align='left'>\n";
-	echo "	<input class='formfld' type='email' name='email_address' maxlength='255' value=\"".$email_address."\">\n";
+	echo "	<input class='formfld' type='text' name='email_address' maxlength='255' value=\"".$email_address."\">\n";
 	echo "<br />\n";
 	echo $text['description-email_address']."\n";
 	echo "</td>\n";