diff options
author | gerv%gerv.net <> | 2003-11-09 06:49:18 +0100 |
---|---|---|
committer | gerv%gerv.net <> | 2003-11-09 06:49:18 +0100 |
commit | 5f61a3d84eef44c09244996a5787bfc24621f60c (patch) | |
tree | 4d979bc6f3b04b47e0018a4929d544d0e972d782 /template/en/default/account | |
parent | ef05aed5674b707b85233a6670edb500fd70b77d (diff) | |
download | bugzilla-5f61a3d84eef44c09244996a5787bfc24621f60c.tar.gz bugzilla-5f61a3d84eef44c09244996a5787bfc24621f60c.tar.xz |
Bug 179339 - Simplify and improve the stored query mechanism. Patch by gerv; r,a=myk.
Diffstat (limited to 'template/en/default/account')
-rw-r--r-- | template/en/default/account/prefs/prefs.html.tmpl | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/template/en/default/account/prefs/prefs.html.tmpl b/template/en/default/account/prefs/prefs.html.tmpl index 5892cb40e..54cc14f66 100644 --- a/template/en/default/account/prefs/prefs.html.tmpl +++ b/template/en/default/account/prefs/prefs.html.tmpl @@ -53,8 +53,6 @@ saveable => "1" }, { name => "email", description => "Email settings", saveable => "1" }, - { name => "footer", description => "Page footer", - saveable => "1" }, { name => "permissions", description => "Permissions", saveable => "0" } ] %] |