View Issue Details

IDProjectCategoryView StatusLast Update
0011064mantisbtsub-projectspublic2009-10-21 17:05
Reporterwatergad Assigned To 
PrioritynormalSeveritytextReproducibilityN/A
Status newResolutionopen 
Product Version1.2.0rc2 
Summary0011064: Highlight root projects in the manage_proj_page.php
Description

It would be nice to highlight root projects in the common project enumeration of the manage_proj_page.php.
I mean something like adding
<?php if( 0 == $t_level ) echo("<h3>"); ?>
to the <TD> around the current output of:
"<a href="manage_proj_edit_page.php?project_id=<?php echo $t_project['id'] ?>"><?php echo str_repeat( "» ", $t_level ) . string_display( $t_project['name'] ) ?></a>" (line 122 of manage_proj_page.php in 1.2.0rc2)

Quite useful when running more than 5-10 projects of 10-15 subprojects each.

Additional Information

In addition to the multiproject mantis idea:
0011009 , 0011055 , 0011002

TagsNo tags attached.

Activities

watergad

watergad

2009-10-21 17:05

reporter   ~0023272

Somebody may also like '<option style="font-weight: bold" value="' instead of just '<option value="' in line 476 of print_api.php (print_project_option_list() function: echo '<option value="' . $t_id . '"';)