View Issue Details

IDProjectCategoryView StatusLast Update
0007487mantisbtreportspublic2007-08-02 02:28
Reportermkornatzki Assigned Tograngeway  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionfixed 
Product Version1.0.5 
Fixed in Version1.1.0a4 
Summary0007487: wrong title of dependency-graph
Description

If you want the title "Dependency Graph" instead of "Relationship Graph" you have to do the following changes:

in bug_relationship_graph.php:
<tr>
<!-- Title -->
<td class="form-title">

  • <?php echo lang_get( 'viewing_bug_relationship_graph_title' ) ?>
  • <?php
  • if ( $t_graph_relation )
  • echo lang_get( 'viewing_bug_relationship_graph_title' );
  • else
  • echo lang_get( 'viewing_bug_dependency_graph_title' );
  • ?>
    </td>
    <!-- Links -->
    <td class="right">

in custom_strings_inc.php:

  • Relationship Graphs

  • $s_viewing_bug_dependency_graph_title = "Dependency Graph";
TagsNo tags attached.

Activities

grangeway

grangeway

2007-07-15 18:17

reporter   ~0014987

Fixed in CVS