Update devices.php
This commit is contained in:
parent
9b1ec988f3
commit
7bef1c131b
|
|
@ -191,6 +191,9 @@
|
||||||
if (permission_exists('device_profile_view')) {
|
if (permission_exists('device_profile_view')) {
|
||||||
echo " <input type='button' class='btn' value='".$text['button-profiles']."' onclick=\"document.location.href='device_profiles.php';\"> ";
|
echo " <input type='button' class='btn' value='".$text['button-profiles']."' onclick=\"document.location.href='device_profiles.php';\"> ";
|
||||||
}
|
}
|
||||||
|
if (permission_exists('device_imports')) {
|
||||||
|
echo "<input type='button' class='btn' alt='".$text['button-import']."' onclick=\"window.location='/app/device_imports/device_imports.php'\" value='".$text['button-import']."'>\n";
|
||||||
|
}
|
||||||
echo " <input type='text' class='txt' style='width: 150px' name='search' value='".$search."'>";
|
echo " <input type='text' class='txt' style='width: 150px' name='search' value='".$search."'>";
|
||||||
echo " <input type='submit' class='btn' name='submit' value='".$text['button-search']."'>";
|
echo " <input type='submit' class='btn' name='submit' value='".$text['button-search']."'>";
|
||||||
echo " </form>\n";
|
echo " </form>\n";
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue