2009/10/09 02:44:27 +0100 claunia: Changed sidebar.

This commit is contained in:
2014-09-04 05:26:22 +01:00
parent c8ddd21c62
commit 8ef464cedc
3 changed files with 7 additions and 7 deletions

View File

@@ -47,7 +47,7 @@ function global_sidebar_login() {
$iAppsRejected = application::objectGetEntriesCount('rejected');
if($iAppsRejected && !$_SESSION['current']->hasPriv("admin"))
{
$g->add("Review Rejected Apps ($iAppsRejected)", BASE."objectManager.php?".
$g->add("Review Rejected OSes ($iAppsRejected)", BASE."objectManager.php?".
"sClass=application_queue&bIsQueue=true&bIsRejected=true&sTitle=".
"Rejected+Applications", "center");
}