diff options
author | reed%reedloden.com <> | 2006-12-27 09:21:32 +0000 |
---|---|---|
committer | reed%reedloden.com <> | 2006-12-27 09:21:32 +0000 |
commit | 88bee1a22ccbd05f3814266239aff23da1e3ae9d (patch) | |
tree | a9f8d8d5c98b020f7d1ecf3eb952bbd62a71efa3 /template/en/default | |
parent | 466c52b665db8840baab7c8ca2fc323cc0e2431c (diff) | |
download | bugs-88bee1a22ccbd05f3814266239aff23da1e3ae9d.tar bugs-88bee1a22ccbd05f3814266239aff23da1e3ae9d.tar.gz bugs-88bee1a22ccbd05f3814266239aff23da1e3ae9d.tar.bz2 bugs-88bee1a22ccbd05f3814266239aff23da1e3ae9d.tar.xz bugs-88bee1a22ccbd05f3814266239aff23da1e3ae9d.zip |
Bug 364835 - "current bug number should be filled in in "to bugs" input box to simplify tagging" [p=reed r=bkor a=justdave]
Diffstat (limited to 'template/en/default')
-rw-r--r-- | template/en/default/filterexceptions.pl | 4 | ||||
-rw-r--r-- | template/en/default/global/per-bug-queries.html.tmpl | 3 |
2 files changed, 6 insertions, 1 deletions
diff --git a/template/en/default/filterexceptions.pl b/template/en/default/filterexceptions.pl index a08233e0c..7321dc5b9 100644 --- a/template/en/default/filterexceptions.pl +++ b/template/en/default/filterexceptions.pl @@ -247,6 +247,10 @@ 'series.frequency * 2', ], +'global/per-bug-queries.html.tmpl' => [ + '" value=\"$bugids\"" IF bugids', +], + 'global/select-menu.html.tmpl' => [ 'options', 'size', diff --git a/template/en/default/global/per-bug-queries.html.tmpl b/template/en/default/global/per-bug-queries.html.tmpl index c3706d6de..6a63016c0 100644 --- a/template/en/default/global/per-bug-queries.html.tmpl +++ b/template/en/default/global/per-bug-queries.html.tmpl @@ -93,7 +93,8 @@ </span> <span id="lob_direction">to</span> [%+ terms.bugs %] - <input type="text" name="bug_ids" size="12" maxlength="80"> + <input type="text" name="bug_ids" size="12" maxlength="80" + [%- " value=\"$bugids\"" IF bugids %]> <input type="submit" value="Commit" id="commit_list_of_bugs"> </form> </li></ul> |