dns/rfc2136: fix action buttons on IE 11

(cherry picked from commit b6a11cc674)
(cherry picked from commit c6a5347ca5)
This commit is contained in:
Franco Fichtner 2017-12-14 11:49:14 +00:00
parent 78cf00193b
commit cf16cbc45b
2 changed files with 3 additions and 4 deletions

View file

@ -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

View file

@ -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