Device - Edit: Make address field wider, and limit character length.
This commit is contained in:
parent
212ceb361d
commit
b509050827
|
|
@ -933,7 +933,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' maxlength='255' value=\"".escape($device_address ?? '')."\"/>\n";
|
echo " <input class='formfld' type='text' name='device_address' id='device_address' style='width: 235px;' 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";
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue