Update devices.php
This commit is contained in:
parent
cfaf0ef356
commit
c7e781b81e
|
|
@ -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'>";
|
||||
|
|
|
|||
Loading…
Reference in New Issue