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
bb88bbf8
Commit
bb88bbf8
authored
Nov 17, 2005
by
bbaetz%acm.org
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
316146 - 'Add bugs to new saved search' has empty <select>
r=lpsolit, a=justdave
parent
d6ec14ac
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
8 deletions
+11
-8
per-bug-queries.html.tmpl
template/en/default/global/per-bug-queries.html.tmpl
+11
-8
No files found.
template/en/default/global/per-bug-queries.html.tmpl
View file @
bb88bbf8
...
...
@@ -24,15 +24,18 @@
<input type="hidden" name="add_bugids" value="1">
<input type="submit" value="Add"> [% terms.bugs %]
<input type="text" name="bug_ids" size="8" maxlength="80"> to
<select name="oldqueryname">
[% FOREACH q = user.queries %]
[% IF
q.query_type == constants.LIST_OF_BUGS %]
<option value="[% q.name FILTER html %]">
[% q.name FILTER html %]</option>
[% END %]
[% foundq = 0 %]
[% FOREACH q = user.queries %]
[% NEXT UNLESS
q.query_type == constants.LIST_OF_BUGS %]
[% IF !foundq %]
[% foundq = 1 %]
<select name="oldqueryname">
[% END %]
</select>
or to the new saved search:
<option value="[% q.name FILTER html %]">
[% q.name FILTER html %]</option>
[% END %]
[% "</select> or to " IF foundq %]
the new saved search:
<input type="text" name="newqueryname" size="20" maxlength="64">
</form>
</div>
...
...
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