Uncomment voicemail forward destinations.
This commit is contained in:
parent
0946c0ce3e
commit
8fefa32018
|
|
@ -358,9 +358,6 @@ if (count($_POST) > 0 && strlen($_POST["persistformvar"]) == 0) {
|
||||||
echo "</td>\n";
|
echo "</td>\n";
|
||||||
echo "</tr>\n";
|
echo "</tr>\n";
|
||||||
|
|
||||||
/*
|
|
||||||
//still in development
|
|
||||||
|
|
||||||
if ($action == "update") {
|
if ($action == "update") {
|
||||||
echo " <tr>";
|
echo " <tr>";
|
||||||
echo " <td class='vncell' valign='top'>".$text['label-forward_destinations'].":</td>";
|
echo " <td class='vncell' valign='top'>".$text['label-forward_destinations'].":</td>";
|
||||||
|
|
@ -432,7 +429,6 @@ if (count($_POST) > 0 && strlen($_POST["persistformvar"]) == 0) {
|
||||||
echo " </td>";
|
echo " </td>";
|
||||||
echo " </tr>";
|
echo " </tr>";
|
||||||
}
|
}
|
||||||
*/
|
|
||||||
|
|
||||||
echo "<tr>\n";
|
echo "<tr>\n";
|
||||||
echo "<td class='vncell' valign='top' align='left' nowrap='nowrap'>\n";
|
echo "<td class='vncell' valign='top' align='left' nowrap='nowrap'>\n";
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue