add Export button to Filter
This commit is contained in:
parent
24a5b78f4c
commit
8ca35fa5ab
|
@ -411,6 +411,7 @@ if ( ZM_OPT_MESSAGE ) {
|
||||||
<hr/>
|
<hr/>
|
||||||
<div id="contentButtons">
|
<div id="contentButtons">
|
||||||
<button onclick="submitToEvents(this);"> <?php echo translate('ListMatches') ?></button>
|
<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>
|
<button name="executeButton" id="executeButton" onclick="executeFilter( this );"><?php echo translate('Execute') ?></button>
|
||||||
<?php
|
<?php
|
||||||
if ( canEdit( 'Events' ) ) {
|
if ( canEdit( 'Events' ) ) {
|
||||||
|
|
Loading…
Reference in New Issue