Revision 036c9544
Added by jeroen van breedam over 9 years ago
src/usr/local/www/services_unbound_acls.php | ||
---|---|---|
309 | 309 |
<?=htmlspecialchars($acl['description'])?> |
310 | 310 |
</td> |
311 | 311 |
<td> |
312 |
<a href="services_unbound_acls.php?act=edit&id=<?=$i?>" class="btn btn-xs btn-info" >Edit</a>
|
|
313 |
<a href="services_unbound_acls.php?act=del&id=<?=$i?>" class="btn btn-xs btn-danger">Delete</a>
|
|
312 |
<a class="fa fa-pencil" title="<?=gettext('Edit ACL')?>" href="services_unbound_acls.php?act=edit&id=<?=$i?>"></a>
|
|
313 |
<a class="fa fa-trash" title="<?=gettext('Delete ACL')?>" href="services_unbound_acls.php?act=del&id=<?=$i?>" onclick="return confirm('<?=gettext("Are you sure you want to delete this ACL?")?>')"></a>
|
|
314 | 314 |
</td> |
315 | 315 |
</tr> |
316 | 316 |
<?php |
Also available in: Unified diff
convert services_unbound_acls to fa