From 33a0bb1edf2cd26b52336f429893945c38f4e4a8 Mon Sep 17 00:00:00 2001 From: Meik Sievertsen Date: Sun, 9 Nov 2008 19:29:32 +0000 Subject: ok, trim down the config check significantly for 3.0.3 until we properly discussed this git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9055 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/adm/style/acp_main.html | 3 +-- phpBB/adm/style/admin.css | 4 ++++ 2 files changed, 5 insertions(+), 2 deletions(-) (limited to 'phpBB/adm') diff --git a/phpBB/adm/style/acp_main.html b/phpBB/adm/style/acp_main.html index 3bfa7602c7..4b6bc1910d 100644 --- a/phpBB/adm/style/acp_main.html +++ b/phpBB/adm/style/acp_main.html @@ -22,8 +22,7 @@ -
-

{L_WARNING}

+

{L_WRITABLE_CONFIG}

diff --git a/phpBB/adm/style/admin.css b/phpBB/adm/style/admin.css index 219ff20eba..344b5cacf0 100644 --- a/phpBB/adm/style/admin.css +++ b/phpBB/adm/style/admin.css @@ -1175,6 +1175,10 @@ input.disabled { font-weight: bold; } +.notice { + background-color: #62A5CC; +} + /* Special cases for the error page */ #errorpage #page-header a { font-weight: bold; -- cgit v1.2.1