diff options
author | travis%sedsystems.ca <> | 2005-01-24 14:43:33 +0100 |
---|---|---|
committer | travis%sedsystems.ca <> | 2005-01-24 14:43:33 +0100 |
commit | fb8af703ac15c47f9e3392fad6102dcdb07e29b1 (patch) | |
tree | 170ef8051754c33e07be0c25205c51a9958f0cff /template/en/default/list | |
parent | 8a6f08e56e728f5df5321bb98dcfa8e86fcb9e97 (diff) | |
download | bugzilla-fb8af703ac15c47f9e3392fad6102dcdb07e29b1.tar.gz bugzilla-fb8af703ac15c47f9e3392fad6102dcdb07e29b1.tar.xz |
Tinderbox is burning: backing out the pach for Bug 201818
Diffstat (limited to 'template/en/default/list')
-rw-r--r-- | template/en/default/list/list.html.tmpl | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/template/en/default/list/list.html.tmpl b/template/en/default/list/list.html.tmpl index 24d00feb6..48759ceb7 100644 --- a/template/en/default/list/list.html.tmpl +++ b/template/en/default/list/list.html.tmpl @@ -129,11 +129,8 @@ <tr> [% IF bugs.size > 0 %] <td valign="middle"> - <form method="post" action="show_bug.cgi"> - [% FOREACH id = buglist %] - <input type="hidden" name="id" value="[% id FILTER html %]"> - [% END %] - <input type="hidden" name="format" value="multiple"> + <form method="post" action="long_list.cgi"> + <input type="hidden" name="buglist" value="[% buglist %]"> <input type="submit" value="Long Format"> </form> </td> |