Allow lines to be added when a device is created.

This commit is contained in:
Mark Crane
2013-06-09 21:06:12 +00:00
parent 6f1afcab78
commit b9da559e33
2 changed files with 100 additions and 100 deletions

View File

@@ -660,7 +660,7 @@ if (count($_POST) > 0 && strlen($_POST["persistformvar"]) == 0) {
echo " <input type='hidden' name='dialplan_uuid' value='$dialplan_uuid'>\n";
echo " <input type='hidden' name='ring_group_uuid' value='$ring_group_uuid'>\n";
}
echo " <input type='submit' name='submit' class='btn' value='Save'>\n";
echo " <input type='submit' name='submit' class='btn' value='".$text['button-save']."'>\n";
echo " </td>\n";
echo " </tr>";
echo "</table>";