]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 231026 - improve the appearance of the buglist options at the bottom of the bugli...
authorgerv%gerv.net <>
Wed, 21 Jan 2004 07:48:17 +0000 (07:48 +0000)
committergerv%gerv.net <>
Wed, 21 Jan 2004 07:48:17 +0000 (07:48 +0000)
template/en/default/list/list.html.tmpl

index c8c44884a4701c2695f908e5425ce5af254ce637..5af5735aa4c5f9f2b365c5ceec8899e436d0991f 100644 (file)
 <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">
       
       <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?
       </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;'
     [% 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"