Remove Filters from the header
This commit is contained in:
parent
28a4de809b
commit
4b6cf9ca04
|
@ -134,14 +134,7 @@ $hasCal = file_exists( 'tools/jscalendar/calendar.js' );
|
|||
|
||||
$focusWindow = true;
|
||||
|
||||
xhtmlHeaders(__FILE__, $SLANG['EventFilter'] );
|
||||
?>
|
||||
<body>
|
||||
|
||||
<?php include("header.php"); ?>
|
||||
|
||||
<div class="container-fluid">
|
||||
<div id="content">
|
||||
<form name="contentForm" id="contentForm" method="get" action="<?= $_SERVER['PHP_SELF'] ?>">
|
||||
<input type="hidden" name="view" value="filter"/>
|
||||
<input type="hidden" name="page" value="<?= requestVar( 'page' ) ?>"/>
|
||||
|
@ -322,7 +315,3 @@ if ( ZM_OPT_MESSAGE )
|
|||
<input type="button" value="<?= $SLANG['Reset'] ?>" onclick="submitToFilter( this, 1 );"/>
|
||||
</div>
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
|
Loading…
Reference in New Issue