From 38ddf559f0f52095c50710268a9890199b73e648 Mon Sep 17 00:00:00 2001 From: Bharat Mediratta Date: Tue, 13 Jan 2009 10:57:38 +0000 Subject: Put up a nice message if there are no other themes available to choose. --- core/views/admin_themes.html.php | 16 ++++++++++++++++ themes/admin_default/css/screen.css | 1 + 2 files changed, 17 insertions(+) diff --git a/core/views/admin_themes.html.php b/core/views/admin_themes.html.php index e9266831..b662ea5f 100644 --- a/core/views/admin_themes.html.php +++ b/core/views/admin_themes.html.php @@ -26,6 +26,7 @@

+ $info): ?> site) continue ?> @@ -39,7 +40,14 @@

+ + + +

+ +

+ @@ -56,6 +64,7 @@

+ $info): ?> admin) continue ?> @@ -69,7 +78,14 @@

+ + + +

+ +

+ diff --git a/themes/admin_default/css/screen.css b/themes/admin_default/css/screen.css index ce5f471e..674c90b2 100644 --- a/themes/admin_default/css/screen.css +++ b/themes/admin_default/css/screen.css @@ -168,6 +168,7 @@ #gAdminThemes .selected { background: #cfc !important; + cursor: default !important; } #gAdminThemes .gBlock { -- cgit v1.2.3