|
|
Choosing A Webhost: |
mantisbt manage_proj_edit_page.php,1.89,1.90: msg#00059bug-tracking.mantis.cvs
Update of /cvsroot/mantisbt/mantisbt In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2131 Modified Files: manage_proj_edit_page.php Log Message: Changed create subproject to a button rather than a link. Index: manage_proj_edit_page.php =================================================================== RCS file: /cvsroot/mantisbt/mantisbt/manage_proj_edit_page.php,v retrieving revision 1.89 retrieving revision 1.90 diff -u -d -r1.89 -r1.90 --- manage_proj_edit_page.php 22 Jun 2005 13:20:42 -0000 1.89 +++ manage_proj_edit_page.php 17 Jul 2005 13:14:01 -0000 1.90 @@ -156,7 +156,7 @@ <?php # Check the user's global access level before allowing project creation if ( access_has_global_level ( config_get( 'create_project_threshold' ) ) ) { - print_bracket_link( 'manage_proj_create_page.php?parent_id=' . $f_project_id, lang_get( 'create_new_subproject_link' ) ); + print_button( 'manage_proj_create_page.php?parent_id=' . $f_project_id, lang_get( 'create_new_subproject_link' ) ); } ?> </td> @@ -238,7 +238,7 @@ $t_projects = multi_sort( $t_projects, 'name', ASC ); foreach ( $t_projects as $t_project ) { - if ( in_array( $t_project['id'], $t_all_subprojects ) || + if ( in_array( $t_project['id'], $t_all_subprojects ) || in_array( $f_project_id, project_hierarchy_get_all_subprojects( $t_project['id'] ) ) || ! access_has_project_level( $t_manage_access, $t_project ) ) { continue; ------------------------------------------------------- SF.Net email is sponsored by: Discover Easy Linux Migration Strategies from IBM. Find simple to follow Roadmaps, straightforward articles, informative Webcasts and more! Get everything you need to get up to speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
|
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | mantisbt/admin/upgrades 1_00_inc.php,1.8,1.9, Paul Richards |
|---|---|
| Next by Date: | mantisbt/core html_api.php,1.174,1.175, Victor Boctor |
| Previous by Thread: | mantisbt/admin/upgrades 1_00_inc.php,1.8,1.9, Paul Richards |
| Next by Thread: | mantisbt/core html_api.php,1.174,1.175, Victor Boctor |
| 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 |