summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephen Beaver <sbeaver@netgate.com>2016-01-07 10:10:18 -0500
committerStephen Beaver <sbeaver@netgate.com>2016-01-07 10:10:18 -0500
commit037d58299a997291f7bb882ef0528cd5c59f47d2 (patch)
treeb0d1a2d005a803a3bffa7f45a1b5455a5a02403b
parent05ff0c6569cf620bb5d17418f30d64a42e955dbd (diff)
parent0a7d86bd900ba4bcd0ada3f96ab0aed01a290f0e (diff)
downloadpfsense-037d58299a997291f7bb882ef0528cd5c59f47d2.zip
pfsense-037d58299a997291f7bb882ef0528cd5c59f47d2.tar.gz
Merge branch 'patch-6' of https://github.com/phil-davis/pfsense
* 'patch-6' of https://github.com/phil-davis/pfsense: status_logs_filter_summary make the info box open on initial page load status_logs_filter_summary make the info an info box
-rw-r--r--src/usr/local/www/status_logs_filter_summary.php11
1 files changed, 7 insertions, 4 deletions
diff --git a/src/usr/local/www/status_logs_filter_summary.php b/src/usr/local/www/status_logs_filter_summary.php
index 18a3733..fff226d 100644
--- a/src/usr/local/www/status_logs_filter_summary.php
+++ b/src/usr/local/www/status_logs_filter_summary.php
@@ -153,11 +153,14 @@ foreach ($filterlog as $fe) {
}
}
-
print("<br />");
-$infomsg = sprintf('This is a summary of the last %1$s lines of the firewall log (Max %2$s).', $gotlines, $lines);
-print_info_box($infomsg, 'info');
+$infomsg = sprintf(gettext('This is a summary of the last %1$s lines of the firewall log (Max %2$s).'), $gotlines, $lines);
?>
+<div>
+ <div id="infoblock_open">
+ <?=print_info_box($infomsg, 'info');?>
+ </div>
+</div>
<script src="d3pie/d3pie.min.js"></script>
<script src="d3pie/d3.min.js"></script>
@@ -350,4 +353,4 @@ var pie = new d3pie("pieChart<?=$chartnum?>", {
<?php
include("foot.inc");
-?> \ No newline at end of file
+?>
OpenPOWER on IntegriCloud