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)

2.19.2
task
Not set
minor

Tracking

()

RESOLVED FIXED
Bugzilla 2.20

People

(Reporter: cso, Assigned: gabriel.sales)

References

()

Details

Attachments

(1 file, 2 obsolete files)

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.
Summary: EditSettings page changes name at random → EditSettings page changes name from the link in the footer
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
Severity: normal → minor
OS: Windows XP → All
Hardware: PC → All
Target Milestone: --- → Bugzilla 2.20
Attached patch Template changes (obsolete) — Splinter Review
A small template fix.
Attachment #186359 - Flags: review?(LpSolit)
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-
Attached patch s/setting/preference (obsolete) — Splinter Review
As you wish s/setting/preference . :)
Attachment #186359 - Attachment is obsolete: true
Attachment #186471 - Flags: review?(LpSolit)
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-
Attachment #186471 - Flags: review?(myk)
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)
Attached patch bug fixedSplinter Review
Bug fix.
Attachment #186486 - Flags: review?(myk)
Attachment #186471 - Attachment is obsolete: true
Comment on attachment 186486 [details] [diff] [review]
bug fixed

Looks good, r=myk
Attachment #186486 - Flags: review?(myk) → review+
Low risk polish; r=myk for check in during 2.20 freeze.
Flags: approval+
Assignee: administration → gabriel
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.

Attachment

General

Created:
Updated:
Size: