Browse Source

! Small layout issue from DrDeejay http://www.simplemachines.org/community/index.php?topic=458027.0

Spuds 13 years ago
parent
commit
17f9d9aa1d
1 changed files with 2 additions and 2 deletions
  1. 2 2
      Themes/default/Recent.template.php

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

@@ -201,7 +201,7 @@ function template_unread()
 
 			if ($showCheckboxes)
 				echo '
-							<td class="windowbg2" valign="middle" align="center">
+							<td class="' . (!empty($color_class) ? $color_class : 'windowbg2') . '" valign="middle" align="center">
 								<input type="checkbox" name="topics[]" value="', $topic['id'], '" class="input_check" />
 							</td>';
 			echo '
@@ -385,7 +385,7 @@ function template_replies()
 
 			if ($showCheckboxes)
 				echo '
-							<td class="windowbg2" valign="middle" align="center">
+							<td class="' . (!empty($color_class) ? $color_class : 'windowbg2') . '" valign="middle" align="center">
 								<input type="checkbox" name="topics[]" value="', $topic['id'], '" class="input_check" />
 							</td>';
 			echo '