diff options
Diffstat (limited to 'web')
-rw-r--r-- | web/lang/en/acctfuncs_po.inc | 2 | ||||
-rw-r--r-- | web/lib/acctfuncs.inc | 4 |
2 files changed, 6 insertions, 0 deletions
diff --git a/web/lang/en/acctfuncs_po.inc b/web/lang/en/acctfuncs_po.inc index 4f96b8be..3a65b89a 100644 --- a/web/lang/en/acctfuncs_po.inc +++ b/web/lang/en/acctfuncs_po.inc @@ -87,4 +87,6 @@ $_t["en"]["Missing User ID"] = "Missing User ID"; $_t["en"]["Developer"] = "Developer"; +$_t["en"]["View this user's packages"] = "View this user's packages"; + ?>
\ No newline at end of file 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; |