From c8adf7076039e7fad673af1c2a61ed79e030ac6f Mon Sep 17 00:00:00 2001 From: JT Smith Date: Tue, 3 Aug 2010 13:48:35 -0500 Subject: [PATCH] missing admin in conf, fixed color on starter --- etc/WebGUI.conf.original | 1 + lib/WebGUI/Wizard/Setup.pm | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/etc/WebGUI.conf.original b/etc/WebGUI.conf.original index 8fae42837..765fd37d9 100644 --- a/etc/WebGUI.conf.original +++ b/etc/WebGUI.conf.original @@ -984,6 +984,7 @@ "WebGUI::Content::Prefetch", "WebGUI::Content::Maintenance", "WebGUI::Content::Referral", + "WebGUI::Content::Admin", "WebGUI::Content::AssetManager", "WebGUI::Content::AssetDiscovery", "WebGUI::Content::PassiveAnalytics", diff --git a/lib/WebGUI/Wizard/Setup.pm b/lib/WebGUI/Wizard/Setup.pm index 89c641c9f..5df8c10af 100644 --- a/lib/WebGUI/Wizard/Setup.pm +++ b/lib/WebGUI/Wizard/Setup.pm @@ -79,7 +79,7 @@ body { margin-top: 120px; margin-left: 5%; margin-right: 5%; - background-color: #ccf; + background-color: #1e78f2; } h1 {