summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/system.php
diff options
context:
space:
mode:
authorNOYB <Al_Stu@Frontier.com>2016-04-10 00:10:37 -0700
committerStephen Beaver <sbeaver@netgate.com>2016-04-11 08:22:22 -0400
commitea78f829c3cb9fde95cf28c2ad344f028119208a (patch)
treed3812c084682a205bebd99bb4df29fb078c137e8 /src/usr/local/www/system.php
parenta16d923f62dfd40a684f9c9b186dd3dbee12ceb2 (diff)
downloadpfsense-ea78f829c3cb9fde95cf28c2ad344f028119208a.zip
pfsense-ea78f829c3cb9fde95cf28c2ad344f028119208a.tar.gz
System / General Setup - Remove Beta Badges
Remove beta badge from Associated Panels Show/Hide options. Remove beta badge from Left Column Labels option.
Diffstat (limited to 'src/usr/local/www/system.php')
-rw-r--r--src/usr/local/www/system.php5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/usr/local/www/system.php b/src/usr/local/www/system.php
index 8d7973f..c7dd164 100644
--- a/src/usr/local/www/system.php
+++ b/src/usr/local/www/system.php
@@ -556,8 +556,7 @@ $group->add(new Form_Checkbox(
$pconfig['statusmonitoringsettingspanel']
))->setHelp('Show the Settings panel in Status Monitoring.');
-$group->setHelp('These options allow certain panels to be automatically hidden on page load. A control is provided in the title bar to un-hide the panel.
-<br /><span class="badge" title="This feature is in BETA">BETA</span>');
+$group->setHelp('These options allow certain panels to be automatically hidden on page load. A control is provided in the title bar to un-hide the panel.');
$section->add($group);
@@ -566,7 +565,7 @@ $section->addInput(new Form_Checkbox(
'Left Column Labels',
'Active',
$pconfig['webguileftcolumnhyper']
-))->setHelp('If selected, clicking a label in the left column will select/toggle the first item of the group.<br /><span class="badge" title="This feature is in BETA">BETA</span>');
+))->setHelp('If selected, clicking a label in the left column will select/toggle the first item of the group.');
$form->add($section);
OpenPOWER on IntegriCloud