Update devices.php

This commit is contained in:
FusionPBX
2017-12-09 11:46:11 -07:00
committed by GitHub
parent cfaf0ef356
commit c7e781b81e

View File

@@ -175,8 +175,8 @@
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";
}
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'>";