Update devices.php
This commit is contained in:
@@ -175,8 +175,8 @@
|
|||||||
echo " <td align='right' nowrap='nowrap' valign='top'>\n";
|
echo " <td align='right' nowrap='nowrap' valign='top'>\n";
|
||||||
echo " <form method='get' action=''>\n";
|
echo " <form method='get' action=''>\n";
|
||||||
if (if_group("superadmin")) {
|
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 (permission_exists('device_all')) {
|
||||||
if ($_GET['showall'] == 'true') {
|
if ($_GET['showall'] == 'true') {
|
||||||
echo " <input type='hidden' name='showall' value='true'>";
|
echo " <input type='hidden' name='showall' value='true'>";
|
||||||
|
|||||||
Reference in New Issue
Block a user