summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/system.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr/local/www/system.php')
-rw-r--r--src/usr/local/www/system.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/usr/local/www/system.php b/src/usr/local/www/system.php
index e2fcd72..051dcae 100644
--- a/src/usr/local/www/system.php
+++ b/src/usr/local/www/system.php
@@ -466,7 +466,7 @@ $section->addInput(new Form_Select(
$form->add($section);
$csslist = array();
-$css = glob("bootstrap/css/*.css");
+$css = glob("/usr/local/www/bootstrap/css/*.css");
foreach ($css as $file) {
$file = basename($file);
if(substr($file, 0, 9) !== 'bootstrap') {
@@ -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("The fixed option is intended for large screens only.");
$section->addInput(new Form_Input(
'dashboardcolumns',
OpenPOWER on IntegriCloud