]> git.mjollnir.org Git - moodle.git/commitdiff
Tidy cron warning
authormoodler <moodler>
Sun, 12 Mar 2006 08:08:51 +0000 (08:08 +0000)
committermoodler <moodler>
Sun, 12 Mar 2006 08:08:51 +0000 (08:08 +0000)
admin/index.php

index e254ec248419a49980d13c00a7e2779cd0100176..dd5d9994b33d801e9078eda8c7ebb2f1af8c9d26 100644 (file)
     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')."&nbsp;".$helpbutton, 'center');
     }
 
 /// Alert if we are currently in maintenance mode