diff options
author | timeless%mozdev.org <> | 2003-10-16 07:48:09 +0200 |
---|---|---|
committer | timeless%mozdev.org <> | 2003-10-16 07:48:09 +0200 |
commit | fa2c116330bd2023dc14a09c0e8a986d62dc6be0 (patch) | |
tree | 3f8576b70667513d18f781921db060b8b39f161f /template | |
parent | c07813cf195d2934580f9d6f3caa4d819fb62f4b (diff) | |
download | bugzilla-fa2c116330bd2023dc14a09c0e8a986d62dc6be0.tar.gz bugzilla-fa2c116330bd2023dc14a09c0e8a986d62dc6be0.tar.xz |
Bug 108528 - knob is not defined doesn't explain to 2001110503 users what to do
patch by caduvall@glue.umd.edu r=timeless a=justdave
Diffstat (limited to 'template')
-rw-r--r-- | template/en/default/global/code-error.html.tmpl | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/template/en/default/global/code-error.html.tmpl b/template/en/default/global/code-error.html.tmpl index 73501672b..458f55c55 100644 --- a/template/en/default/global/code-error.html.tmpl +++ b/template/en/default/global/code-error.html.tmpl @@ -208,7 +208,12 @@ I was unable to retrieve your old password from the database. [% ELSIF error == "undefined_field" %] - [% field FILTER html %] was not defined; [% Param('browserbugmessage') %] + [% field FILTER html %] was not defined; + [% IF info %] + [% info FILTER html %] + [% ELSE %] + [% Param('browserbugmessage') %] + [% END %] [% ELSIF error == "unknown_action" %] [% IF action %] |