summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/services_unbound.php
diff options
context:
space:
mode:
authorPiBa-NL <pba_2k3@yahoo.com>2016-07-04 00:22:49 +0200
committerPiBa-NL <pba_2k3@yahoo.com>2016-07-04 00:22:49 +0200
commit1c10ce9750f3702f433a91754f79e637e1c3369b (patch)
tree53b904ee4044378136a12821a023aebffede80fe /src/usr/local/www/services_unbound.php
parent54691fc663eae7c6e92e4eaad596906758d7ebea (diff)
downloadpfsense-1c10ce9750f3702f433a91754f79e637e1c3369b.zip
pfsense-1c10ce9750f3702f433a91754f79e637e1c3369b.tar.gz
webgui tables, doubleclick event to perform 'edit' action, part 2
Diffstat (limited to 'src/usr/local/www/services_unbound.php')
-rw-r--r--src/usr/local/www/services_unbound.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/usr/local/www/services_unbound.php b/src/usr/local/www/services_unbound.php
index 5dfbb64..b53b7fd 100644
--- a/src/usr/local/www/services_unbound.php
+++ b/src/usr/local/www/services_unbound.php
@@ -461,7 +461,7 @@ events.push(function() {
<div class="panel panel-default">
<div class="panel-heading"><h2 class="panel-title"><?=gettext("Host Overrides")?></h2></div>
<div class="panel-body table-responsive">
- <table class="table table-striped table-hover table-condensed sortable-theme-bootstrap" data-sortable>
+ <table class="table table-striped table-hover table-condensed sortable-theme-bootstrap table-rowdblclickedit" data-sortable>
<thead>
<tr>
<th><?=gettext("Host")?></th>
@@ -514,7 +514,7 @@ foreach ($a_hosts as $hostent):
<?=htmlspecialchars($alias['description'])?>
</td>
<td>
- <a a class="fa fa-pencil" title="<?=gettext('Edit host override')?>" href="services_unbound_host_edit.php?id=<?=$i?>"></a>
+ <a class="fa fa-pencil" title="<?=gettext('Edit host override')?>" href="services_unbound_host_edit.php?id=<?=$i?>"></a>
</td>
</tr>
<?php
@@ -538,7 +538,7 @@ endforeach;
<div class="panel panel-default">
<div class="panel-heading"><h2 class="panel-title"><?=gettext("Domain Overrides")?></h2></div>
<div class="panel-body table-responsive">
- <table class="table table-striped table-hover table-condensed sortable-theme-bootstrap" data-sortable>
+ <table class="table table-striped table-hover table-condensed sortable-theme-bootstrap table-rowdblclickedit" data-sortable>
<thead>
<tr>
<th><?=gettext("Domain")?></th>
OpenPOWER on IntegriCloud