a7ea9825 by Jeff Balicki

cc

1 parent 436e85a2
...@@ -164,7 +164,7 @@ function print_user_notices($showOnlyUnread = false) ...@@ -164,7 +164,7 @@ function print_user_notices($showOnlyUnread = false)
164 $system['system_message_type'] = 'notice'; 164 $system['system_message_type'] = 'notice';
165 } 165 }
166 166
167 $rows .= '<td class="notice-content"><img class="notice-icon-mobile" src="/wp-content/themes/cbv/assets/images/new/Icon_Archive.svg" style="width: 25px; height: 25px;"><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 style="vertical-align: middle; width:10%;padding: 5px 0px 5px 0px;" style="vertical-align: middle;"><span>' 170 $rows .= '<td style="vertical-align: middle; width:10%;padding: 5px 0px 5px 0px;" style="vertical-align: middle;"><span>'
......