diff --git a/src/usr/local/www/system.php b/src/usr/local/www/system.php index 07b561868a..97cb30d550 100644 --- a/src/usr/local/www/system.php +++ b/src/usr/local/www/system.php @@ -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(