Let users browse vendors and remove some duplicate code

This commit is contained in:
Tony Lambregts
2005-10-25 00:47:32 +00:00
committed by WineHQ
parent 14a3d83d51
commit 40138af1a8
7 changed files with 149 additions and 193 deletions

View File

@@ -10,7 +10,7 @@ function global_admin_menu() {
$g = new htmlmenu("Global Admin");
$g->add("Add Category", BASE."admin/addCategory.php");
$g->add("Add Vendor", BASE."admin/addVendor.php");
$g->add("Add Vendor", BASE."admin/editVendor.php");
$g->addmisc(" ");
$g->add("View App Queue (".$_SESSION['current']->getQueuedAppCount()."/".$_SESSION['current']->getQueuedVersionCount().")", BASE."admin/adminAppQueue.php");