--- D:/xampp/xampp/htdocs/mantis/core/filter_api.php	Thu Dec 21 18:41:00 2006
+++ D:/xampp/xampp/htdocs/mantis_dev/core/filter_api.php	Thu Mar 08 18:51:23 2007
@@ -1743,10 +1743,10 @@
 			<td class="small-caption" valign="top">
 				<a href="<?php PRINT $t_filters_url . 'sticky_issues'; ?>" id="sticky_issues_filter"><?php PRINT lang_get( 'sticky' ) ?>:</a>
 			</td>
-			<td class="small-caption" valign="top">
+			<td class="small-caption" valign="top" colspan="2">
 				<a href="<?php PRINT $t_filters_url . 'highlight_changed'; ?>" id="highlight_changed_filter"><?php PRINT lang_get( 'changed' ) ?>:</a>
 			</td>
-			<td class="small-caption" valign="top" colspan="2">
+			<td class="small-caption" valign="top">
 				<a href="<?php PRINT $t_filters_url . 'do_filter_by_date'; ?>" id="do_filter_by_date_filter"><?php PRINT lang_get( 'use_date_filters' ) ?>:</a>
 			</td>
 			<td class="small-caption" valign="top" colspan="2">
@@ -1781,11 +1781,11 @@
 				?>
 				<input type="hidden" name="sticky_issues" value="<?php echo $t_sticky_filter_state ? 'on' : 'off';?>" />
 			</td>
-			<td class="small-caption" valign="top" id="highlight_changed_filter_target">
+			<td class="small-caption" valign="top" colspan="2" id="highlight_changed_filter_target">
 				<?php PRINT $t_filter['highlight_changed']; ?>
 				<input type="hidden" name="highlight_changed" value="<?php echo $t_filter['highlight_changed'];?>" />
 			</td>
-			<td class="small-caption" valign="top" colspan="2" id="do_filter_by_date_filter_target">
+			<td class="small-caption" valign="top" id="do_filter_by_date_filter_target">
 							<?php
 							if ( ( ON == config_get( 'dhtml_filters' ) ) && ( ON == config_get( 'use_javascript' ) ) ){
 								?>
@@ -2096,10 +2096,10 @@
 			<?php
 				if ( 'advanced' == $t_view_type ) {
 				?>
-					<td class="small-caption" valign="top">
+					<td class="small-caption" valign="top" colspan="2">
 						<a href="<?php PRINT $t_filters_url . 'project_id'; ?>" id="project_id_filter"><?php PRINT lang_get( 'email_project' ) ?>:</a>
 					</td>
-					<td class="small-caption" valign="top" colspan="2" id="project_id_filter_target">
+					<td class="small-caption" valign="top" id="project_id_filter_target">
 						<?php
 							$t_output = '';
 							if ( !is_array( $t_filter['project_id'] ) ) {
