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.

git-svn-id: svn://10.0.0.236/trunk@165676 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
jocuri%softhome.net 2004-11-23 22:32:33 +00:00
parent 472476f6f1
commit cfdd8d3f75

View File

@ -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'" %]