Let objectManager handle rejected testData

This commit is contained in:
Alexander Nicolaysen Sørnes
2007-03-25 03:56:20 +00:00
committed by WineHQ
parent b57a9f516c
commit 37296b2242
5 changed files with 29 additions and 183 deletions

View File

@@ -39,8 +39,10 @@ function global_admin_menu() {
"Distribution%20Queue");
$g->addmisc(" ");
$g->add("View Rejected Test Results",
BASE."admin/adminTestResults.php");
$g->add("View Rejected Test Results (".testData::objectGetEntriesCount(true,
true).")",
BASE."objectManager.php?sClass=testData&bIsQueue=true&bIsRejected=true&".
"sTitle=Rejected%20Test%20Results");
$g->add("Users Management", BASE."admin/adminUsers.php");
$g->add("Comments Management", BASE."admin/adminCommentView.php");
$g->add("Screenshots Management", BASE."admin/adminScreenshots.php");