Let maintainers and super maintainers process the application versions and images submitted for applications they maintain
This commit is contained in:
15
include/sidebar_maintainer_admin.php
Normal file
15
include/sidebar_maintainer_admin.php
Normal file
@@ -0,0 +1,15 @@
|
||||
<?php
|
||||
/*****************/
|
||||
/* sidebar_admin */
|
||||
/*****************/
|
||||
|
||||
function global_maintainer_admin_menu() {
|
||||
|
||||
$g = new htmlmenu("Maintainer Admin");
|
||||
|
||||
$g->add("View App Queue (".$_SESSION['current']->getQueuedVersionCount().")", BASE."admin/adminAppQueue.php");
|
||||
$g->add("View App Data Queue (".$_SESSION['current']->getQueuedAppDataCount().")", BASE."admin/adminAppDataQueue.php");
|
||||
$g->done();
|
||||
}
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user