summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/services_unbound.php
diff options
context:
space:
mode:
authorStephen Beaver <sbeaver@netgate.com>2015-11-04 13:52:13 -0500
committerStephen Beaver <sbeaver@netgate.com>2015-11-04 13:52:13 -0500
commit782922c2ea2a8c403ab888292222328aa7adea0e (patch)
tree482d0c6ca90388d449fb75a6af6ee3afc53309cd /src/usr/local/www/services_unbound.php
parentc9679d8c1c130d8c7c218da982295b582c92147c (diff)
downloadpfsense-782922c2ea2a8c403ab888292222328aa7adea0e.zip
pfsense-782922c2ea2a8c403ab888292222328aa7adea0e.tar.gz
Buttons changed to new design
Diffstat (limited to 'src/usr/local/www/services_unbound.php')
-rw-r--r--src/usr/local/www/services_unbound.php35
1 files changed, 21 insertions, 14 deletions
diff --git a/src/usr/local/www/services_unbound.php b/src/usr/local/www/services_unbound.php
index f455f0a..00b2c97 100644
--- a/src/usr/local/www/services_unbound.php
+++ b/src/usr/local/www/services_unbound.php
@@ -366,17 +366,7 @@ $section->addInput(new Form_TextArea (
$form->add($section);
print($form);
-
-print_info_box(sprintf(gettext("If the DNS Resolver is enabled, the DHCP".
-" service (if enabled) will automatically serve the LAN IP".
-" address as a DNS server to DHCP clients so they will use".
-" the DNS Resolver. If Forwarding, is enabled, the DNS Resolver will use the DNS servers".
-" entered in %sSystem: General setup%s".
-" or those obtained via DHCP or PPP on WAN if the &quot;Allow".
-" DNS server list to be overridden by DHCP/PPP on WAN&quot;".
-" is checked."),'<a href="system.php">','</a>'));
?>
-
<script>
//<![CDATA[
events.push(function(){
@@ -491,8 +481,11 @@ endforeach;
</div>
</div>
-<nav class="action-buttons">
- <a href="services_unbound_host_edit.php" class="btn btn-sm btn-success"><?=gettext('Add')?></a>
+<nav class="action-buttons" style="margin-top: 10px;">
+ <a href="services_unbound_host_edit.php" class="btn btn-sm btn-success">
+ <i class="fa fa-plus" style="font-size:15px; vertical-align: middle; margin-right: 6px;"></i>
+ <?=gettext('Add')?>
+ </a>
</nav>
<div class="panel panel-default">
@@ -537,7 +530,21 @@ endforeach;
</div>
</div>
-<nav class="action-buttons">
- <a href="services_unbound_domainoverride_edit.php" class="btn btn-sm btn-success"><?=gettext('Add')?></a>
+<nav class="action-buttons" style="margin-top: 10px;">
+ <a href="services_unbound_domainoverride_edit.php" class="btn btn-sm btn-success">
+ <i class="fa fa-plus" style="font-size:15px; vertical-align: middle; margin-right: 6px;"></i>
+ <?=gettext('Add')?>
+ </a>
</nav>
+
+<div id="infoblock">
+ <?=print_info_box(sprintf(gettext("If the DNS Resolver is enabled, the DHCP".
+ " service (if enabled) will automatically serve the LAN IP".
+ " address as a DNS server to DHCP clients so they will use".
+ " the DNS Resolver. If Forwarding, is enabled, the DNS Resolver will use the DNS servers".
+ " entered in %sSystem: General setup%s".
+ " or those obtained via DHCP or PPP on WAN if the &quot;Allow".
+ " DNS server list to be overridden by DHCP/PPP on WAN&quot;".
+ " is checked."),'<a href="system.php">','</a>'), info)?>
+</div>
<?php include("foot.inc");
OpenPOWER on IntegriCloud