summaryrefslogtreecommitdiffstats
path: root/template
diff options
context:
space:
mode:
authorjocuri%softhome.net <>2004-11-24 07:32:33 +0100
committerjocuri%softhome.net <>2004-11-24 07:32:33 +0100
commit56ce33fb10beb9cd80e0a170b8d9a519b9181c2b (patch)
treeaf13b0b3bd62a103d5370809c6c51e328d65c53f /template
parent08b64f4d41c9aaea365f1abdd53e59241468e820 (diff)
downloadbugzilla-56ce33fb10beb9cd80e0a170b8d9a519b9181c2b.tar.gz
bugzilla-56ce33fb10beb9cd80e0a170b8d9a519b9181c2b.tar.xz
Patch for bug 269294: Do not mention QuickSearch in the error message if not in use; patch by Frédéric Buclin <LpSolit@netscape.net>, r=vladd, a=justdave.
Diffstat (limited to 'template')
-rw-r--r--template/en/default/global/user-error.html.tmpl14
1 files changed, 7 insertions, 7 deletions
diff --git a/template/en/default/global/user-error.html.tmpl b/template/en/default/global/user-error.html.tmpl
index b31e702ff..93c50b85a 100644
--- a/template/en/default/global/user-error.html.tmpl
+++ b/template/en/default/global/user-error.html.tmpl
@@ -461,13 +461,13 @@
[% ELSIF error == "invalid_bug_id_or_alias" %]
[% title = BLOCK %]Invalid [% terms.Bug %] ID[% END %]
- '[% bug_id FILTER html %]' is not a valid [% terms.bug %] number.
- [% IF Param("usebugaliases") %]
- It is neither [% terms.abug %] number nor an alias to [% terms.abug %]
- number.
- [% END %]
- If you are trying to use QuickSearch, you need to enable JavaScript
- in your browser.
+ '[% bug_id FILTER html %]' is not a valid [% terms.bug %] number
+ [% IF Param("usebugaliases") %] nor an alias
+ to [% terms.abug %] number[% END %].
+ <noscript>
+ If you are trying to use QuickSearch, you need to enable
+ JavaScript in your browser.
+ </noscript>
[% ELSIF error == "invalid_changedsince" %]
[% title = "Invalid 'Changed Since'" %]