mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-02-21 18:36:31 +00:00
Add export to Pin Numbers application (#2126)
* Add files via upload
* Update pin_numbers.php
* Create pin_download.php
* Delete {$mac}.cfg
* Update pin_numbers.php
* fix status not displaying any result
the Status block was showing as blank even if enabled/disabled
This will now fix it
This commit is contained in:
@@ -167,7 +167,7 @@
|
||||
$tr_link = "href='call_flow_edit.php?id=".$row['call_flow_uuid']."'";
|
||||
}
|
||||
echo "<tr ".$tr_link.">\n";
|
||||
echo " <td valign='top' class='".$row_style[$c]."'>";
|
||||
//echo " <td valign='top' class='".$row_style[$c]."'>";
|
||||
if ($row['call_flow_status'] != "false") {
|
||||
echo $row['call_flow_label'];
|
||||
}
|
||||
@@ -177,6 +177,7 @@
|
||||
echo " \n";
|
||||
echo " </td>\n";
|
||||
//echo " <td valign='top' class='".$row_style[$c]."'>".$row['call_flow_name']." </td>\n";
|
||||
echo " <td valign='top' class='".$row_style[$c]."'>".$row['call_flow_status']." </td>\n";
|
||||
echo " <td valign='top' class='".$row_style[$c]."'>".$row['call_flow_extension']." </td>\n";
|
||||
echo " <td valign='top' class='".$row_style[$c]."'>".$row['call_flow_feature_code']." </td>\n";
|
||||
//echo " <td valign='top' class='".$row_style[$c]."'>".$row['call_flow_context']." </td>\n";
|
||||
|
||||
Reference in New Issue
Block a user