diff --git a/html/includes/dev-overview-data.inc.php b/html/includes/dev-overview-data.inc.php
index 2a87743514..3d5882594f 100644
--- a/html/includes/dev-overview-data.inc.php
+++ b/html/includes/dev-overview-data.inc.php
@@ -1,40 +1,42 @@
");
+echo('
");
+ echo("
");
print_graph_popup($graph_array);
echo("
".$entry['text']."
");
echo("
");
diff --git a/html/includes/print-event-short.inc.php b/html/includes/print-event-short.inc.php
index 08c2011efe..f28befee7f 100644
--- a/html/includes/print-event-short.inc.php
+++ b/html/includes/print-event-short.inc.php
@@ -7,12 +7,12 @@ unset($icon);
$icon = geteventicon($entry['message']);
if ($icon) { $icon = "

"; }
-echo("
- |
-
+echo(" |
+ |
+
".$entry['humandate']."
|
- ");
+ | ");
if ($entry['type'] == "interface") {
$entry['link'] = "".generate_port_link(getifbyid($entry['reference']))."";
@@ -23,4 +23,4 @@ echo(" |
|
");
-?>
\ No newline at end of file
+?>
diff --git a/html/includes/print-syslog.inc.php b/html/includes/print-syslog.inc.php
index 92fb253f50..09467dd7c4 100644
--- a/html/includes/print-syslog.inc.php
+++ b/html/includes/print-syslog.inc.php
@@ -2,18 +2,18 @@
if (device_permitted($entry['device_id']))
{
- echo("
");
+ echo("
");
// Stop shortening hostname. Issue #61
//$entry['hostname'] = shorthost($entry['hostname'], 20);
if ($vars['page'] != "device")
{
- echo("| " . $entry['date'] . " | ");
- echo("".generate_device_link($entry)." | ");
- echo("" . $entry['program'] . " : " . htmlspecialchars($entry['msg']) . " | ");
+ echo("" . $entry['date'] . " | ");
+ echo("".generate_device_link($entry)." | ");
+ echo("" . $entry['program'] . " : " . htmlspecialchars($entry['msg']) . " | ");
} else {
- echo("" . $entry['date'] . " " . $entry['program'] . " " . htmlspecialchars($entry['msg']) . " | ");
+ echo("" . $entry['date'] . " " . $entry['program'] . " " . htmlspecialchars($entry['msg']) . " | ");
}
echo("
");
diff --git a/html/pages/device.inc.php b/html/pages/device.inc.php
index c2dd8df929..b1a825f021 100644
--- a/html/pages/device.inc.php
+++ b/html/pages/device.inc.php
@@ -18,7 +18,7 @@ if (device_permitted($vars['device']) || $check_device == $vars['device'])
$tab = "overview";
}
- $select[$tab] = "selected";
+ $select[$tab] = "active";
$device = device_by_id_cache($vars['device']);
$attribs = get_dev_attribs($device['device_id']);
@@ -37,11 +37,10 @@ if (device_permitted($vars['device']) || $check_device == $vars['device'])
echo('');
- echo('
');
if (device_permitted($device['device_id']))
{
- echo('