summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/services_router_advertisements.php
diff options
context:
space:
mode:
authorSteve Beaver <sbeaver@netgate.com>2016-12-19 15:50:24 -0500
committerSteve Beaver <sbeaver@netgate.com>2016-12-19 15:52:13 -0500
commit8bba33390905e9e613766ecf99e099dfce428bfc (patch)
tree3805f849288775ff234257850426e83c2e7a9202 /src/usr/local/www/services_router_advertisements.php
parent3eaf25aad50a6b0e579482f6cad9b522fb8f62cf (diff)
downloadpfsense-8bba33390905e9e613766ecf99e099dfce428bfc.zip
pfsense-8bba33390905e9e613766ecf99e099dfce428bfc.tar.gz
COmpleted #6889 by re-formatting help text
Diffstat (limited to 'src/usr/local/www/services_router_advertisements.php')
-rw-r--r--src/usr/local/www/services_router_advertisements.php22
1 files changed, 14 insertions, 8 deletions
diff --git a/src/usr/local/www/services_router_advertisements.php b/src/usr/local/www/services_router_advertisements.php
index e2b0672..5f04a58 100644
--- a/src/usr/local/www/services_router_advertisements.php
+++ b/src/usr/local/www/services_router_advertisements.php
@@ -154,6 +154,19 @@ $subnets_help = '<span class="help-block">' .
"If no subnets are specified here, the Router Advertisement (RA) Daemon will advertise to the subnet to which the router's interface is assigned.") .
'</span>';
+// THe use of <div class="infoblock"> here causes the text to be hidden until the user clicks the "info" icon
+$ramode_help = 'Select the Operating Mode for the Router Advertisement (RA) Daemon.' .
+ '<div class="infoblock">' .
+ '<br />' .
+ '<strong>Disabled</strong> - RADVD will not be enabled on this interface.' . '<br />' .
+ '<strong>Router Only</strong> - Will advertise this router.' . '<br />' .
+ '<strong>Unmanaged</strong> - Will advertise this router with stateless autoconfig.' . '<br />' .
+ '<strong>Managed</strong> - Will advertise this router with all configuration through a DHCPv6 server.' . '<br />' .
+ '<strong>Assisted</strong> - Will advertise this router with configuration through a DHCPv6 server and/or stateless autoconfig.' . '<br />' .
+ '<strong>Stateless DHCP</strong> - Will advertise this router with stateless autoconfig and other configuration information available via DHCPv6.' . '<br /><br />' .
+ 'It is not required to activate DHCPv6 server on pfSense when set to "Managed", "Assisted" or "Stateless DHCP", it can be another host on the network.' .
+ '</div';
+
if ($_POST) {
unset($input_errors);
@@ -325,14 +338,7 @@ $section->addInput(new Form_Select(
'Router mode',
$pconfig['ramode'],
$advertise_modes
-))->setHelp('Select the Operating Mode for the Router Advertisement (RA) Daemon.' . '<br /><br />' .
- '<strong>Disabled</strong> - RADVD will not be enabled on this interface.' . '<br />' .
- '<strong>Router Only</strong> - Will advertise this router.' . '<br />' .
- '<strong>Unmanaged</strong> - Will advertise this router with stateless autoconfig.' . '<br />' .
- '<strong>Managed</strong> - Will advertise this router with all configuration through a DHCPv6 server.' . '<br />' .
- '<strong>Assisted</strong> - Will advertise this router with configuration through a DHCPv6 server and/or stateless autoconfig.' . '<br />' .
- '<strong>Stateless DHCP</strong> - Will advertise this router with stateless autoconfig and other configuration information available via DHCPv6.' . '<br /><br />' .
- 'It is not required to activate DHCPv6 server on pfSense when set to "Managed", "Assisted" or "Stateless DHCP", it can be another host on the network.');
+))->setHelp($ramode_help);
$section->addInput(new Form_Select(
'rapriority',
OpenPOWER on IntegriCloud