summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/services_router_advertisements.php
diff options
context:
space:
mode:
authorSteve Beaver <sbeaver@netgate.com>2016-12-19 16:03:52 -0500
committerSteve Beaver <sbeaver@netgate.com>2016-12-19 16:04:33 -0500
commite0c32322f1017531511997071e7a4360ff463f53 (patch)
tree273ff240e3a076d633a74643cdaaae4da2eabffb /src/usr/local/www/services_router_advertisements.php
parent8bba33390905e9e613766ecf99e099dfce428bfc (diff)
downloadpfsense-e0c32322f1017531511997071e7a4360ff463f53.zip
pfsense-e0c32322f1017531511997071e7a4360ff463f53.tar.gz
Revised #6889 to use formatted list syntax
Diffstat (limited to 'src/usr/local/www/services_router_advertisements.php')
-rw-r--r--src/usr/local/www/services_router_advertisements.php15
1 files changed, 8 insertions, 7 deletions
diff --git a/src/usr/local/www/services_router_advertisements.php b/src/usr/local/www/services_router_advertisements.php
index 5f04a58..8ea2988 100644
--- a/src/usr/local/www/services_router_advertisements.php
+++ b/src/usr/local/www/services_router_advertisements.php
@@ -157,13 +157,14 @@ $subnets_help = '<span class="help-block">' .
// 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 />' .
+ '<dl class="dl-horizontal responsive">' .
+ '<dt>' . 'Disabled' . '</dt><dd>' . 'RADVD will not be enabled on this interface.' . '</dd>' .
+ '<dt>' . 'Router Only' . '</dt><dd>' . 'Will advertise this router.' . '</dd>' .
+ '<dt>' . 'Unmanaged' . '</dt><dd>' . 'Will advertise this router with stateless autoconfig.' . '</dd>' .
+ '<dt>' . 'Managed' . '</dt><dd>' . 'Will advertise this router with all configuration through a DHCPv6 server.' . '</dd>' .
+ '<dt>' . 'Assisted' . '</dt><dd>' . 'Will advertise this router with configuration through a DHCPv6 server and/or stateless autoconfig.' . '</dd>' .
+ '<dt>' . 'Stateless DHCP' . '</dt><dd>' . 'Will advertise this router with stateless autoconfig and other configuration information available via DHCPv6.' . '</dd>' .
+ '</dl>' .
'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';
OpenPOWER on IntegriCloud