- fix replyto and cc cols css issue (#1486276) + handle their values as in from/to
| | |
| | | // format each col |
| | | foreach ($a_show_cols as $col) |
| | | { |
| | | if ($col=='from' || $col=='to') |
| | | if (in_array($col, array('from', 'to', 'cc', 'replyto'))) |
| | | $cont = Q(rcmail_address_string($header->$col, 3, false, $attrib['addicon']), 'show'); |
| | | else if ($col=='subject') |
| | | { |
| | |
| | | // format each col; similar as in rcmail_message_list() |
| | | foreach ($a_show_cols as $col) |
| | | { |
| | | if ($col=='from' || $col=='to') |
| | | if (in_array($col, array('from', 'to', 'cc', 'replyto'))) |
| | | $cont = Q(rcmail_address_string($header->$col, 3), 'show'); |
| | | else if ($col=='subject') |
| | | { |
| | |
| | | } |
| | | |
| | | #messagelist tr td.from, |
| | | #messagelist tr td.to |
| | | #messagelist tr td.to, |
| | | #messagelist tr td.cc, |
| | | #messagelist tr td.replyto |
| | | { |
| | | width: 180px; |
| | | vertical-align: middle; |