diff options
author | gerv%gerv.net <> | 2002-10-08 15:41:17 +0200 |
---|---|---|
committer | gerv%gerv.net <> | 2002-10-08 15:41:17 +0200 |
commit | f1ddf54f4cfc06d99ded78e496c45b324fc0815d (patch) | |
tree | c7f951c72da4494d8828a2a6587300c4d578fa89 /template/en/default/global | |
parent | 5cdbfa01288bb9739fe080e6f443d8672992cea3 (diff) | |
download | bugzilla-f1ddf54f4cfc06d99ded78e496c45b324fc0815d.tar.gz bugzilla-f1ddf54f4cfc06d99ded78e496c45b324fc0815d.tar.xz |
Bug 171437 - Enhancements to generic reporting. Reporting menu, 3D tables, rearranged UI, better API for new report types. Patch by gerv; r=joel.
Diffstat (limited to 'template/en/default/global')
-rw-r--r-- | template/en/default/global/useful-links.html.tmpl | 2 | ||||
-rw-r--r-- | template/en/default/global/user-error.html.tmpl | 5 |
2 files changed, 6 insertions, 1 deletions
diff --git a/template/en/default/global/useful-links.html.tmpl b/template/en/default/global/useful-links.html.tmpl index 785a9d75e..07ae8f6fe 100644 --- a/template/en/default/global/useful-links.html.tmpl +++ b/template/en/default/global/useful-links.html.tmpl @@ -49,7 +49,7 @@ <input type="submit" value="Find"> bug # <input name="id" size="6"> | - <a href="reports.cgi">Reports</a> + <a href="report.cgi">Reports</a> | <a href="request.cgi">Requests</a> diff --git a/template/en/default/global/user-error.html.tmpl b/template/en/default/global/user-error.html.tmpl index 1f36f6f1e..91ee01743 100644 --- a/template/en/default/global/user-error.html.tmpl +++ b/template/en/default/global/user-error.html.tmpl @@ -521,6 +521,11 @@ [% title = "Wrong Token" %] That token cannot be used to change your email address. + [% ELSIF error == "z_axis_defined_with_no_x_axis" %] + [% title = "Nonsensical Options" %] + You've defined a field for multiple tables without having defined + a horizontal axis for those tables. + [% ELSIF error == "zero_length_file" %] [% title = "File Is Empty" %] The file you are trying to attach is empty! |