diff --git a/CHANGELOG.md b/CHANGELOG.md index 97f7cde..d969a37 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,8 @@ * issue#133: Saving Settings on the Syslog Tab are not retained in latest Cacti +* feature: Migrate all Syslog Images to Fontawesome Glyphs + --- 2.9 --- * issue#120: SQL syntax error for syslog when click browser back button diff --git a/functions.php b/functions.php index 31c2947..ab83e80 100644 --- a/functions.php +++ b/functions.php @@ -566,7 +566,7 @@ function syslog_row_color($priority, $message) { break; } - print "\n"; + print ""; } function sql_hosts_where($tab) { diff --git a/setup.php b/setup.php index 45610d8..d2849a1 100644 --- a/setup.php +++ b/setup.php @@ -1177,7 +1177,7 @@ function syslog_graph_buttons($graph_elements = array()) { $host_id = syslog_db_fetch_cell('SELECT host_id FROM syslog_hosts ' . $sql_where); if ($host_id) { - print "
"; + print "
"; } } } diff --git a/syslog.php b/syslog.php index 8eb9fd3..674dbce 100644 --- a/syslog.php +++ b/syslog.php @@ -1499,7 +1499,7 @@ function syslog_syslog_legend() { global $disabled_color, $notmon_color, $database_default; html_start_box('', '100%', '', '3', 'center', ''); - print ''; + print ''; print "" . __('Emergency', 'syslog') . ''; print "" . __('Critical', 'syslog') . ''; print "" . __('Alert', 'syslog') . ''; @@ -1519,7 +1519,7 @@ function syslog_log_legend() { global $disabled_color, $notmon_color, $database_default; html_start_box('', '100%', '', '3', 'center', ''); - print ''; + print ''; print "" . __('Critical', 'syslog') . ''; print "" . __('Warning', 'syslog') . ''; print "" . __('Notice', 'syslog') . ''; @@ -1651,8 +1651,8 @@ function syslog_messages($tab = 'syslog') { if (api_plugin_user_realm_auth('syslog_alerts.php')) { $url = ''; if ($sm['mtype'] == 'main') { - $url .= ""; - $url .= ""; + $url .= ""; + $url .= ""; } form_selectable_cell($url, $sm['seq'], '', 'left');