Dialplan increment the colspan number.

This commit is contained in:
Mark Crane
2013-11-12 19:37:17 +00:00
parent df635df21e
commit 316ac96b7e
+2 -2
View File
@@ -310,7 +310,7 @@ else {
} //end if results } //end if results
echo "<tr>\n"; echo "<tr>\n";
echo "<td colspan='6'>\n"; echo "<td colspan='7'>\n";
echo " <table width='100%' cellpadding='0' cellspacing='0'>\n"; echo " <table width='100%' cellpadding='0' cellspacing='0'>\n";
echo " <tr>\n"; echo " <tr>\n";
echo " <td width='33.3%' nowrap>&nbsp;</td>\n"; echo " <td width='33.3%' nowrap>&nbsp;</td>\n";
@@ -351,7 +351,7 @@ else {
if ($v_path_show) { if ($v_path_show) {
echo "<tr>\n"; echo "<tr>\n";
echo " <td colspan='5' align='left'>\n"; echo " <td colspan='7' align='left'>\n";
echo " <br />\n"; echo " <br />\n";
echo " ".$_SESSION['switch']['dialplan']['dir']; echo " ".$_SESSION['switch']['dialplan']['dir'];
echo " </td>\n"; echo " </td>\n";