ChangeSet ID: 31218 CVSROOT: /opt/cvs-commit Module name: appdb Changes by: wineowner(a)winehq.org 2007/06/17 17:10:30 Modified files: include : sidebar.php Log message: Chris Morgan <cmorgan(a)alum.wpi.edu> Remove duplicate 'Appdb home' entry. Shorten the names of a few other entries Patch: http://cvs.winehq.org/patch.py?id=31218 Old revision New revision Changes Path 1.31 1.32 +3 -4 appdb/include/sidebar.php Index: appdb/include/sidebar.php diff -u -p appdb/include/sidebar.php:1.31 appdb/include/sidebar.php:1.32 --- appdb/include/sidebar.php:1.31 17 Jun 2007 22:10:30 -0000 +++ appdb/include/sidebar.php 17 Jun 2007 22:10:30 -0000 @@ -18,7 +18,6 @@ function global_sidebar_menu() $g->done(); $g = new htmlmenu("AppDB"); - $g->add("AppDB Home", BASE); $g->add("Screenshots", BASE."viewScreenshots.php"); $g->add("Browse Apps", BASE."appbrowse.php"); $g->add("Browse Newest Apps", BASE."browse_newest_apps.php"); @@ -28,9 +27,9 @@ function global_sidebar_menu() $g->add("Submit Application", BASE."objectManager.php?sClass=application_queue&". "sTitle=Submit+Application&sAction=add"); $g->add("Help & Documentation", BASE."help/"); - $g->add("AppDB Stats", BASE."appdbStats.php"); - $g->add("View Distributions (".distribution::objectGetEntriesCount(false, false).")", BASE."objectManager.php?sClass=distribution&bIsQueue=false&sTitle=View%20Distributions"); - $g->add("View Vendors (".vendor::objectGetEntriesCount(false, false).")", BASE."objectManager.php?sClass=vendor&bIsQueue=false&sTitle=View%20Vendors"); + $g->add("Statistics", BASE."appdbStats.php"); + $g->add("Distributions (".distribution::objectGetEntriesCount(false, false).")", BASE."objectManager.php?sClass=distribution&bIsQueue=false&sTitle=View%20Distributions"); + $g->add("Vendors (".vendor::objectGetEntriesCount(false, false).")", BASE."objectManager.php?sClass=vendor&bIsQueue=false&sTitle=View%20Vendors"); $g->add("Email your suggestions for improving the AppDB", "mailto:appdb(a)winehq.org"); $g->done();
participants (1)
-
WineHQ