diff options
Diffstat (limited to 'web/lib/acctfuncs.inc')
-rw-r--r-- | web/lib/acctfuncs.inc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/web/lib/acctfuncs.inc b/web/lib/acctfuncs.inc index 8021cc67..b84e2e6b 100644 --- a/web/lib/acctfuncs.inc +++ b/web/lib/acctfuncs.inc @@ -636,6 +636,10 @@ function display_account_info($U="",$T="", print " <td align='left'>".$I."</td>\n"; print " </tr>\n"; + print " <tr>\n"; + print " <td colspan='2'><a href='/packages.php?K=".$U."&SeB=m'>".__("View this user's packages")."</a></td>\n"; + print " </tr>\n"; + print "</table>\n"; print "</center>\n"; return; |