WIP Linework excel export

This commit is contained in:
Frank Schubert
2022-06-14 17:23:25 +02:00
parent 7b8ebcc3d6
commit cf952621bc
5 changed files with 222 additions and 4 deletions

View File

@@ -102,6 +102,7 @@
<div class="col">
<button type="submit" class="btn btn-primary">Filter anwenden</button>
<a class="btn btn-secondary" href="<?=self::getUrl("Linework")?>">Filter zurücksetzen</a>
<button type="submit" name="export" value="1" class="btn btn-outline-success ml-2"><i class="fas fa-download mr-1"></i> Download als .xls</button>
</div>
</div>
</form>