mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-06 11:43:50 +00:00
Dialplan increment the colspan number.
This commit is contained in:
@@ -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> </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";
|
||||
|
||||
Reference in New Issue
Block a user