Change the type from numeric to text.

This commit is contained in:
Mark Crane 2015-06-07 05:46:00 +00:00
parent c1b3bccc86
commit 885b1e79c8
1 changed files with 1 additions and 1 deletions

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";