Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
bugzilla
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
etersoft
bugzilla
Commits
79f40fb4
Commit
79f40fb4
authored
Nov 05, 2013
by
Sunil Joshi
Committed by
Simon Green
Nov 05, 2013
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bug 465678 - userprefs.cgi title should indicate which tab i'm on
r=simon, a=glob
parent
53819ace
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
8 deletions
+9
-8
prefs.html.tmpl
template/en/default/account/prefs/prefs.html.tmpl
+9
-8
No files found.
template/en/default/account/prefs/prefs.html.tmpl
View file @
79f40fb4
...
...
@@ -23,14 +23,6 @@
#%]
[% filtered_login = user.login FILTER html %]
[% PROCESS global/header.html.tmpl
title = "User Preferences"
subheader = filtered_login
style_urls = ['skins/standard/admin.css']
javascript_urls = ['js/util.js', 'js/field.js']
doc_section = "userpreferences.html"
yui = ['autocomplete']
%]
[% tabs = [{ name => "settings", label => "General Preferences",
link => "userprefs.cgi?tab=settings", saveable => "1" },
...
...
@@ -52,6 +44,15 @@
[% END %]
[% END %]
[% PROCESS global/header.html.tmpl
title = current_tab.label
subheader = filtered_login
style_urls = ['skins/standard/admin.css']
javascript_urls = ['js/util.js', 'js/field.js']
doc_section = "userpreferences.html"
yui = ['autocomplete']
%]
[% WRAPPER global/tabs.html.tmpl
tabs = tabs
current_tab = current_tab
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment