2
0
Эх сурвалжийг харах

! And a class I'm not using any more.

Signed-off-by: Peter Spicer <[email protected]>
Peter Spicer 11 жил өмнө
parent
commit
a02ee2087f

+ 2 - 2
Themes/default/index.template.php

@@ -206,12 +206,12 @@ function template_body_above()
 		// Are there any members waiting for approval?
 		if (!empty($context['unapproved_members']))
 			echo '
-				<li class="modnotice"><a href="', $scripturl, '?action=admin;area=viewmembers;sa=browse;type=approve">', $txt['approve_members_waiting'], ' <span class="amt">', $context['unapproved_members'], '</span></a></li>';
+				<li><a href="', $scripturl, '?action=admin;area=viewmembers;sa=browse;type=approve">', $txt['approve_members_waiting'], ' <span class="amt">', $context['unapproved_members'], '</span></a></li>';
 
 		// This will only apply if we're powerful and can actually see reports.
 		if (!empty($context['open_mod_reports']) && $context['show_open_reports'])
 			echo '
-				<li class="modnotice"><a href="', $scripturl, '?action=moderate;area=reports">', $txt['mod_reports_waiting'], ' <span class="amt">', $context['open_mod_reports'], '</span></a></li>';
+				<li><a href="', $scripturl, '?action=moderate;area=reports">', $txt['mod_reports_waiting'], ' <span class="amt">', $context['open_mod_reports'], '</span></a></li>';
 
 		echo '
 			</ul>';