From 315ca19d2b96f7a0516fe7f0b611a48edae75824 Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Sun, 26 Feb 2006 07:40:23 +0000 Subject: Bug 225162: We need a UI for viewing the profiles_activity table - Patch by GavinS r=LpSolit a=justdave --- template/en/default/admin/users/edit.html.tmpl | 4 ++++ template/en/default/admin/users/list.html.tmpl | 6 ++++++ 2 files changed, 10 insertions(+) (limited to 'template/en/default/admin/users') 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 @@ [% INCLUDE listselectionhiddenfields %] + + or View this user's account log

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 + } ] %] -- cgit v1.2.3-24-g4f1b