diff options
author | lpsolit%gmail.com <> | 2007-10-22 03:59:28 +0200 |
---|---|---|
committer | lpsolit%gmail.com <> | 2007-10-22 03:59:28 +0200 |
commit | 4d05f0cb2a6d071d7c89627f8b7073ab24856e98 (patch) | |
tree | 1664d2f9dc3c694df4d6320c3998ffecce1bf9b5 /template/en/default/account/prefs | |
parent | 44ca0263301d0161db4f45ea8e4542f6ff30e67f (diff) | |
download | bugzilla-4d05f0cb2a6d071d7c89627f8b7073ab24856e98.tar.gz bugzilla-4d05f0cb2a6d071d7c89627f8b7073ab24856e98.tar.xz |
Bug 182083: Help system should support more pages - Patch by Frédéric Buclin <LpSolit@gmail.com> r=Colin a=LpSolit
Diffstat (limited to 'template/en/default/account/prefs')
-rw-r--r-- | template/en/default/account/prefs/prefs.html.tmpl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/template/en/default/account/prefs/prefs.html.tmpl b/template/en/default/account/prefs/prefs.html.tmpl index 080a83c2b..ed9cbce72 100644 --- a/template/en/default/account/prefs/prefs.html.tmpl +++ b/template/en/default/account/prefs/prefs.html.tmpl @@ -41,6 +41,7 @@ subheader = filtered_login style_urls = ['skins/standard/admin.css'] javascript_urls = ['js/util.js'] + doc_section = "userpreferences.html" %] [% tabs = [{ name => "settings", label => "General Preferences", |