Dialplan - Edit: Fix card.
This commit is contained in:
parent
70dc966a5a
commit
102b9ee9cb
|
|
@ -775,7 +775,8 @@
|
||||||
echo "</td>";
|
echo "</td>";
|
||||||
echo "</tr>";
|
echo "</tr>";
|
||||||
echo "</table>";
|
echo "</table>";
|
||||||
echo "<br><br>";
|
echo "</div>\n";
|
||||||
|
echo "<br>";
|
||||||
|
|
||||||
//dialplan details
|
//dialplan details
|
||||||
if ($action == "update") {
|
if ($action == "update") {
|
||||||
|
|
@ -797,6 +798,7 @@
|
||||||
//display the results
|
//display the results
|
||||||
if (is_array($details) && @sizeof($details) != 0) {
|
if (is_array($details) && @sizeof($details) != 0) {
|
||||||
|
|
||||||
|
echo "<div class='card'>\n";
|
||||||
echo "<table width='100%' border='0' cellpadding='0' cellspacing='0' style='margin: -2px; border-spacing: 2px;'>\n";
|
echo "<table width='100%' border='0' cellpadding='0' cellspacing='0' style='margin: -2px; border-spacing: 2px;'>\n";
|
||||||
|
|
||||||
$x = 0;
|
$x = 0;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue