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 10:22:21 -06:00
committed by FusionPBX
parent 27f2f41cb4
commit b38265efcd
3 changed files with 148 additions and 3 deletions
+2 -2
View File
@@ -102,6 +102,7 @@
$row_style["1"] = "row_style1";
//show the content
echo "<input type='button' class='btn' style='margin-right: 15px;' value='".$text['button-export']."' onclick=\"window.location.href='pin_download.php'\">\n";
echo "<table width='100%' border='0'>\n";
echo " <tr>\n";
echo " <td width='50%' align='left' nowrap='nowrap'><b>".$text['title-pin_numbers']."</b></td>\n";
@@ -182,5 +183,4 @@
//include the footer
require_once "resources/footer.php";
?>
?>