Added Preorder Export

This commit is contained in:
Frank Schubert
2023-03-09 19:06:32 +01:00
parent 88dbea9f79
commit 852be346ec
5 changed files with 131 additions and 6 deletions

View File

@@ -119,6 +119,9 @@
<?php else: ?>
<a class="btn btn-secondary" href="<?=self::getUrl("Preorder")?>">Filter zurücksetzen</a>
<?php endif; ?>
<?php if(!$me->is("Preorderfront")): ?>
<button type="submit" formaction="<?=self::getUrl("Preorder", "export")?>" id="export-button" class="btn btn-outline-success ml-2"><i class="fas fa-download"></i> CSV-Export</button>
<?php endif; ?>
</div>
</div>
</form>