<hr>
-
[%############################################################################%]
[%# Preceding Status Line #%]
[%############################################################################%]
[% bugs.size %] [% terms.bugs %] found.
[% END %]
-
[%############################################################################%]
[%# Start of Change Form #%]
[%############################################################################%]
<form name="changeform" method="post" action="process_bug.cgi">
[% END %]
-
[%############################################################################%]
[%# Bug Table #%]
[%############################################################################%]
[% IF bugs.size == 0 %]
[% terms.zeroSearchResults %].
- <p>
- <a href="query.cgi">Query Page</a>
- <a href="enter_bug.cgi">Enter New [% terms.Bug %]</a>
- <a href="query.cgi?[% urlquerypart FILTER html %]">Edit this query</a>
- </p>
-
[% ELSIF bugs.size == 1 %]
One [% terms.bug %] found.
-
[% ELSE %]
[% bugs.size %] [% terms.bugs %] found.
-
[% END %]
<br>
-
[%############################################################################%]
[%# Rest of Change Form #%]
[%############################################################################%]
[% IF dotweak %]
-
[% PROCESS "list/edit-multiple.html.tmpl" %]
-
</form>
-
<hr>
-
[% END %]
-
[%############################################################################%]
[%# Navigation Bar #%]
[%############################################################################%]
-[% IF bugs.size > 0 %]
- <p>
- <table>
- <tr>
- <td valign="top">
+<p>
+<table>
+ <tr>
+ [% IF bugs.size > 0 %]
+ <td valign="bottom">
<form method="post" action="long_list.cgi">
<input type="hidden" name="buglist" value="[% buglist %]">
<input type="submit" value="Long Format">
</form>
</td>
+
<td> </td>
- <td valign="top">
+
+ <td valign="bottom">
<a href="buglist.cgi?
[% urlquerypart FILTER html %]&ctype=csv">CSV</a> |
<a href="colchange.cgi?
<a href="mailto:
[% bugowners FILTER html %]">Send Mail to [% terms.Bug %] Owners</a> |
[% END %]
-
- <a href="query.cgi?[% urlquerypart FILTER html %]">Edit Search</a>
</td>
- [% IF searchname %]
- <td valign="top" nowrap="nowrap">
- |
- <a href="buglist.cgi?cmdtype=dorem&remaction=forget&namedcmd=
- [% searchname FILTER html %]">Forget Search '
- [% searchname FILTER html %]'</a>
- </td>
- [% ELSE %]
- <td> </td>
- <td>
- <form method="get" action="buglist.cgi">
- <input type="submit" value="Remember search"> as
- <input type="hidden" name="newquery"
- value="[% urlquerypart FILTER html %]">
- <input type="hidden" name="cmdtype" value="doit">
- <input type="hidden" name="remtype" value="asnamed">
- <input type="text" name="newqueryname" size="20">
- </form>
- </td>
- [% END %]
- </tr>
- </table>
- </p>
-[% END %]
+ [% END %]
+
+ <td valign="bottom">
+ <a href="query.cgi?[% urlquerypart FILTER html %]">Edit Search</a>
+ </td>
+
+ [% IF searchname %]
+ <td valign="bottom" nowrap="nowrap">
+ |
+ <a href="buglist.cgi?cmdtype=dorem&remaction=forget&namedcmd=
+ [% searchname FILTER html %]">Forget Search '
+ [% searchname FILTER html %]'</a>
+ </td>
+ [% ELSE %]
+ <td> </td>
+
+ <td valign="bottom">
+ <form method="get" action="buglist.cgi">
+ <input type="submit" value="Remember search"> as
+ <input type="hidden" name="newquery"
+ value="[% urlquerypart FILTER html %]">
+ <input type="hidden" name="cmdtype" value="doit">
+ <input type="hidden" name="remtype" value="asnamed">
+ <input type="text" name="newqueryname" size="20">
+ </form>
+ </td>
+ [% END %]
+ </tr>
+</table>
+</p>
[%############################################################################%]