navbar closes the form, and doesn't need to be in the form.
This commit is contained in:
parent
5d883d696b
commit
767f5ebb03
|
@ -159,11 +159,11 @@ if ( $show_storage_areas ) $left_columns += 1;
|
|||
xhtmlHeaders(__FILE__, translate('Console'));
|
||||
getBodyTopHTML();
|
||||
?>
|
||||
<?php echo $navbar ?>
|
||||
<form name="monitorForm" method="get" action="?">
|
||||
<input type="hidden" name="view" value="<?php echo $view ?>"/>
|
||||
<input type="hidden" name="action" value=""/>
|
||||
|
||||
<?php echo $navbar ?>
|
||||
<div class="filterBar"><?php echo $filterbar ?></div>
|
||||
<div class="statusBreakdown">
|
||||
<?php
|
||||
|
|
Loading…
Reference in New Issue