Commit 08c4a8aa authored by gerv%gerv.net's avatar gerv%gerv.net

Bug 231026 - improve the appearance of the buglist options at the bottom of the…

Bug 231026 - improve the appearance of the buglist options at the bottom of the buglist. Patch by gerv; r,a=justdave.
parent 9e2b80ff
...@@ -122,7 +122,7 @@ ...@@ -122,7 +122,7 @@
<table> <table>
<tr> <tr>
[% IF bugs.size > 0 %] [% IF bugs.size > 0 %]
<td valign="bottom"> <td valign="middle">
<form method="post" action="long_list.cgi"> <form method="post" action="long_list.cgi">
<input type="hidden" name="buglist" value="[% buglist %]"> <input type="hidden" name="buglist" value="[% buglist %]">
<input type="submit" value="Long Format"> <input type="submit" value="Long Format">
...@@ -131,7 +131,7 @@ ...@@ -131,7 +131,7 @@
<td>&nbsp;</td> <td>&nbsp;</td>
<td valign="bottom"> <td valign="middle">
<a href="buglist.cgi? <a href="buglist.cgi?
[% urlquerypart FILTER html %]&amp;ctype=csv">CSV</a> | [% urlquerypart FILTER html %]&amp;ctype=csv">CSV</a> |
<a href="colchange.cgi? <a href="colchange.cgi?
...@@ -151,12 +151,12 @@ ...@@ -151,12 +151,12 @@
</td> </td>
[% END %] [% END %]
<td valign="bottom"> <td valign="middle">
<a href="query.cgi?[% urlquerypart FILTER html %]">Edit&nbsp;Search</a> <a href="query.cgi?[% urlquerypart FILTER html %]">Edit&nbsp;Search</a>
</td> </td>
[% IF searchname %] [% IF searchname %]
<td valign="bottom" nowrap="nowrap"> <td valign="middle" nowrap="nowrap">
| |
<a href="buglist.cgi?cmdtype=dorem&amp;remaction=forget&amp;namedcmd= <a href="buglist.cgi?cmdtype=dorem&amp;remaction=forget&amp;namedcmd=
[% searchname FILTER html %]">Forget&nbsp;Search&nbsp;' [% searchname FILTER html %]">Forget&nbsp;Search&nbsp;'
...@@ -165,7 +165,7 @@ ...@@ -165,7 +165,7 @@
[% ELSE %] [% ELSE %]
<td>&nbsp;</td> <td>&nbsp;</td>
<td valign="bottom"> <td valign="middle">
<form method="get" action="buglist.cgi"> <form method="get" action="buglist.cgi">
<input type="submit" value="Remember search"> as <input type="submit" value="Remember search"> as
<input type="hidden" name="newquery" <input type="hidden" name="newquery"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment