device export (#2445)

* update devices.php

add export button

* Add files via upload
This commit is contained in:
andycol
2017-04-22 10:17:18 -06:00
committed by FusionPBX
parent cdb6b67db2
commit 598b746074
2 changed files with 145 additions and 0 deletions
+3
View File
@@ -174,6 +174,9 @@
echo " </td>\n";
echo " <td align='right' nowrap='nowrap' valign='top'>\n";
echo " <form method='get' action=''>\n";
if (if_group("superadmin")) {
echo " <input type='button' class='btn' style='margin-right: 15px;' value='".$text['button-export']."' onclick=\"window.location.href='device_download.php'\">\n";
}
if (permission_exists('device_all')) {
if ($_GET['showall'] == 'true') {
echo " <input type='hidden' name='showall' value='true'>";