Project

General

Profile

« Previous | Next » 

Revision 32be4696

Added by Marcos M over 1 year ago

Update fontawesome icon names to v6. Implement #13537

View differences:

src/usr/local/www/services_unbound.php
549 549
					</td>
550 550
					<td>
551 551
						<a class="fa-solid fa-pencil"	title="<?=gettext('Edit host override')?>" href="services_unbound_host_edit.php?id=<?=$idx?>"></a>
552
						<a class="fa-solid fa-trash"	title="<?=gettext('Delete host override')?>" href="services_unbound.php?type=host&amp;act=del&amp;id=<?=$idx?>" usepost></a>
552
						<a class="fa-solid fa-trash-can"	title="<?=gettext('Delete host override')?>" href="services_unbound.php?type=host&amp;act=del&amp;id=<?=$idx?>" usepost></a>
553 553
					</td>
554 554
				</tr>
555 555

  
......
628 628
					</td>
629 629
					<td>
630 630
						<a class="fa-solid fa-pencil"	title="<?=gettext('Edit domain override')?>" href="services_unbound_domainoverride_edit.php?id=<?=$i?>"></a>
631
						<a class="fa-solid fa-trash"	title="<?=gettext('Delete domain override')?>" href="services_unbound.php?act=del&amp;type=doverride&amp;id=<?=$i?>" usepost></a>
631
						<a class="fa-solid fa-trash-can"	title="<?=gettext('Delete domain override')?>" href="services_unbound.php?act=del&amp;type=doverride&amp;id=<?=$i?>" usepost></a>
632 632
					</td>
633 633
				</tr>
634 634
<?php

Also available in: Unified diff