Revision 32be4696
Added by Marcos M over 1 year ago
src/usr/local/www/services_dyndns.php | ||
---|---|---|
211 | 211 |
<a class="fa-solid fa-ban" title="<?=gettext('Disable service')?>" href="?act=toggle&id=<?=$i?>" usepost></a> |
212 | 212 |
<?php } else { |
213 | 213 |
?> |
214 |
<a class="fa-solid fa-check-square-o" title="<?=gettext('Enable service')?>" href="?act=toggle&id=<?=$i?>" usepost></a>
|
|
214 |
<a class="fa-regular fa-square-check" title="<?=gettext('Enable service')?>" href="?act=toggle&id=<?=$i?>" usepost></a>
|
|
215 | 215 |
<?php } |
216 | 216 |
?> |
217 |
<a class="fa-solid fa-clone" title="<?=gettext('Copy service')?>" href="services_dyndns_edit.php?dup=<?=$i?>"></a>
|
|
218 |
<a class="fa-solid fa-trash" title="<?=gettext('Delete service')?>" href="services_dyndns.php?act=del&id=<?=$i?>" usepost></a> |
|
217 |
<a class="fa-regular fa-clone" title="<?=gettext('Copy service')?>" href="services_dyndns_edit.php?dup=<?=$i?>"></a>
|
|
218 |
<a class="fa-solid fa-trash-can" title="<?=gettext('Delete service')?>" href="services_dyndns.php?act=del&id=<?=$i?>" usepost></a>
|
|
219 | 219 |
</td> |
220 | 220 |
</tr> |
221 | 221 |
<?php |
Also available in: Unified diff
Update fontawesome icon names to v6. Implement #13537