PluginProbe
WANotifier for Forms and Actions / 2.5.4
WANotifier for Forms and Actions v2.5.4
3.1.1 3.1.0 3.0.4 2.7.10 2.7.11 2.7.12 2.7.13 2.7.2 2.7.3 2.7.4 2.7.5 2.7.6 2.7.7 2.7.8 2.7.9 3.0.0 3.0.1 3.0.2 3.0.3 trunk 0.1.0 0.1.1 1.0.0 1.0.1 1.0.2 All 67 releases
← All changes | includes/classes/class-notifier-tools.php +2 -2 2.7.122.5.4 View file →
@@ -203,10 +203,10 @@
203 203 $logs_preview_htm .= '<tbody>';
204 204 if (!empty($logs)){
205 205 foreach ($logs as $log){
206 206 $logs_preview_htm .= '<tr class="activity-record">';
207 - $logs_preview_htm .= '<td><strong>'.esc_html($log->timestamp).'</strong> </td>';
208 - $logs_preview_htm .= '<td>'.esc_html($log->message).'</td>';
207 + $logs_preview_htm .= '<td style="width:10%; vertical-align: top;"><strong>'.esc_html($log->timestamp).'</strong> </td>';
208 + $logs_preview_htm .= '<td style="width:90%; vertical-align: top;">'.esc_html($log->message).'</td>';
209 209 $logs_preview_htm .= '</tr>';
210 210 }
211 211 } else {
212 212 $logs_preview_htm .= '<tr class="no-records-found"> <td colspan="2">No logs found...</td></tr>';