summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/system_advanced_admin.php
diff options
context:
space:
mode:
authorStephen Beaver <sbeaver@netgate.com>2015-11-12 12:27:47 -0500
committerStephen Beaver <sbeaver@netgate.com>2015-11-12 12:39:58 -0500
commit046220a609bfd90a465b3d15d548f15e5fab5efa (patch)
tree82c49429605db057fde64fa19da0d6fd38a36bf5 /src/usr/local/www/system_advanced_admin.php
parent5052bfa069e028460e69240d7ed9f4265a7910cc (diff)
downloadpfsense-046220a609bfd90a465b3d15d548f15e5fab5efa.zip
pfsense-046220a609bfd90a465b3d15d548f15e5fab5efa.tar.gz
Experimental css option
Diffstat (limited to 'src/usr/local/www/system_advanced_admin.php')
-rw-r--r--src/usr/local/www/system_advanced_admin.php11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/usr/local/www/system_advanced_admin.php b/src/usr/local/www/system_advanced_admin.php
index a730d0a..b4b918f 100644
--- a/src/usr/local/www/system_advanced_admin.php
+++ b/src/usr/local/www/system_advanced_admin.php
@@ -470,6 +470,17 @@ $section->addInput(new Form_Checkbox(
'by the current page. Check this box to display the current page followed by the '.
'host name.');
+$csslist = glob("/Bootstrap/css/*.css");
+
+$csslist = array_combine($csslist, $csslist);
+
+$section->addInput(new Form_Select(
+ 'webguicss',
+ 'Web configurator style sheet',
+ $csslist,
+ $pconfig['webguicss']
+));
+
$form->add($section);
$section = new Form_Section('Secure Shell');
OpenPOWER on IntegriCloud