From 192f3fd53e1b0f3bf438191b4172b230a9c39a28 Mon Sep 17 00:00:00 2001 From: Jared Dillard Date: Sat, 12 Dec 2015 14:16:27 -0600 Subject: clean up webGUI feature help text --- src/usr/local/www/system.php | 4 ++-- 1 file 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('BETA 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("BETA"); +))->setHelp("This is intended for large screens only."); $section->addInput(new Form_Input( 'dashboardcolumns', -- cgit v1.1