sss
Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -167,7 +167,7 @@ function print_user_notices($showOnlyUnread = false) | ... | @@ -167,7 +167,7 @@ function print_user_notices($showOnlyUnread = false) |
| 167 | $rows .= '<td class="notice-content"><div class="notice-content-text">' . nl2br($content) . '</div></td><td class="notice-date">' | 167 | $rows .= '<td class="notice-content"><div class="notice-content-text">' . nl2br($content) . '</div></td><td class="notice-date">' |
| 168 | 168 | ||
| 169 | . CBV\tz_display('notice_sent_date', $notice['sent_date']) . '</span></td>'; | 169 | . CBV\tz_display('notice_sent_date', $notice['sent_date']) . '</span></td>'; |
| 170 | $rows .= '<td class="notice-type" style="vertical-align: middle;padding: 5px 0px 5px 0px;" style="vertical-align: middle;"><span>' | 170 | $rows .= '<td class="notice-type" style="vertical-align:text-top;padding: 5px 0px 5px 0px;"><span>' |
| 171 | . ucfirst(str_replace('_', ' ', $system['system_message_type'])) | 171 | . ucfirst(str_replace('_', ' ', $system['system_message_type'])) |
| 172 | . '</span></td>'; | 172 | . '</span></td>'; |
| 173 | $rows .= '</tr>'; | 173 | $rows .= '</tr>'; | ... | ... |
-
Please register or sign in to post a comment