View Issue Details

IDProjectCategoryView StatusLast Update
0004093mantisbtfilterspublic2004-08-29 02:35
Reporterthraxisp Assigned ToNarcissus  
PrioritynormalSeveritytweakReproducibilityalways
Status closedResolutionfixed 
Product Versiongit trunk 
Fixed in Version0.19.0rc1 
Summary0004093: Custom field values are a larger type size in view_all_bug_page
Description

The values in the custom fields are missing a style attribute that causes the value to be listed in a latger type size.

Patsh in additional information field.

Additional Information

Index: core/filter_api.php

RCS file: /cvsroot/mantisbt/mantisbt/core/filter_api.php,v
retrieving revision 1.46
diff -u -r1.46 filter_api.php
--- core/filter_api.php 11 Jul 2004 05:43:38 -0000 1.46
+++ core/filter_api.php 15 Jul 2004 01:53:23 -0000
@@ -1197,7 +1197,7 @@
$t_output = '';
$t_any_found = false;

  • $t_values .= '<td> ' ;
  • $t_values .= '<td class="small-caption" valign="top"> ' ;
    if ( !isset( $t_filter['custom_fields'][$t_accessible_custom_fields_ids[$i]] ) ) {
    $t_values .= lang_get( 'any' );
    } else {
TagsNo tags attached.

Activities

There are no notes attached to this issue.