mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-04 02:43:48 +00:00
Add context to the list of dialplans.
This commit is contained in:
@@ -193,6 +193,7 @@ else {
|
||||
echo "<tr>\n";
|
||||
echo th_order_by('dialplan_name', $text['label-name'], $order_by, $order);
|
||||
echo th_order_by('dialplan_number', $text['label-number'], $order_by, $order);
|
||||
echo th_order_by('dialplan_context', $text['label-context'], $order_by, $order);
|
||||
echo th_order_by('dialplan_order', $text['label-order'], $order_by, $order);
|
||||
echo th_order_by('dialplan_enabled', $text['label-enabled'], $order_by, $order);
|
||||
echo th_order_by('dialplan_description', $text['label-description'], $order_by, $order);
|
||||
@@ -256,6 +257,7 @@ else {
|
||||
echo "<tr >\n";
|
||||
echo " <td valign='top' class='".$row_style[$c]."'> ".$row['dialplan_name']."</td>\n";
|
||||
echo " <td valign='top' class='".$row_style[$c]."'> ".$row['dialplan_number']."</td>\n";
|
||||
echo " <td valign='top' class='".$row_style[$c]."'> ".$row['dialplan_context']."</td>\n";
|
||||
echo " <td valign='top' class='".$row_style[$c]."'> ".$row['dialplan_order']."</td>\n";
|
||||
echo " <td valign='top' class='".$row_style[$c]."'> ".$row['dialplan_enabled']."</td>\n";
|
||||
echo " <td valign='top' class='row_stylebg' width='30%'>".$row['dialplan_description']." </td>\n";
|
||||
|
||||
Reference in New Issue
Block a user