Revision d9cfc587
Added by jeroen van breedam almost 10 years ago
src/usr/local/www/interfaces_bridge.php | ||
---|---|---|
172 | 172 |
<?=htmlspecialchars($bridge['descr'])?> |
173 | 173 |
</td> |
174 | 174 |
<td> |
175 |
<a href="interfaces_bridge_edit.php?id=<?=$i?>" class="btn btn-default btn-xs"><?=gettext("Edit")?></a>
|
|
176 |
<a href="interfaces_bridge.php?act=del&id=<?=$i?>" class="btn btn-danger btn-xs"><?=gettext("Delete")?></a>
|
|
175 |
<a class="fa fa-pencil" title="<?=gettext('Edit interface bridge')?>" href="interfaces_bridge_edit.php?id=<?=$i?>"></a>
|
|
176 |
<a class="fa fa-trash" title="<?=gettext('Delete interface bridge')?>" href="interfaces_bridge.php?act=del&id=<?=$i?>" onclick="return confirm('<?=gettext("Are you sure you want to delete this interface bridge?")?>')"></a>
|
|
177 | 177 |
</td> |
178 | 178 |
</tr> |
179 | 179 |
<?php |
... | ... | |
189 | 189 |
|
190 | 190 |
</div> |
191 | 191 |
|
192 |
<?php include("foot.inc"); |
|
192 |
<?php include("foot.inc"); |
Also available in: Unified diff
convert interfaces_bridge to fa