View Issue Details

IDProjectCategoryView StatusLast Update
0008621mantisbttime trackingpublic2008-05-21 02:40
Reporterbethysgu Assigned Tovboctor  
PrioritynormalSeveritytweakReproducibilityalways
Status closedResolutionfixed 
Product Version1.1.0rc3 
Fixed in Version1.2.0a1 
Summary0008621: The expand icon is inverted for the Time tracking section
Description

On the bug description page, the expand icon of the Time tracking section is inverted.
When the section is already expanded, there is a "plus" icon.
When the section is hidden, there is a "minus" icon.

Tagspatch
Attached Files
bugnote_stats_inc.php.patch (1,005 bytes)   
--- bugnote_stats_inc.php.org	2007-12-06 15:38:37.359375000 +0900
+++ bugnote_stats_inc.php	2007-12-06 15:37:36.687500000 +0900
@@ -39,20 +39,7 @@
 
 <?php 
 	collapse_open( 'bugnotestats' );
-?>
-<table class="width100" cellspacing="0">
-<tr>
-	<td class="form-title" colspan="4">
-		<?php
-			collapse_icon( 'bugnotestats' );
-			echo lang_get( 'time_tracking' ) ?>
-	</td>
-</tr>
-</table>
-<?php
-	collapse_closed( 'bugnotestats' );
-?>
-<?php
+
 	$t_bugnote_stats_from_def = date( "d:m:Y", $t_bug->date_submitted );
 	$t_bugnote_stats_from_def_ar = explode ( ":", $t_bugnote_stats_from_def );
 	$t_bugnote_stats_from_def_d = $t_bugnote_stats_from_def_ar[0];
@@ -151,5 +138,17 @@
 </table>
 <?php } # end if ?>
 <?php
+	collapse_closed( 'bugnotestats' );
+?>
+<table class="width100" cellspacing="0">
+<tr>
+	<td class="form-title" colspan="4">
+		<?php
+			collapse_icon( 'bugnotestats' );
+			echo lang_get( 'time_tracking' ) ?>
+	</td>
+</tr>
+</table>
+<?php
 	collapse_end( 'bugnotestats' );
 ?>
bugnote_stats_inc.php.patch (1,005 bytes)   

Relationships

parent of 0009185 closedvboctor Port 0008621: The expand icon is inverted for the Time tracking section 

Activities

seiji

seiji

2007-12-06 01:49

reporter   ~0016383

I've attached patch file.

vboctor

vboctor

2008-03-08 04:08

manager   ~0017292

Fixed by the following checkins. Note that the attached patch didn't fix the billing page.

Revision: 5099
http://mantisbt.svn.sourceforge.net/mantisbt/?rev=5099&view=rev

Revision: 5098
http://mantisbt.svn.sourceforge.net/mantisbt/?rev=5098&view=rev