Closed
Bug 289693
Opened 20 years ago
Closed 20 years ago
EditSettings page changes name from the link in the footer
Categories
(Bugzilla :: Administration, task)
Tracking
()
RESOLVED
FIXED
Bugzilla 2.20
People
(Reporter: cso, Assigned: gabriel.sales)
References
()
Details
Attachments
(1 file, 2 obsolete files)
|
5.02 KB,
patch
|
myk
:
review+
|
Details | Diff | Splinter Review |
In the Admin Footer, editsettings.cgi is referred to as "User Settings" but on the page its called "Edit Global Settings" Personal opinion is that this is a bad thing, because its not consistent. Adding Myk to CC in case he has an opinion as the UI lead and owner.
| Reporter | ||
Updated•20 years ago
|
Summary: EditSettings page changes name at random → EditSettings page changes name from the link in the footer
Comment 1•20 years ago
|
||
Yes, it is a bad thing. This should be called "Default Preferences," since we call user settings "preferences," and these are their defaults. Also, we should remove the word "settings" from the names of the tabs on the user preferences page, since it is redundant and inconsistent with the name of the page itself.
Status: UNCONFIRMED → NEW
Ever confirmed: true
Updated•20 years ago
|
Severity: normal → minor
OS: Windows XP → All
Hardware: PC → All
Target Milestone: --- → Bugzilla 2.20
| Assignee | ||
Comment 2•20 years ago
|
||
A small template fix.
Attachment #186359 -
Flags: review?(LpSolit)
Comment 3•20 years ago
|
||
Comment on attachment 186359 [details] [diff] [review] Template changes >Index: template/en/default/admin/settings/updated.html.tmpl >@@ -19,9 +19,9 @@ > title = "Settings Updated" > %] Replace 'Settings' by 'Preferences' Moreover, you forgot to update the footer too, see global/useful-links.html.tmpl line 78. And 'settings' should be replaced my 'preference' everywhere in the text.
Attachment #186359 -
Flags: review?(LpSolit) → review-
| Assignee | ||
Comment 4•20 years ago
|
||
As you wish s/setting/preference . :)
| Assignee | ||
Updated•20 years ago
|
Attachment #186359 -
Attachment is obsolete: true
Attachment #186471 -
Flags: review?(LpSolit)
Comment 5•20 years ago
|
||
Comment on attachment 186471 [details] [diff] [review] s/setting/preference >Index: template/en/default/account/prefs/prefs.html.tmpl >-[% tabs = [ { name => "account", description => "Account settings", >+[% tabs = [ { name => "account", description => "Account", > saveable => "1" }, >- { name => "settings", description => "General Settings", >+ { name => "settings", description => "General", > saveable => "1" }, >- { name => "email", description => "Email settings", >+ { name => "email", description => "Email", > saveable => "1" }, > { name => "saved-searches", description => "Saved searches", > saveable => "1" }, This won't work. These tab descriptions are used in the text displayed when you update your preferences: The changes to your general have been saved. Of course, it should say "general preferences". To fix that, add "preferences" in the text itself, see line 91.
Attachment #186471 -
Flags: review?(LpSolit) → review-
| Assignee | ||
Updated•20 years ago
|
Attachment #186471 -
Flags: review?(myk)
Comment 6•20 years ago
|
||
Comment on attachment 186471 [details] [diff] [review] s/setting/preference I said to ask myk for review on an updated patch fixing the bug I mentioned, not this one.
Attachment #186471 -
Flags: review?(myk)
| Assignee | ||
Updated•20 years ago
|
Attachment #186471 -
Attachment is obsolete: true
Comment 8•20 years ago
|
||
Comment on attachment 186486 [details] [diff] [review] bug fixed Looks good, r=myk
Attachment #186486 -
Flags: review?(myk) → review+
Updated•20 years ago
|
Assignee: administration → gabriel
Comment 10•20 years ago
|
||
Checking in template/en/default/account/prefs/prefs.html.tmpl; /cvsroot/mozilla/webtools/bugzilla/template/en/default/account/prefs/prefs.html.tmpl,v <-- prefs.html.tmpl new revision: 1.18; previous revision: 1.17 done Checking in template/en/default/admin/settings/edit.html.tmpl; /cvsroot/mozilla/webtools/bugzilla/template/en/default/admin/settings/edit.html.tmpl,v <-- edit.html.tmpl new revision: 1.3; previous revision: 1.2 done Checking in template/en/default/admin/settings/updated.html.tmpl; /cvsroot/mozilla/webtools/bugzilla/template/en/default/admin/settings/updated.html.tmpl,v <-- updated.html.tmpl new revision: 1.2; previous revision: 1.1 done Checking in template/en/default/global/useful-links.html.tmpl; /cvsroot/mozilla/webtools/bugzilla/template/en/default/global/useful-links.html.tmpl,v <-- useful-links.html.tmpl new revision: 1.38; previous revision: 1.37 done
Status: NEW → RESOLVED
Closed: 20 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•