Update of /cvsroot/mantisbt/mantisbt
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25812
Modified Files:
adm_permissions_report.php
Log Message:
fix for 0005065: Added Info about Who can assign issues in Permissions Report
fix for 0005063: Checkbox graphic unclear, Solution is included in this bug
added transpagency to the GIF image as well
Index: adm_permissions_report.php
===================================================================
RCS file: /cvsroot/mantisbt/mantisbt/adm_permissions_report.php,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- adm_permissions_report.php 28 Dec 2004 15:19:26 -0000 1.6
+++ adm_permissions_report.php 5 Jan 2005 23:23:19 -0000 1.7
@@ -122,7 +122,7 @@
echo get_capability_row( lang_get( 'update_issue' ), config_get(
'update_bug_threshold' ) );
echo get_capability_row( lang_get( 'monitor_issue' ), config_get(
'monitor_bug_threshold' ) );
echo get_capability_row( lang_get( 'handle_issue' ), config_get(
'handle_bug_threshold' ) );
- echo get_capability_row( lang_get( 'move_issue' ), config_get(
'move_bug_threshold' ) );
+ echo get_capability_row( lang_get( 'assign_issue' ), config_get(
'update_bug_assign_threshold', config_get( 'update_bug_threshold' ) ) );
echo get_capability_row( lang_get( 'move_issue' ), config_get(
'move_bug_threshold' ) );
echo get_capability_row( lang_get( 'delete_issue' ), config_get(
'delete_bug_threshold' ) );
echo get_capability_row( lang_get( 'reopen_issue' ), config_get(
'reopen_bug_threshold' ) );
echo get_capability_row( lang_get( 'view_private_issues' ), config_get(
'private_bug_threshold' ) );
-------------------------------------------------------
The SF.Net email is sponsored by: Beat the post-holiday blues
Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek.
It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt
|