mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Added orange login page choice
This commit is contained in:
parent
05ae852482
commit
bb61608dcf
@ -608,7 +608,8 @@ $section->addInput(new Form_Select(
|
||||
'Login page color',
|
||||
$pconfig['logincss'],
|
||||
["1e3f75;" => gettext("Blue"), "003300" => gettext("Green"), "770101" => gettext("Red"),
|
||||
"4b1263" => gettext("Purple"), "424142" => gettext("Gray"), "633215" => gettext("Brown" )]
|
||||
"4b1263" => gettext("Purple"), "424142" => gettext("Gray"), "633215" => gettext("Brown" ),
|
||||
"bf7703" => gettext("Orange")]
|
||||
))->setHelp('Choose a color for the login page');
|
||||
|
||||
$section->addInput(new Form_Checkbox(
|
||||
|
||||
Loading…
Reference in New Issue
Block a user