Skip to content

Commit

Permalink
Change the type from numeric to text.
Browse files Browse the repository at this point in the history
  • Loading branch information
markjcrane committed Jun 7, 2015
1 parent 8d71798 commit 83e4bbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/ring_groups/ring_group_edit.php
Original file line number Diff line number Diff line change
Expand Up @@ -578,7 +578,7 @@
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";
Expand Down

0 comments on commit 83e4bbc

Please sign in to comment.