HTML5 input tags for contact_*_edit

This commit is contained in:
luis daniel lucio quiroz
2014-12-21 18:38:20 +00:00
parent 48aa4d5ac3
commit 3fa422fb86
5 changed files with 15 additions and 11 deletions
+1 -1
View File
@@ -218,7 +218,7 @@ if (count($_POST) > 0 && strlen($_POST["persistformvar"]) == 0) {
echo " ".$text['label-contact_setting_category']."\n";
echo "</td>\n";
echo "<td class='vtable' align='left'>\n";
echo " <input class='formfld' type='text' name='contact_setting_category' maxlength='255' value=\"".$contact_setting_category."\">\n";
echo " <input class='formfld' type='text' name='contact_setting_category' maxlength='255' value=\"".$contact_setting_category."\" required='required'>\n";
echo "<br />\n";
echo $text['description-contact_setting_category']."\n";
echo "</td>\n";