Project

General

Profile

« Previous | Next » 

Revision 036c9544

Added by jeroen van breedam over 9 years ago

convert services_unbound_acls to fa

View differences:

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&amp;id=<?=$i?>" class="btn btn-xs btn-info" >Edit</a>
313
							<a href="services_unbound_acls.php?act=del&amp;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&amp;id=<?=$i?>"></a>
313
							<a class="fa fa-trash"	title="<?=gettext('Delete ACL')?>"	href="services_unbound_acls.php?act=del&amp;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