|
|
Choosing A Webhost: |
mantisbt bug_relationship_graph.php,1.4,1.5: msg#00063bug-tracking.mantis.cvs
Update of /cvsroot/mantisbt/mantisbt In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv24878 Modified Files: bug_relationship_graph.php Log Message: Fix: 0007487: wrong title of dependency-graph Index: bug_relationship_graph.php =================================================================== RCS file: /cvsroot/mantisbt/mantisbt/bug_relationship_graph.php,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- bug_relationship_graph.php 25 Jul 2005 16:34:10 -0000 1.4 +++ bug_relationship_graph.php 15 Jul 2007 22:16:59 -0000 1.5 @@ -68,7 +68,12 @@ <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_dependancy_graph_title' ); + ?> </td> <!-- Links --> <td class="right"> ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/
|
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | mantisbt/lang strings_english.txt,1.301,1.302, Paul Richards |
|---|---|
| Next by Date: | mantisbt/core email_api.php,1.121.10.1,1.121.10.2, Glenn Henshaw |
| Previous by Thread: | mantisbt/lang strings_english.txt,1.301,1.302, Paul Richards |
| Next by Thread: | mantisbt/core email_api.php,1.121.10.1,1.121.10.2, Glenn Henshaw |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
Free MagazinesCisco NewsReceive a free quarterly e-newsletter with exclusive articles on how Cisco IT uses its own products and solutions to enable the business. subscribe Systems Management News, the newspaper for IT systems administration and data center managers! Each issue of Systems Management News is chock-full of news and analysis to help you understand what's happening in your field. subscribe The Enterprise Newsweekly eWeek is the essential technology information source for builders of e-business. subscribe Oracle Magazine Oracle Magazine contains technology strategy articles, sample code, tips, Oracle and partner news, how to articles for developers and DBAs, and more. Oracle (NASDAQ: ORCL) is the world's largest enterprise software company. subscribe Total Telecom Total Telecom is "The Economist of the communications industry". subscribe |