From: moodler Date: Sun, 12 Mar 2006 08:08:51 +0000 (+0000) Subject: Tidy cron warning X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=6ac7e7c51a360a004344e778c8b8857d4c3f93aa;p=moodle.git Tidy cron warning --- 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