diff options
author | gerv%gerv.net <> | 2002-09-25 16:11:32 +0200 |
---|---|---|
committer | gerv%gerv.net <> | 2002-09-25 16:11:32 +0200 |
commit | aaf6ccb9866059edabb6607d435e2c320afcf611 (patch) | |
tree | 2d512b5e7c627ba70043e501c512a8f52e97d307 /template/en/default/global | |
parent | be7edaf914d0ddfbd4c863ea2d1f0101491fe611 (diff) | |
download | bugzilla-aaf6ccb9866059edabb6607d435e2c320afcf611.tar.gz bugzilla-aaf6ccb9866059edabb6607d435e2c320afcf611.tar.xz |
Bug 12282 - General summary reports. Patch by gerv; r=joel.
Diffstat (limited to 'template/en/default/global')
-rw-r--r-- | template/en/default/global/code-error.html.tmpl | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/template/en/default/global/code-error.html.tmpl b/template/en/default/global/code-error.html.tmpl index 55fac2aca..bf93977ad 100644 --- a/template/en/default/global/code-error.html.tmpl +++ b/template/en/default/global/code-error.html.tmpl @@ -78,6 +78,10 @@ [% ELSIF error == "no_bug_data" %] No data when fetching bug [% bug_id %]. + [% ELSIF error == "no_y_axis_defined" %] + No Y axis was defined when creating report. The X axis is optional, + but the Y axis is compulsory. + [% ELSIF error == "template_error" %] [% template_error_msg %] |