mirror of
https://github.com/netbirdio/plugins.git
synced 2026-05-22 18:44:07 -07:00
dns/rfc2136: fix action buttons on IE 11
PR: https://forum.opnsense.org/index.php?topic=6631.0
This commit is contained in:
@@ -187,10 +187,8 @@ $main_buttons = array(
|
||||
</td>
|
||||
<td><?=$rfc2136['descr'];?></td>
|
||||
<td>
|
||||
<a href="services_rfc2136_edit.php?id=<?=$i;?>">
|
||||
<button type="button" class="btn btn-xs btn-default"><span class="fa fa-pencil"></span></button>
|
||||
</a>
|
||||
<a href="#" data-id="<?=$i;?>" class="act_delete_service"><button type="button" class="btn btn-xs btn-default"><span class="fa fa-trash text-muted"></span></button></a>
|
||||
<a href="services_rfc2136_edit.php?id=<?=$i;?>" class="btn btn-xs btn-default"><i class="fa fa-pencil"></i></a>
|
||||
<a href="#" data-id="<?=$i;?>" class="act_delete_service btn btn-xs btn-default"><i class="fa fa-trash text-muted"></i></a>
|
||||
</td>
|
||||
</tr>
|
||||
<?php
|
||||
|
||||
Reference in New Issue
Block a user