Add a detailed maintainer view
This commit is contained in:
committed by
Chris Morgan
parent
64f3219c94
commit
a084ec4991
@@ -23,8 +23,12 @@ function global_sidebar_login() {
|
||||
$apps_user_maintains = Maintainer::getAppsMaintained($_SESSION['current']);
|
||||
if($apps_user_maintains)
|
||||
{
|
||||
$g->add('Maintainership Overview', BASE.'objectManager.php?sClass=maintainerView&iId='.
|
||||
$_SESSION['current']->iUserId.'&sTitle=Your+Maintained+Apps');
|
||||
|
||||
$g->addmisc("");
|
||||
$g->addmisc("You maintain:\n");
|
||||
|
||||
while(list($index, list($appId, $versionId, $superMaintainer)) = each($apps_user_maintains))
|
||||
{
|
||||
$oApp = new application($appId);
|
||||
|
||||
Reference in New Issue
Block a user