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