From f39cf6ed2f43706ef13e67353ea7e43f5d09b7a8 Mon Sep 17 00:00:00 2001 From: Bharat Mediratta Date: Sun, 23 Nov 2008 07:46:50 +0000 Subject: Add a button to install all plugins at once, now that we have so many. Improve the style a bit, sort the plugins, put core first and make it stand out so that you don't accidentally uninstall it. --- core/views/welcome.html.php | 12 ++++++++++++ core/views/welcome_syscheck.html.php | 9 +++++++++ 2 files changed, 21 insertions(+) (limited to 'core/views') diff --git a/core/views/welcome.html.php b/core/views/welcome.html.php index a3f70d33..41578935 100644 --- a/core/views/welcome.html.php +++ b/core/views/welcome.html.php @@ -106,6 +106,18 @@ display: inline; } + tr.core td { + border-bottom: 1px solid black; + + } + + a { + text-decoration: none; + } + + a:hover { + text-decoration: underline; + } diff --git a/core/views/welcome_syscheck.html.php b/core/views/welcome_syscheck.html.php index 7d972689..e469a724 100644 --- a/core/views/welcome_syscheck.html.php +++ b/core/views/welcome_syscheck.html.php @@ -35,7 +35,13 @@ Version Action + + core + + + $module_version): ?> + @@ -49,6 +55,9 @@ + + + -- cgit v1.2.3