WIP AddressDB/Export

This commit is contained in:
Frank Schubert
2023-01-17 12:47:04 +01:00
parent 68a58d52f7
commit f25e2c3f97
5 changed files with 89 additions and 8 deletions

View File

@@ -121,7 +121,7 @@
<div class="col">
<button type="submit" class="btn btn-primary">Filter anwenden</button>
<a class="btn btn-secondary" href="<?=self::getUrl("AddressDB")?>">Filter zurücksetzen</a>
<!--<button type="submit" formaction="<?=self::getUrl("AddressDB", "export")?>" id="export-button" class="btn btn-outline-success ml-2"><i class="fas fa-download"></i> CSV-Export</button>-->
<button type="submit" formaction="<?=self::getUrl("AddressDB", "export")?>" id="export-button" class="btn btn-outline-success ml-2"><i class="fas fa-download"></i> CSV-Export</button>
</div>
</div>
</form>