diff options
author | lpsolit%gmail.com <> | 2006-02-26 08:40:23 +0100 |
---|---|---|
committer | lpsolit%gmail.com <> | 2006-02-26 08:40:23 +0100 |
commit | 315ca19d2b96f7a0516fe7f0b611a48edae75824 (patch) | |
tree | 2eff925aff82dea94aa7c9cae78860dadda17fdd /template/en/default/admin | |
parent | 645307b7dad849212762afcecf819a268cc810d3 (diff) | |
download | bugzilla-315ca19d2b96f7a0516fe7f0b611a48edae75824.tar.gz bugzilla-315ca19d2b96f7a0516fe7f0b611a48edae75824.tar.xz |
Bug 225162: We need a UI for viewing the profiles_activity table - Patch by GavinS <bugzilla@chimpychompy.org> r=LpSolit a=justdave
Diffstat (limited to 'template/en/default/admin')
-rw-r--r-- | template/en/default/admin/users/edit.html.tmpl | 4 | ||||
-rw-r--r-- | template/en/default/admin/users/list.html.tmpl | 6 |
2 files changed, 10 insertions, 0 deletions
diff --git a/template/en/default/admin/users/edit.html.tmpl b/template/en/default/admin/users/edit.html.tmpl index ce593ee65..dee128406 100644 --- a/template/en/default/admin/users/edit.html.tmpl +++ b/template/en/default/admin/users/edit.html.tmpl @@ -105,6 +105,10 @@ <input type="hidden" name="userid" value="[% otheruser.id %]" /> <input type="hidden" name="action" value="update" /> [% INCLUDE listselectionhiddenfields %] + + or <a href="editusers.cgi?action=activity&userid=[% otheruser.id %]" + title="View the account log for user ' + [%- otheruser.login FILTER html %]'">View this user's account log</a> </p> </form> <p> diff --git a/template/en/default/admin/users/list.html.tmpl b/template/en/default/admin/users/list.html.tmpl index 9cbd7530d..4b483e33d 100644 --- a/template/en/default/admin/users/list.html.tmpl +++ b/template/en/default/admin/users/list.html.tmpl @@ -44,6 +44,12 @@ heading => 'Real name' allow_html_content => 1 } + {heading => 'User Account Log' + content => 'View' + contentlink => 'editusers.cgi?action=activity' _ + '&userid=%%userid%%' _ + listselectionurlparams + } ] %] |