From 4100b3b35564ffda8480cf3b1a5adb289c55487e Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" Date: Fri, 20 Oct 2006 09:53:06 +0000 Subject: [PATCH] Bug 330290: Edit users should include user's real name and address in title - Patch by timeless r=LpSolit a=justdave git-svn-id: svn://10.0.0.236/trunk@213907 18797224-902f-48f8-a5cc-f745e15eee43 --- .../bugzilla/template/en/default/admin/users/edit.html.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mozilla/webtools/bugzilla/template/en/default/admin/users/edit.html.tmpl b/mozilla/webtools/bugzilla/template/en/default/admin/users/edit.html.tmpl index 61778ad932a..abc1246167f 100644 --- a/mozilla/webtools/bugzilla/template/en/default/admin/users/edit.html.tmpl +++ b/mozilla/webtools/bugzilla/template/en/default/admin/users/edit.html.tmpl @@ -25,7 +25,7 @@ # canbless) for viewed user. #%] -[% title = BLOCK %]Edit user [% otheruser.login FILTER html %][% END %] +[% title = BLOCK %]Edit user [% otheruser.identity FILTER html %][% END %] [% PROCESS global/header.html.tmpl title = title