6.0.0-beta1
10/18/25

[#1266] Ticket search result missing table border
Summary Ticket search result missing table border
Queue Whups
Type Bug
State Resolved
Priority 1. Low
Owners
Requester allen.zhao (at) camilion (dot) com
Created 01/28/2005 (7568 days ago)
Due
Updated 01/28/2005 (7568 days ago)
Assigned 01/28/2005 (7568 days ago)
Resolved 01/28/2005 (7568 days ago)
Github Issue Link
Github Pull Request
Milestone
Patch No

History
01/28/2005 06:15:22 PM Jan Schneider Comment #6
State ⇒ Resolved
Reply to this comment
Fixed in CVS, thanks.
01/28/2005 06:12:58 PM Jan Schneider Summary ⇒ Ticket search result missing table border
State ⇒ Assigned
 
01/28/2005 05:56:12 PM allen (dot) zhao (at) camilion (dot) com Comment #5 Reply to this comment
Tricky html filter,

here is CORRECT one

$thevalue = ' ';


01/28/2005 05:53:52 PM allen (dot) zhao (at) camilion (dot) com Comment #4 Reply to this comment
Tricky html filter,

here is correct one

$thevalue = ' ';



See, I found another bug. I will submit another bug.
01/28/2005 05:50:34 PM allen (dot) zhao (at) camilion (dot) com Comment #3
New Attachment: with border.jpg Download
Reply to this comment
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>';




01/28/2005 05:46:10 PM allen (dot) zhao (at) camilion (dot) com Comment #2
New Attachment: missing border.jpg Download
Reply to this comment
image for missing table border
01/28/2005 05:45:02 PM allen (dot) zhao (at) camilion (dot) com Comment #1
State ⇒ Unconfirmed
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ Ticket search reult missing table border
Queue ⇒ Whups
Reply to this comment
Please the attachment

Saved Queries