summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorheper <heper@users.noreply.github.com>2015-10-31 14:52:07 +0100
committerStephen Beaver <sbeaver@netgate.com>2015-11-04 09:15:51 -0500
commit2b36a04b49c0e5ec72960402fe9ce468b485b88c (patch)
treee5bf652594b615775c6c5594b7fcf2a4ddc94014 /src
parentc84a6977829e83fb61cb6cbe4f35df400b74d026 (diff)
downloadpfsense-2b36a04b49c0e5ec72960402fe9ce468b485b88c.zip
pfsense-2b36a04b49c0e5ec72960402fe9ce468b485b88c.tar.gz
convert services_unbound to fa
Diffstat (limited to 'src')
-rw-r--r--src/usr/local/www/services_unbound.php12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/usr/local/www/services_unbound.php b/src/usr/local/www/services_unbound.php
index 3f27a22..f455f0a 100644
--- a/src/usr/local/www/services_unbound.php
+++ b/src/usr/local/www/services_unbound.php
@@ -397,7 +397,7 @@ events.push(function(){
disableInput('btnadvdns', hide);
}
- // Make the ‘aditional options’ button a plain button, not a submit button
+ // Make the 'aditional options' button a plain button, not a submit button
$("#btnadvdns").prop('type','button');
// Un-hide aditional controls
@@ -454,8 +454,8 @@ foreach ($a_hosts as $hostent):
<?=htmlspecialchars($hostent['descr'])?>
</td>
<td>
- <a href="services_unbound_host_edit.php?id=<?=$i?>" class="btn btn-xs btn-info"><?=gettext('Edit')?></a>
- <a href="services_unbound.php?type=host&amp;act=del&amp;id=<?=$i?>" class="btn btn-xs btn-danger"><?=gettext('Delete')?></a>
+ <a class="fa fa-pencil" title="<?=gettext('Edit host override')?>" href="services_unbound_host_edit.php?id=<?=$i?>"></a>
+ <a class="fa fa-trash" title="<?=gettext('Delete host override')?>" href="services_unbound.php?type=host&amp;act=del&amp;id=<?=$i?>" onclick="return confirm('<?=gettext("Are you sure you want to delete this host override?")?>')"></a>
</td>
</tr>
@@ -477,7 +477,7 @@ foreach ($a_hosts as $hostent):
<?=htmlspecialchars($alias['description'])?>
</td>
<td>
- <a href="services_unbound_host_edit.php?id=<?=$i?>" class="btn btn-xs btn-info"><?=gettext('Edit')?></a>
+ <a a class="fa fa-pencil" title="<?=gettext('Edit host override')?>" href="services_unbound_host_edit.php?id=<?=$i?>"></a>
</td>
</tr>
<?php
@@ -524,8 +524,8 @@ foreach ($a_domainOverrides as $doment):
<?=htmlspecialchars($doment['descr'])?>&nbsp;
</td>
<td>
- <a href="services_unbound_domainoverride_edit.php?id=<?=$i?>" class="btn btn-xs btn-info"><?=gettext('Edit')?></a>
- <a href="services_unbound.php?act=del&amp;type=doverride&amp;id=<?=$i?>" class="btn btn-xs btn-danger"><?=gettext('Delete')?></a>
+ <a class="fa fa-pencil" title="<?=gettext('Edit domain override')?>" href="services_unbound_domainoverride_edit.php?id=<?=$i?>"></a>
+ <a class="fa fa-trash" title="<?=gettext('Delete domain override')?>" href="services_unbound.php?act=del&amp;type=doverride&amp;id=<?=$i?>" onclick="return confirm('<?=gettext("Are you sure you want to delete this domain override?")?>')"></a>
</td>
</tr>
<?php
OpenPOWER on IntegriCloud