Devices, Profiles & Vendors: Modal integration.
This commit is contained in:
@@ -86,7 +86,7 @@
|
||||
|
||||
//add copy to the device description
|
||||
//$device_profiles[0]["device_profile_name"] = $device_profiles[0]["device_profile_name"]."-".strtolower($text['button-copy']);
|
||||
$device_profiles[0]["device_profile_description"] = $text['button-copy']." ".$device_profiles[0]["device_profile_description"];
|
||||
$device_profiles[0]["device_profile_description"] = $device_profiles[0]["device_profile_description"].' ('.$text['button-copy'].')';
|
||||
|
||||
//prepare the device_keys array
|
||||
$x = 0;
|
||||
|
||||
Reference in New Issue
Block a user