summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/system.php
diff options
context:
space:
mode:
authorJared Dillard <jdillard@netgate.com>2015-12-12 14:16:27 -0600
committerJared Dillard <jdillard@netgate.com>2015-12-12 14:16:27 -0600
commit192f3fd53e1b0f3bf438191b4172b230a9c39a28 (patch)
tree045d40b3ace141609ab201eda00c3bdfe7375673 /src/usr/local/www/system.php
parentf9cbb6dd7f5255dc49a22672761bb12bfb969218 (diff)
downloadpfsense-192f3fd53e1b0f3bf438191b4172b230a9c39a28.zip
pfsense-192f3fd53e1b0f3bf438191b4172b230a9c39a28.tar.gz
clean up webGUI feature help text
Diffstat (limited to 'src/usr/local/www/system.php')
-rw-r--r--src/usr/local/www/system.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/usr/local/www/system.php b/src/usr/local/www/system.php
index 175fd6d..578eae3 100644
--- a/src/usr/local/www/system.php
+++ b/src/usr/local/www/system.php
@@ -487,14 +487,14 @@ $section->addInput(new Form_Select(
'Theme',
$pconfig['webguicss'],
$csslist
-))->setHelp('<span class="badge" title="This feature is in BETA">BETA</span> Choose an alternative css file (if installed) to change the appearance of the Web configurator. css files are located in /usr/local/www/bootstrap/css');
+))->setHelp('Choose an alternative css file (if installed) to change the appearance of the Web configurator. css files are located in /usr/local/www/bootstrap/css');
$section->addInput(new Form_Select(
'webguifixedmenu',
'Top Navigation',
$pconfig['webguifixedmenu'],
["" => "Scrolls with page", "fixed" => "Fixed (Remains visible at top of page)"]
-))->setHelp("<span class=\"badge bg-danger\" title=\"This feature is in BETA\">BETA</span>");
+))->setHelp("This is intended for large screens only.");
$section->addInput(new Form_Input(
'dashboardcolumns',
OpenPOWER on IntegriCloud