<ahref="interfaces_lagg.php?act=del&id=<?=$i;?>"class="btn btn-default"data-toggle="tooltip"data-placement="left"title="<?=gettext("delete group");?>"onclick="return confirm('<?=gettext("Do you really want to delete this LAGG interface?");?>')"><spanclass="glyphicon glyphicon-remove"></span></a>
</td>
</tr>
<?php$i++;endforeach;?>
</tbody>
</table>
</div>
<divclass="container-fluid">
<pclass="vexpl"><spanclass="text-danger"><strong>
<?=gettext("Note:");?><br/>
</strong></span>
<?=gettext("LAGG allows for link aggregation, bonding and fault tolerance. Only unassigned interfaces can be added to LAGG.");?></p>
</div>
</form>
</div>
</section>
</div>
</div>
</section>
<script type="text/javascript">
$(document).ready(function(){
// link delete buttons
$(".act_delete").click(function(event){
event.preventDefault();
varid=$(this).data("id");
// delete single
BootstrapDialog.show({
type:BootstrapDialog.TYPE_INFO,
title:"<?=gettext("LAGG");?>",
message:"<?=gettext("Do you really want to delete this LAGG interface?");?>",