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_rfc2136.php
212 212
						<a	class="fa-solid fa-ban" title="<?=gettext('Disable client')?>" href="?act=toggle&amp;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&amp;id=<?=$i?>" usepost></a>
215
						<a class="fa-regular fa-square-check" title="<?=gettext('Enable client')?>" href="?act=toggle&amp;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&amp;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&amp;id=<?=$i?>" usepost></a>
220 220
					</td>
221 221
					</tr>
222 222
<?php

Also available in: Unified diff