summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/system.php
diff options
context:
space:
mode:
authorStephen Beaver <sbeaver@netgate.com>2015-12-21 10:05:46 -0500
committerStephen Beaver <sbeaver@netgate.com>2015-12-21 10:06:11 -0500
commit8c186a5a43b25d2a195627dbc11f1a838364bd21 (patch)
tree82e7556ba66adfc85259aa0e54c232af7de62fa8 /src/usr/local/www/system.php
parent3ad27058c6c253b40c9f9c735c0e2fef67dd70d1 (diff)
downloadpfsense-8c186a5a43b25d2a195627dbc11f1a838364bd21.zip
pfsense-8c186a5a43b25d2a195627dbc11f1a838364bd21.tar.gz
Add "BETA" badge to ne UI feature
Diffstat (limited to 'src/usr/local/www/system.php')
-rw-r--r--src/usr/local/www/system.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/local/www/system.php b/src/usr/local/www/system.php
index 70a6b79..8f0bd11 100644
--- a/src/usr/local/www/system.php
+++ b/src/usr/local/www/system.php
@@ -511,7 +511,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.');
+))->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>');
$form->add($section);
OpenPOWER on IntegriCloud