Revert "Remove Filters from the header"

This reverts commit 4b6cf9ca04.
This commit is contained in:
Kyle Johnson 2014-11-03 13:49:36 +00:00
parent 4b6cf9ca04
commit e8b93f0a20
1 changed files with 11 additions and 0 deletions

View File

@ -134,7 +134,14 @@ $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' ) ?>"/>
@ -315,3 +322,7 @@ if ( ZM_OPT_MESSAGE )
<input type="button" value="<?= $SLANG['Reset'] ?>" onclick="submitToFilter( this, 1 );"/>
</div>
</form>
</div>
</div>
</body>
</html>