Add dialplan context to the dialplan, improve some of the formatting add page and fix memcache flush.

This commit is contained in:
Mark Crane
2013-09-28 19:40:34 +00:00
parent f07d062c0b
commit 20a20c104e
7 changed files with 65 additions and 55 deletions

View File

@@ -347,14 +347,15 @@ else {
echo "</td>\n";
echo "</tr>\n";
echo "<tr>\n";
echo "<td colspan='5' align='left'>\n";
echo "<br />\n";
if ($v_path_show) {
echo $_SESSION['switch']['dialplan']['dir'];
echo "<tr>\n";
echo " <td colspan='5' align='left'>\n";
echo " <br />\n";
echo " ".$_SESSION['switch']['dialplan']['dir'];
echo " </td>\n";
echo "</tr>\n";
}
echo "</td>\n";
echo "</tr>\n";
echo "</table>";
echo "</div>";
echo "<br><br>";