Bug 231026 - improve the appearance of the buglist options at the bottom of the buglist. Patch by gerv; r,a=justdave.
git-svn-id: svn://10.0.0.236/trunk@151607 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
ef05d85188
commit
3edff7d5b2
@ -122,7 +122,7 @@
|
||||
<table>
|
||||
<tr>
|
||||
[% IF bugs.size > 0 %]
|
||||
<td valign="bottom">
|
||||
<td valign="middle">
|
||||
<form method="post" action="long_list.cgi">
|
||||
<input type="hidden" name="buglist" value="[% buglist %]">
|
||||
<input type="submit" value="Long Format">
|
||||
@ -131,7 +131,7 @@
|
||||
|
||||
<td> </td>
|
||||
|
||||
<td valign="bottom">
|
||||
<td valign="middle">
|
||||
<a href="buglist.cgi?
|
||||
[% urlquerypart FILTER html %]&ctype=csv">CSV</a> |
|
||||
<a href="colchange.cgi?
|
||||
@ -151,12 +151,12 @@
|
||||
</td>
|
||||
[% END %]
|
||||
|
||||
<td valign="bottom">
|
||||
<td valign="middle">
|
||||
<a href="query.cgi?[% urlquerypart FILTER html %]">Edit Search</a>
|
||||
</td>
|
||||
|
||||
[% IF searchname %]
|
||||
<td valign="bottom" nowrap="nowrap">
|
||||
<td valign="middle" nowrap="nowrap">
|
||||
|
|
||||
<a href="buglist.cgi?cmdtype=dorem&remaction=forget&namedcmd=
|
||||
[% searchname FILTER html %]">Forget Search '
|
||||
@ -165,7 +165,7 @@
|
||||
[% ELSE %]
|
||||
<td> </td>
|
||||
|
||||
<td valign="bottom">
|
||||
<td valign="middle">
|
||||
<form method="get" action="buglist.cgi">
|
||||
<input type="submit" value="Remember search"> as
|
||||
<input type="hidden" name="newquery"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user