From bfcd01002f87e22f32b04a84abe70f3265bf837d Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Fri, 20 Oct 2006 16:53:06 +0000 Subject: Bug 330290: Edit users should include user's real name and address in title - Patch by timeless r=LpSolit a=justdave --- template/en/default/admin/users/edit.html.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'template/en/default/admin/users/edit.html.tmpl') diff --git a/template/en/default/admin/users/edit.html.tmpl b/template/en/default/admin/users/edit.html.tmpl index 61778ad93..abc124616 100644 --- a/template/en/default/admin/users/edit.html.tmpl +++ b/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 -- cgit v1.2.3-24-g4f1b