Theme: Revert CSS change.

Contacts: Change email input field type to 'text' instead of 'email'.
This commit is contained in:
reliberate
2016-04-25 10:34:39 -06:00
parent bb93aea5ba
commit f1300d1ac6
2 changed files with 5 additions and 13 deletions
+1 -1
View File
@@ -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";