Update of /cvsroot/mantisbt/mantisbt
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26824
Modified Files:
config_defaults_inc.php
Log Message:
#6472: Alternate method for selecting projects with many subprojects
Index: config_defaults_inc.php
===================================================================
RCS file: /cvsroot/mantisbt/mantisbt/config_defaults_inc.php,v
retrieving revision 1.286
retrieving revision 1.287
diff -u -d -r1.286 -r1.287
--- config_defaults_inc.php 27 Nov 2005 01:36:18 -0000 1.286
+++ config_defaults_inc.php 8 Dec 2005 14:21:49 -0000 1.287
@@ -429,6 +429,10 @@
# --- show extra menu bar with all available projects ---
$g_show_project_menu_bar = OFF;
+ # --- show extra dropdown for subprojects ---
+ # Shows only top projects in the project dropdown and adds an extra
dropdown for subprojects, can be: ON, OFF, AUTO
+ $g_show_extended_project_browser = OFF;
+
# --- show assigned to names ------
# This is in the view all pages
$g_show_assigned_names = ON;
-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems? Stop! Download the new AJAX search engine that makes
searching your log files as easy as surfing the web. DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
|