summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/services_unbound_domainoverride_edit.php
diff options
context:
space:
mode:
authorstilez <stilez@users.noreply.github.com>2017-03-17 07:30:18 +0000
committerGitHub <noreply@github.com>2017-03-17 07:30:18 +0000
commit24be73af156efd858c857254bca0d570b3a6657e (patch)
treeee6ff332516ee84cde43f7ee55f9dded50868f06 /src/usr/local/www/services_unbound_domainoverride_edit.php
parentcfb99f1c36b0cd2d1ac88b998c85a7574cf28349 (diff)
downloadpfsense-24be73af156efd858c857254bca0d570b3a6657e.zip
pfsense-24be73af156efd858c857254bca0d570b3a6657e.tar.gz
review point fixed
Diffstat (limited to 'src/usr/local/www/services_unbound_domainoverride_edit.php')
-rw-r--r--src/usr/local/www/services_unbound_domainoverride_edit.php15
1 files changed, 10 insertions, 5 deletions
diff --git a/src/usr/local/www/services_unbound_domainoverride_edit.php b/src/usr/local/www/services_unbound_domainoverride_edit.php
index 91c9d1c..0cee8f4 100644
--- a/src/usr/local/www/services_unbound_domainoverride_edit.php
+++ b/src/usr/local/www/services_unbound_domainoverride_edit.php
@@ -146,11 +146,16 @@ if (isset($id) && $a_domainOverrides[$id]) {
));
}
-$section->setHelp("This page is used to specify domains for which the resolver's standard DNS lookup process will be overridden, " .
-"and the resolver will query a different (non-standard) lookup server instead. It is possible to enter 'non-standard', 'invalid' " .
-"and 'local' domains such as 'test', 'mycompany.localdomain', or '1.168.192.in-addr.arpa', as well as usual publicly resolvable " .
-"domains such as 'org', 'info', or 'google.co.uk'. The IP address entered will be treated as the IP address of an authoritative " .
-"lookup server for the domain (including all of its subdomains), and other lookup servers will not be queried.");
+$section->addInput(new Form_StaticText(
+ '',
+ '<span class="help-block">' .
+ gettext("This page is used to specify domains for which the resolver's standard DNS lookup process will be overridden, " .
+ "and the resolver will query a different (non-standard) lookup server instead. It is possible to enter 'non-standard', 'invalid' " .
+ "and 'local' domains such as 'test', 'mycompany.localdomain', or '1.168.192.in-addr.arpa', as well as usual publicly resolvable " .
+ "domains such as 'org', 'info', or 'google.co.uk'. The IP address entered will be treated as the IP address of an authoritative " .
+ "lookup server for the domain (including all of its subdomains), and other lookup servers will not be queried.") .
+ '</span>'
+));
$form->add($section);
OpenPOWER on IntegriCloud