summaryrefslogtreecommitdiffstats
path: root/template
diff options
context:
space:
mode:
authorFrédéric Buclin <LpSolit@gmail.com>2010-07-16 11:41:42 +0200
committerFrédéric Buclin <LpSolit@gmail.com>2010-07-16 11:41:42 +0200
commit7edcb0dc22c61bed763581d91295c4edae72c17f (patch)
tree8f9f5c27740d29d6709059eaae6e39cfe0c444ab /template
parentaf968de8d04f9b3d38a1be9e4f02624b55ff54f1 (diff)
downloadbugzilla-7edcb0dc22c61bed763581d91295c4edae72c17f.tar.gz
bugzilla-7edcb0dc22c61bed763581d91295c4edae72c17f.tar.xz
Bug 578258: Calling votes.cgi with no arguments should either display the user's votes, or give a better error message if the extension is disabled
r/a=mkanat
Diffstat (limited to 'template')
-rw-r--r--template/en/default/global/code-error.html.tmpl5
1 files changed, 5 insertions, 0 deletions
diff --git a/template/en/default/global/code-error.html.tmpl b/template/en/default/global/code-error.html.tmpl
index f37b6a452..dd05c239a 100644
--- a/template/en/default/global/code-error.html.tmpl
+++ b/template/en/default/global/code-error.html.tmpl
@@ -147,6 +147,11 @@
address.
[% END %]
+ [% ELSIF error == "extension_disabled" %]
+ [% title = "Extension Disabled" %]
+ You cannot access this page because the extension '[% name FILTER html %]'
+ is disabled.
+
[% ELSIF error == "extension_must_be_subclass" %]
<code>[% package FILTER html %]</code> from
<code>[% filename FILTER html %]</code> is not a subclass of