Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
bugzilla
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
etersoft
bugzilla
Commits
1e622db0
Commit
1e622db0
authored
Jan 01, 2005
by
gerv%gerv.net
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bug 274419 - stop offering to forget a search which doesn't exist. Patch by…
Bug 274419 - stop offering to forget a search which doesn't exist. Patch by gerv; r=justdave, vladd; a=justdave.
parent
ea89c6a5
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
user-error.html.tmpl
template/en/default/global/user-error.html.tmpl
+2
-2
No files found.
template/en/default/global/user-error.html.tmpl
View file @
1e622db0
...
@@ -988,7 +988,7 @@
...
@@ -988,7 +988,7 @@
[% USE Bugzilla %]
[% USE Bugzilla %]
[% namedcmd = Bugzilla.cgi.param("namedcmd") %]
[% namedcmd = Bugzilla.cgi.param("namedcmd") %]
[% IF namedcmd %]
[% IF namedcmd
AND error != "missing_query"
%]
<p>
<p>
Alternatively, you can
Alternatively, you can
<a href="buglist.cgi?cmdtype=dorem&remaction=forget&namedcmd=
<a href="buglist.cgi?cmdtype=dorem&remaction=forget&namedcmd=
...
@@ -1000,7 +1000,7 @@
...
@@ -1000,7 +1000,7 @@
[% END %]
[% END %]
[% END %]
[% END %]
th
is saved search:
'[% namedcmd FILTER html %]'.
th
e saved search
'[% namedcmd FILTER html %]'.
</p>
</p>
[% END %]
[% END %]
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment