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 |
State ⇒ Resolved
State ⇒ Assigned
here is CORRECT one
$thevalue = ' ';
here is correct one
$thevalue = ' ';
See, I found another bug. I will submit another bug.
New Attachment: with border.jpg
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>';
New Attachment: missing border.jpg
State ⇒ Unconfirmed
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ Ticket search reult missing table border
Queue ⇒ Whups