From: lpsolit%gmail.com <> Date: Fri, 20 Oct 2006 16:53:06 +0000 (+0000) Subject: Bug 330290: Edit users should include user's real name and address in title - Patch... X-Git-Tag: bugzilla-2.23.4~271 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bfcd01002f87e22f32b04a84abe70f3265bf837d;p=thirdparty%2Fbugzilla.git Bug 330290: Edit users should include user's real name and address in title - Patch by timeless r=LpSolit a=justdave --- diff --git a/template/en/default/admin/users/edit.html.tmpl b/template/en/default/admin/users/edit.html.tmpl index 61778ad932..abc1246167 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