summaryrefslogtreecommitdiffstats
path: root/template/en/default/global/code-error.html.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'template/en/default/global/code-error.html.tmpl')
-rw-r--r--template/en/default/global/code-error.html.tmpl7
1 files changed, 7 insertions, 0 deletions
diff --git a/template/en/default/global/code-error.html.tmpl b/template/en/default/global/code-error.html.tmpl
index 42c07ab2d..d23234adc 100644
--- a/template/en/default/global/code-error.html.tmpl
+++ b/template/en/default/global/code-error.html.tmpl
@@ -176,6 +176,13 @@
[% ELSIF error == "request_queue_group_invalid" %]
The group field <em>[% group FILTER html %]</em> is invalid.
+ [% ELSIF error == "report_axis_invalid" %]
+ <em>[% variables.val FILTER html %]</em> is not a valid value for
+ [%+ IF variables.fld == "x" %]the horizontal axis
+ [%+ ELSIF variables.fld == "y" %]the vertical axis
+ [%+ ELSIF variables.fld == "z" %]the multiple tables/images
+ [%+ ELSE %]a report axis[% END %] field.
+
[% ELSIF error == "token_generation_error" %]
Something is seriously wrong with the token generation system.