[Tickets #1266] Ticket search reult missing table border

bugs at bugs.horde.org bugs at bugs.horde.org
Fri Jan 28 09:50:35 PST 2005


DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.

Ticket URL: http://bugs.horde.org/ticket/?id=1266
-----------------------------------------------------------------------
 Ticket     | 1266
 Updated By | allen.zhao at camilion.com
 Summary    | Ticket search reult missing table border
 Queue      | Whups
 State      | Unconfirmed
 Priority   | 1. Low
 Type       | Bug
 Owners     | 
+Attachment | with border.jpg
-----------------------------------------------------------------------


allen.zhao at camilion.com (2005-01-28 09:50) wrote:

Note: in firebox, this bug seems ok. For IE, has the problem

In templates/searchresults.inc
Line 110, after:
             $class = ($sortby == $value) ? 'linedRowSelectedCol' :
'linedRow';
add:
             if ( empty($thevalue) )
                 $thevalue = ' ';
Line 114, after:
             echo '<td class="' . $class . '">' . $thevalue . '</td>';
         }
add:
         echo '</tr>';






More information about the bugs mailing list