- Posts: 4
- Thank you received: 0
Hey!
Yes, you are correct, you need to change something else. Here are instructions what you need to do.
In line 170, change the whole row with this:
foreach ($conf_columns as $index => $j) {
if($this->_config->shAtrib) $field['output_script'].="<td align=\"right\" valign=\"top\">" . $column_captions[$index] . ":</td>";
Please Log in or Create an account to join the conversation.
That corrects the problem.
Thank you for the quick response.
Dean
Please Log in or Create an account to join the conversation.