Change the type from numeric to text.

This commit is contained in:
Mark Crane
2015-06-07 05:46:00 +00:00
parent 8d71798eeb
commit 83e4bbc1d1

View File

@@ -578,7 +578,7 @@ else {
echo " ".$text['label-distinctive_ring']."\n";
echo "</td>\n";
echo "<td class='vtable' align='left'>\n";
echo " <input class='formfld' type='number' name='ring_group_distinctive_ring' maxlength='255' min='0' step='1' value='$ring_group_distinctive_ring'>\n";
echo " <input class='formfld' type='text' name='ring_group_distinctive_ring' maxlength='255' value='$ring_group_distinctive_ring'>\n";
echo "<br />\n";
echo $text['description-distinctive_ring']." \n";
echo "</td>\n";