Closed
Bug 367956
Opened 19 years ago
Closed 18 years ago
rename "View User Account Log for ..." to "Account History for user ..."
Categories
(Bugzilla :: Administration, task)
Tracking
()
RESOLVED
FIXED
Bugzilla 3.2
People
(Reporter: timeless, Assigned: timeless)
References
()
Details
Attachments
(1 file, 2 obsolete files)
|
2.44 KB,
patch
|
LpSolit
:
review+
|
Details | Diff | Splinter Review |
i don't think the wording here is correct
Comment 2•19 years ago
|
||
Comment on attachment 252520 [details] [diff] [review]
per beltzner
>- View User Account Log for '[% otheruser.login FILTER html %]'
>+ Account History for '[% otheruser.identity FILTER html %]'
This change is fine. But you have to do this change in the user list as well, in place of "User Account Log".
Attachment #252520 -
Flags: review? → review-
Attachment #252520 -
Attachment is obsolete: true
Attachment #271410 -
Flags: review?(LpSolit)
Comment 4•18 years ago
|
||
Comment on attachment 271410 [details] [diff] [review]
change both instances
Please fix http://lxr.mozilla.org/mozilla/source/webtools/bugzilla/template/en/default/admin/users/edit.html.tmpl#119 too. I promise that's the last change. :)
Attachment #271410 -
Flags: review?(LpSolit) → review-
Attachment #271410 -
Attachment is obsolete: true
Attachment #273375 -
Flags: review?(LpSolit)
Comment 6•18 years ago
|
||
Comment on attachment 273375 [details] [diff] [review]
change last instance?
>Index: mozilla/webtools/bugzilla/template/en/default/admin/users/edit.html.tmpl
> or <a href="editusers.cgi?action=activity&userid=[% otheruser.id %]"
>+ title="View Account History for '
>+ [%- otheruser.login FILTER html %]'">Account History</a>
Now the UI looks like: [Update] or <a>Account History</a>, which looks very badly. You should leave the "view" word in the link (ou only left it in the title attribute of the link). r=LpSolit with "view" coming back.
Attachment #273375 -
Flags: review?(LpSolit) → review+
Updated•18 years ago
|
Flags: approval+
OS: Windows XP → All
Hardware: PC → All
Target Milestone: --- → Bugzilla 3.2
Updated•18 years ago
|
Summary: rename "View User Account Log for ..." to "Account Log for user ..." → rename "View User Account Log for ..." to "Account History for user ..."
Comment on attachment 273375 [details] [diff] [review]
change last instance?
mozilla/webtools/bugzilla/template/en/default/account/profile-activity.html.tmpl 1.3
mozilla/webtools/bugzilla/template/en/default/admin/users/edit.html.tmpl 1.13
mozilla/webtools/bugzilla/template/en/default/admin/users/list.html.tmpl 1.4
Status: ASSIGNED → RESOLVED
Closed: 18 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•