|
|
mantisbt/core html_api.php,1.208,1.209: msg#00139
|
Subject: |
mantisbt/core html_api.php,1.208,1.209 |
Update of /cvsroot/mantisbt/mantisbt/core
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv31132/core
Modified Files:
html_api.php
Log Message:
Fix 7340: status percentage legend shown on top and not as stated
Index: html_api.php
===================================================================
RCS file: /cvsroot/mantisbt/mantisbt/core/html_api.php,v
retrieving revision 1.208
retrieving revision 1.209
diff -u -d -r1.208 -r1.209
--- html_api.php 24 Jul 2007 12:04:40 -0000 1.208
+++ html_api.php 28 Jul 2007 10:15:15 -0000 1.209
@@ -842,6 +842,9 @@
PRINT '</tr>';
PRINT '</table>';
+ if ( ON == config_get( 'status_percentage_legend' ) ) {
+ html_status_percentage_legend();
+ }
}
# --------------------
-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems? Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
|
| |