Add and use objectManager to display and edit vendors and distributions. Based on a patch by

Chris Morgan
This commit is contained in:
Alexander Nicolaysen Sørnes
2007-02-03 19:03:42 +00:00
committed by WineHQ
parent 00729ac39d
commit 0ad148f69f
9 changed files with 496 additions and 99 deletions

View File

@@ -28,9 +28,8 @@ function global_sidebar_menu()
$g->add("Submit Application", BASE."appsubmit.php?sSub=view&sAppType=application");
$g->add("Help & Documentation", BASE."help/");
$g->add("AppDB Stats", BASE."appdbStats.php");
$g->add("View Distributions (".distribution::getNumberOfDistributions(false).")", BASE."distributionView.php");
$g->add("View Vendors (".getNumberOfvendors().")", BASE."vendorview.php");
$g->add("View Distributions (".distribution::getNumberOfDistributions(false).")", BASE."objectManager.php?sClass=distribution&bIsQueue=false&sTitle=View%20Distributions");
$g->add("View Vendors (".getNumberOfvendors().")", BASE."objectManager.php?sClass=vendor&bIsQueue=false&sTitle=View%20Vendors");
$g->add("Email your suggestions for improving the AppDB", "mailto:appdb@winehq.org");
$g->done();