Revision 32be4696
Added by Marcos M over 1 year ago
src/usr/local/www/services_dhcpv6.php | ||
---|---|---|
665 | 665 |
|
666 | 666 |
$pooltbl .= '<td><a class="fa-solid fa-pencil" title="'. gettext("Edit pool") . '" href="services_dhcpv6.php?if=' . htmlspecialchars($if) . '&pool=' . $i . '"></a>'; |
667 | 667 |
|
668 |
$pooltbl .= ' <a class="fa-solid fa-trash" title="'. gettext("Delete pool") . '" href="services_dhcpv6.php?if=' . htmlspecialchars($if) . '&act=delpool&id=' . $i . '" usepost></a></td>'; |
|
668 |
$pooltbl .= ' <a class="fa-solid fa-trash-can" title="'. gettext("Delete pool") . '" href="services_dhcpv6.php?if=' . htmlspecialchars($if) . '&act=delpool&id=' . $i . '" usepost></a></td>';
|
|
669 | 669 |
$pooltbl .= '</tr>'; |
670 | 670 |
} |
671 | 671 |
$i++; |
... | ... | |
1447 | 1447 |
</td> |
1448 | 1448 |
<td> |
1449 | 1449 |
<a class="fa-solid fa-pencil" title="<?=gettext('Edit static mapping')?>" href="services_dhcpv6_edit.php?if=<?=$if?>&id=<?=$i?>"></a> |
1450 |
<a class="fa-solid fa-trash" title="<?=gettext('Delete static mapping')?>" href="services_dhcpv6.php?if=<?=$if?>&act=del&id=<?=$i?>" usepost></a> |
|
1450 |
<a class="fa-solid fa-trash-can" title="<?=gettext('Delete static mapping')?>" href="services_dhcpv6.php?if=<?=$if?>&act=del&id=<?=$i?>" usepost></a>
|
|
1451 | 1451 |
</td> |
1452 | 1452 |
</tr> |
1453 | 1453 |
<?php |
Also available in: Unified diff
Update fontawesome icon names to v6. Implement #13537