mirror of
https://github.com/opnsense/plugins.git
synced 2026-05-28 04:34:15 -04:00
dns/rfc2136: fix action buttons on IE 11
(cherry picked from commitb6a11cc674) (cherry picked from commitc6a5347ca5)
This commit is contained in:
parent
78cf00193b
commit
cf16cbc45b
2 changed files with 3 additions and 4 deletions
|
|
@ -1,5 +1,6 @@
|
|||
PLUGIN_NAME= rfc2136
|
||||
PLUGIN_VERSION= 1.1
|
||||
PLUGIN_REVISION= 1
|
||||
PLUGIN_COMMENT= RFC-2136 Support
|
||||
PLUGIN_MAINTAINER= franco@opnsense.org
|
||||
PLUGIN_DEPENDS= bind911
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue