status_logs_filter_summary make the info box open on initial page load

This commit is contained in:
Phil Davis 2016-01-07 20:27:02 +05:45
parent b9adcf8bfe
commit 0a7d86bd90

View File

@ -157,7 +157,7 @@ print("<br />");
$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">
<div id="infoblock_open">
<?=print_info_box($infomsg, 'info');?>
</div>
</div>