Revision 2fb4b6b6
Added by jeroen van breedam almost 10 years ago
src/usr/local/www/interfaces_groups.php | ||
---|---|---|
146 | 146 |
<?=htmlspecialchars($ifgroupentry['descr']);?> |
147 | 147 |
</td> |
148 | 148 |
<td> |
149 |
<a class="fa fa-pencil" title="<?=gettext('Edit group')?>" href="interfaces_groups_edit.php?id=<?=$i; ?>"></a>
|
|
149 |
<a class="fa fa-pencil" title="<?=gettext('Edit group')?>" href="interfaces_groups_edit.php?id=<?=$i; ?>"></a> |
|
150 | 150 |
<a class="fa fa-trash" title="<?=gettext('Delete group')?>" href="interfaces_groups.php?act=del&id=<?=$i; ?>" onclick="return confirm('<?=gettext("Are you sure you want to delete this group?")?>')"></a> |
151 | 151 |
</td> |
152 | 152 |
</tr> |
Also available in: Unified diff
Update interfaces_groups.php