From 6ac7e7c51a360a004344e778c8b8857d4c3f93aa Mon Sep 17 00:00:00 2001 From: moodler Date: Sun, 12 Mar 2006 08:08:51 +0000 Subject: [PATCH] Tidy cron warning --- admin/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin/index.php b/admin/index.php index e254ec2484..dd5d9994b3 100644 --- a/admin/index.php +++ b/admin/index.php @@ -339,7 +339,7 @@ if (time() - $lastcron > 3600 * 24) { $strinstallation = get_string('installation', 'install'); $helpbutton = helpbutton('install', $strinstallation, 'moodle', true, false, '', true); - print_simple_box(get_string('cronwarning', 'admin').$helpbutton, 'center', '50%'); + print_simple_box(get_string('cronwarning', 'admin')." ".$helpbutton, 'center'); } /// Alert if we are currently in maintenance mode -- 2.39.5