Dialplan increment the colspan number.

This commit is contained in:
Mark Crane
2013-11-12 19:37:17 +00:00
parent 23940ff668
commit c9592fbb47

View File

@@ -310,7 +310,7 @@ else {
} //end if results
echo "<tr>\n";
echo "<td colspan='6'>\n";
echo "<td colspan='7'>\n";
echo " <table width='100%' cellpadding='0' cellspacing='0'>\n";
echo " <tr>\n";
echo " <td width='33.3%' nowrap>&nbsp;</td>\n";
@@ -351,7 +351,7 @@ else {
if ($v_path_show) {
echo "<tr>\n";
echo " <td colspan='5' align='left'>\n";
echo " <td colspan='7' align='left'>\n";
echo " <br />\n";
echo " ".$_SESSION['switch']['dialplan']['dir'];
echo " </td>\n";