update device_edit.php
This commit is contained in:
@@ -1109,7 +1109,7 @@
|
|||||||
echo "</td>\n";
|
echo "</td>\n";
|
||||||
echo "<td class='vtable' width='70%' align='left'>\n";
|
echo "<td class='vtable' width='70%' align='left'>\n";
|
||||||
if (permission_exists('device_address')) {
|
if (permission_exists('device_address')) {
|
||||||
echo " <input class='formfld' type='text' name='device_address' id='device_address' style='width: 245px;' maxlength='36' value=\"".escape($prov->format_address($device_address, $device_vendor))."\"/>\n";
|
echo " <input class='formfld' type='text' name='device_address' id='device_address' style='width: 245px;' maxlength='36' value=\"".escape($device_address)."\"/>\n";
|
||||||
echo "<br />\n";
|
echo "<br />\n";
|
||||||
echo $text['description-device_address']."\n";
|
echo $text['description-device_address']."\n";
|
||||||
}
|
}
|
||||||
@@ -2051,4 +2051,4 @@
|
|||||||
//show the footer
|
//show the footer
|
||||||
require_once "resources/footer.php";
|
require_once "resources/footer.php";
|
||||||
|
|
||||||
?>
|
?>
|
||||||
Reference in New Issue
Block a user