Add more color choices for login screen

(cherry picked from commit 1fe82d1dc9)
This commit is contained in:
Administrator 2019-08-27 16:25:01 +02:00 committed by jim-p
parent 5725f53c82
commit 7112400ef8

View File

@ -660,9 +660,11 @@ $section->addInput(new Form_Select(
'logincss',
'Login page color',
$pconfig['logincss'],
["1e3f75;" => gettext("Blue"), "003300" => gettext("Green"), "770101" => gettext("Red"),
["1e3f75;" => gettext("Dark Blue"), "003300" => gettext("Dark green"), "770101" => gettext("Crimson red"),
"4b1263" => gettext("Purple"), "424142" => gettext("Gray"), "333333" => gettext("Dark gray"),
"633215" => gettext("Brown" ), "bf7703" => gettext("Orange")]
"000000" => gettext("Black"), "633215" => gettext("Dark brown"), "bf7703" => gettext("Brown"),
"008000" => gettext("Green"), "007faa" => gettext("Light Blue"), "dc2a2a" => gettext("Red"),
"9b59b6" => gettext("Violet")]
))->setHelp('Choose a color for the login page');
$section->addInput(new Form_Checkbox(