Browse Source

Use .infobox iinstead of #task_completed

John Rayes 11 years ago
parent
commit
4134b9c2f0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Themes/default/ManageScheduledTasks.template.php

+ 1 - 1
Themes/default/ManageScheduledTasks.template.php

@@ -20,7 +20,7 @@ function template_view_scheduled_tasks()
 	{
 		if (empty($context['scheduled_errors']))
 			echo '
-	<div id="task_completed">
+	<div class="infobox">
 		', $txt['scheduled_tasks_were_run'], '
 	</div>';
 		else