mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-06 11:43:50 +00:00
Change the type from numeric to text.
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user