2009/10/09 02:44:27 +0100 claunia: Changed sidebar.
This commit is contained in:
@@ -9,7 +9,7 @@ function global_admin_menu() {
|
||||
|
||||
$g = new htmlmenu("Global Admin");
|
||||
|
||||
$g->add("App Queue (".application::objectGetEntriesCount('queued').")",
|
||||
$g->add("OS Queue (".application::objectGetEntriesCount('queued').")",
|
||||
BASE.'objectManager.php?sClass=application_queue&sState=queued&sTitle='.
|
||||
'Application%20Queue');
|
||||
$g->add("Version Queue (".version::objectGetEntriesCount('queued').")",
|
||||
@@ -44,7 +44,7 @@ function global_admin_menu() {
|
||||
|
||||
$g->addmisc(" ");
|
||||
|
||||
$g->add("Rejected Applications (".application::objectGetEntriesCount('rejected').")",
|
||||
$g->add("Rejected OSes (".application::objectGetEntriesCount('rejected').")",
|
||||
BASE.'objectManager.php?sClass=application_queue&sState=rejected&'.
|
||||
'sTitle=Rejected%20Applications');
|
||||
$g->add("Rejected Versions (".version::objectGetEntriesCount('rejected').")",
|
||||
|
||||
Reference in New Issue
Block a user