Revision 1d932e0c
Added by NOYB NOYB over 9 years ago
src/usr/local/www/services_dhcp.php | ||
---|---|---|
1343 | 1343 |
foreach ($a_maps as $mapent) { |
1344 | 1344 |
?> |
1345 | 1345 |
<tr> |
1346 |
<td align="center" ondblclick="document.location='services_dhcp_edit.php?if=<?=htmlspecialchars($if)?>&id=<?=$i?>';">
|
|
1346 |
<td class="text-center" ondblclick="document.location='services_dhcp_edit.php?if=<?=htmlspecialchars($if)?>&id=<?=$i?>';">
|
|
1347 | 1347 |
<?php if (isset($mapent['arp_table_static_entry'])): ?> |
1348 | 1348 |
<i class="fa fa-check"></i> |
1349 | 1349 |
<?php endif; ?> |
Also available in: Unified diff
HTML Compliance - Services / DHCP Server
Error: The align attribute on the td element is obsolete. Use CSS instead.