add Export button to Filter

This commit is contained in:
Isaac Connor 2018-07-09 11:59:44 -04:00
parent 24a5b78f4c
commit 8ca35fa5ab
1 changed files with 1 additions and 0 deletions

View File

@ -411,6 +411,7 @@ if ( ZM_OPT_MESSAGE ) {
<hr/>
<div id="contentButtons">
<button onclick="submitToEvents(this);"> <?php echo translate('ListMatches') ?></button>
<button onclick="submitToExport(this);"> <?php echo translate('ExportMatches') ?></button>
<button name="executeButton" id="executeButton" onclick="executeFilter( this );"><?php echo translate('Execute') ?></button>
<?php
if ( canEdit( 'Events' ) ) {