Commit 6048c126 authored by Franco Fichtner's avatar Franco Fichtner

interfaces: only need one edit button

parent cc7f9527
......@@ -133,12 +133,9 @@ $main_buttons = array(
<?=htmlspecialchars($clone['descr']);?>&nbsp;
</td>
<td valign="middle" class="list nowrap">
<a href="interfaces_wireless_edit.php?id=<?=$i;?>" class="btn btn-default"><span class="glyphicon glyphicon-edit" title="<?=gettext("edit group");?>"></span></a>
<a href="interfaces_wireless.php?act=del&amp;id=<?=$i;?>" class="btn btn-default" onclick="return confirm('<?=gettext("Do you really want to delete this wireless clone?");?>')"><span class="glyphicon glyphicon-remove"></span></a>
<a href="interfaces_wireless_edit.php?id=<?=$i;?>"><img src="./themes/<?= $g['theme']; ?>/images/icons/icon_e.gif" width="17" height="17" border="0" alt="edit" ></a>
</td>
</tr>
<?php $i++; endforeach; ?>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment