Add a detailed maintainer view

This commit is contained in:
Alexander Nicolaysen Sørnes
2008-07-18 16:07:14 +02:00
committed by Chris Morgan
parent 64f3219c94
commit a084ec4991
6 changed files with 177 additions and 1 deletions

View File

@@ -825,7 +825,10 @@ class maintainer
echo "</td></tr>\n";
// Show which other apps the user maintains
echo '<tr valign="top"><td class="color0" style=\'text-align:right\'><b>This user also maintains these apps:</b></td><td>',"\n";
echo '<tr valign="top"><td class="color0" style=\'text-align:right\'><b>This user also maintains these apps:</b>';
echo "<br /><a href=\"".BASE."objectManager.php?sClass=maintainerView".
"&iId={$this->iUserId}&sTitle=Maintained+Apps\">Detailed view</a>";
echo '</td><td>',"\n";
$oUser = new User($this->iUserId);
$aOtherApps = Maintainer::getAppsMaintained($oUser);