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:
andycol
2017-04-22 18:22:21 +02:00
committed by FusionPBX
parent 27f2f41cb4
commit b38265efcd
3 changed files with 148 additions and 3 deletions

View File

@@ -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 "&nbsp;\n";
echo " </td>\n";
//echo " <td valign='top' class='".$row_style[$c]."'>".$row['call_flow_name']."&nbsp;</td>\n";
echo " <td valign='top' class='".$row_style[$c]."'>".$row['call_flow_status']."&nbsp;</td>\n";
echo " <td valign='top' class='".$row_style[$c]."'>".$row['call_flow_extension']."&nbsp;</td>\n";
echo " <td valign='top' class='".$row_style[$c]."'>".$row['call_flow_feature_code']."&nbsp;</td>\n";
//echo " <td valign='top' class='".$row_style[$c]."'>".$row['call_flow_context']."&nbsp;</td>\n";