summaryrefslogtreecommitdiffstats
path: root/template/en/default/account/prefs/prefs.html.tmpl
diff options
context:
space:
mode:
authorlpsolit%gmail.com <>2006-12-31 04:53:52 +0100
committerlpsolit%gmail.com <>2006-12-31 04:53:52 +0100
commit373f33fabc6d495d197fcf0a997b716d61f1e16d (patch)
tree5028ea6bc86ca807e55d46957ee038ca7d7b761d /template/en/default/account/prefs/prefs.html.tmpl
parent56a98b2af24af47f667dd290b2be102755fd634f (diff)
downloadbugzilla-373f33fabc6d495d197fcf0a997b716d61f1e16d.tar.gz
bugzilla-373f33fabc6d495d197fcf0a997b716d61f1e16d.tar.xz
Bug 365407: Reorder tabs in userprefs.cgi - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=justdave
Diffstat (limited to 'template/en/default/account/prefs/prefs.html.tmpl')
-rw-r--r--template/en/default/account/prefs/prefs.html.tmpl6
1 files changed, 3 insertions, 3 deletions
diff --git a/template/en/default/account/prefs/prefs.html.tmpl b/template/en/default/account/prefs/prefs.html.tmpl
index 5f163a899..7d5f11558 100644
--- a/template/en/default/account/prefs/prefs.html.tmpl
+++ b/template/en/default/account/prefs/prefs.html.tmpl
@@ -43,14 +43,14 @@
style_urls = ['skins/standard/admin.css']
%]
-[% tabs = [ { name => "account", label => "Account Preferences",
- link => "userprefs.cgi?tab=account", saveable => "1" },
- { name => "settings", label => "General Preferences",
+[% tabs = [{ name => "settings", label => "General Preferences",
link => "userprefs.cgi?tab=settings", saveable => "1" },
{ name => "email", label => "Email Preferences",
link => "userprefs.cgi?tab=email", saveable => "1" },
{ name => "saved-searches", label => "Saved Searches",
link => "userprefs.cgi?tab=saved-searches", saveable => "1" },
+ { name => "account", label => "Name and Password",
+ link => "userprefs.cgi?tab=account", saveable => "1" },
{ name => "permissions", label => "Permissions",
link => "userprefs.cgi?tab=permissions", saveable => "0" } ] %]