6.0.0-RC7
6/27/26

[#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 1/28/05 (7820 days ago)
Due
Updated 1/28/05 (7820 days ago)
Assigned 1/28/05 (7820 days ago)
Resolved 1/28/05 (7820 days ago)
Github Issue Link
Github Pull Request
Milestone
Patch No

History
226 Jan Schneider Comment #6
State ⇒ Resolved
Reply to this comment
Fixed in CVS, thanks.
586 Jan Schneider Summary ⇒ Ticket search result missing table border
State ⇒ Assigned
 
125 allen (dot) zhao (at) camilion (dot) com Comment #5 Reply to this comment
Tricky html filter,

here is CORRECT one

$thevalue = ' ';


525 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.
345 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>';




105 allen (dot) zhao (at) camilion (dot) com Comment #2
New Attachment: missing border.jpg Download
Reply to this comment
image for missing table border
25 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