summaryrefslogtreecommitdiffstats
path: root/template/en/default/admin/users
diff options
context:
space:
mode:
authorlpsolit%gmail.com <>2006-02-26 08:40:23 +0100
committerlpsolit%gmail.com <>2006-02-26 08:40:23 +0100
commit315ca19d2b96f7a0516fe7f0b611a48edae75824 (patch)
tree2eff925aff82dea94aa7c9cae78860dadda17fdd /template/en/default/admin/users
parent645307b7dad849212762afcecf819a268cc810d3 (diff)
downloadbugzilla-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/users')
-rw-r--r--template/en/default/admin/users/edit.html.tmpl4
-rw-r--r--template/en/default/admin/users/list.html.tmpl6
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&amp;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' _
+ '&amp;userid=%%userid%%' _
+ listselectionurlparams
+ }
]
%]