Move device vendor files into app/devices.

This commit is contained in:
markjcrane
2016-07-31 17:48:50 -06:00
parent a8374075bf
commit 0993da997c
15 changed files with 936 additions and 1247 deletions

View File

@@ -178,6 +178,9 @@
echo " <input type='button' class='btn' value='".$text['button-show_all']."' onclick=\"window.location='devices.php?showall=true';\">\n";
}
}
if (permission_exists('device_vendor_view')) {
echo " <input type='button' class='btn' value='".$text['button-vendors']."' onclick=\"document.location.href='device_vendors.php';\">";
}
if (permission_exists('device_profile_view')) {
echo " <input type='button' class='btn' value='".$text['button-profiles']."' onclick=\"document.location.href='device_profiles.php';\">&nbsp;&nbsp;&nbsp;&nbsp;";
}