diff options
author | Sunil Joshi <joshi_sunil@in.com> | 2013-01-02 00:22:58 +0100 |
---|---|---|
committer | Frédéric Buclin <LpSolit@gmail.com> | 2013-01-02 00:22:58 +0100 |
commit | 59460995ee7a5634fdd27765b75e79053eb43c1a (patch) | |
tree | 0ae4fafa9d24bd4e0473c49de189e9c338fe924c /template/en | |
parent | 91ad0813c473f7de1fc0aef3b17e7bc03fb67050 (diff) | |
download | bugzilla-59460995ee7a5634fdd27765b75e79053eb43c1a.tar.gz bugzilla-59460995ee7a5634fdd27765b75e79053eb43c1a.tar.xz |
Bug 401918: describekeywords.cgi with no keywords simply displays an empty page instead of throwing an error
r/a=LpSolit
Diffstat (limited to 'template/en')
-rw-r--r-- | template/en/default/global/user-error.html.tmpl | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/template/en/default/global/user-error.html.tmpl b/template/en/default/global/user-error.html.tmpl index ce80a5eef..03c26c5aa 100644 --- a/template/en/default/global/user-error.html.tmpl +++ b/template/en/default/global/user-error.html.tmpl @@ -1282,6 +1282,11 @@ [% title = "No Initial $terms.Bug Status" %] No [% terms.bug %] status is available on [% terms.bug %] creation. Please report the problem to [% Param("maintainer") %]. + + [% ELSIF error == "no_keywords" %] + [% title = "No Keywords" %] + [% admindocslinks = {'keywords.html' => 'Setting up a keyword'} %] + No keywords have been defined for this installation. [% ELSIF error == "no_new_quips" %] [% title = "No New Quips" %] |