diff options
author | jocuri%softhome.net <> | 2006-03-03 09:50:02 +0100 |
---|---|---|
committer | jocuri%softhome.net <> | 2006-03-03 09:50:02 +0100 |
commit | ceb548fb9b6770c20b6d1e885b615f6f45a3e416 (patch) | |
tree | 7a153e2f238420fc777d5f7d13cad910f5f54742 /template/en | |
parent | e18fc0143c0e6baf3128fc69f605462c544c6def (diff) | |
download | bugzilla-ceb548fb9b6770c20b6d1e885b615f6f45a3e416.tar.gz bugzilla-ceb548fb9b6770c20b6d1e885b615f6f45a3e416.tar.xz |
Patch for bug 329163: Add 'settings' template case in generic handling of auth errors; patch by Vlad Dascalu <vladd@bugzilla.org>, r=LpSolit, a=myk.
Diffstat (limited to 'template/en')
-rw-r--r-- | template/en/default/global/user-error.html.tmpl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/template/en/default/global/user-error.html.tmpl b/template/en/default/global/user-error.html.tmpl index df249ee10..225b13111 100644 --- a/template/en/default/global/user-error.html.tmpl +++ b/template/en/default/global/user-error.html.tmpl @@ -180,6 +180,8 @@ whine reports [% ELSIF object == "sanity_check" %] a sanity check + [% ELSIF object == "settings" %] + settings [% ELSIF object == "sudo_session" %] an sudo session [% ELSIF object == "timetracking_summaries" %] |