Revision 192f3fd5
Added by Jared Dillard over 9 years ago
src/usr/local/www/system.php | ||
---|---|---|
487 | 487 |
'Theme', |
488 | 488 |
$pconfig['webguicss'], |
489 | 489 |
$csslist |
490 |
))->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');
|
|
490 |
))->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'); |
|
491 | 491 |
|
492 | 492 |
$section->addInput(new Form_Select( |
493 | 493 |
'webguifixedmenu', |
494 | 494 |
'Top Navigation', |
495 | 495 |
$pconfig['webguifixedmenu'], |
496 | 496 |
["" => "Scrolls with page", "fixed" => "Fixed (Remains visible at top of page)"] |
497 |
))->setHelp("<span class=\"badge bg-danger\" title=\"This feature is in BETA\">BETA</span>");
|
|
497 |
))->setHelp("This is intended for large screens only.");
|
|
498 | 498 |
|
499 | 499 |
$section->addInput(new Form_Input( |
500 | 500 |
'dashboardcolumns', |
Also available in: Unified diff
clean up webGUI feature help text