diff options
author | lpsolit%gmail.com <> | 2006-10-20 18:53:06 +0200 |
---|---|---|
committer | lpsolit%gmail.com <> | 2006-10-20 18:53:06 +0200 |
commit | bfcd01002f87e22f32b04a84abe70f3265bf837d (patch) | |
tree | 073149facdde3a8315334a80f699240139ba9bf2 /template | |
parent | 9929e2aea23eaa842942414f5325599c3aa735ce (diff) | |
download | bugzilla-bfcd01002f87e22f32b04a84abe70f3265bf837d.tar.gz bugzilla-bfcd01002f87e22f32b04a84abe70f3265bf837d.tar.xz |
Bug 330290: Edit users should include user's real name and address in title - Patch by timeless <timeless@bemail.org> r=LpSolit a=justdave
Diffstat (limited to 'template')
-rw-r--r-- | template/en/default/admin/users/edit.html.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
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 |