summaryrefslogtreecommitdiffstats
path: root/template/en/default/list/list.html.tmpl
diff options
context:
space:
mode:
authorgerv%gerv.net <>2004-01-21 08:48:17 +0100
committergerv%gerv.net <>2004-01-21 08:48:17 +0100
commit08c4a8aa76e43568ca6809dc6fa1fc1cd1911ed5 (patch)
tree3241c30959131fb8bee908ecb6411e6b50435649 /template/en/default/list/list.html.tmpl
parent9e2b80ff52b6c59ef5d03c7897ac45a80421e88e (diff)
downloadbugzilla-08c4a8aa76e43568ca6809dc6fa1fc1cd1911ed5.tar.gz
bugzilla-08c4a8aa76e43568ca6809dc6fa1fc1cd1911ed5.tar.xz
Bug 231026 - improve the appearance of the buglist options at the bottom of the buglist. Patch by gerv; r,a=justdave.
Diffstat (limited to 'template/en/default/list/list.html.tmpl')
-rw-r--r--template/en/default/list/list.html.tmpl10
1 files changed, 5 insertions, 5 deletions
diff --git a/template/en/default/list/list.html.tmpl b/template/en/default/list/list.html.tmpl
index c8c44884a..5af5735aa 100644
--- a/template/en/default/list/list.html.tmpl
+++ b/template/en/default/list/list.html.tmpl
@@ -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>&nbsp;</td>
- <td valign="bottom">
+ <td valign="middle">
<a href="buglist.cgi?
[% urlquerypart FILTER html %]&amp;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&nbsp;Search</a>
</td>
[% IF searchname %]
- <td valign="bottom" nowrap="nowrap">
+ <td valign="middle" nowrap="nowrap">
|
<a href="buglist.cgi?cmdtype=dorem&amp;remaction=forget&amp;namedcmd=
[% searchname FILTER html %]">Forget&nbsp;Search&nbsp;'
@@ -165,7 +165,7 @@
[% ELSE %]
<td>&nbsp;</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"