Adedd xls Download in Linework

This commit is contained in:
Frank Schubert
2022-06-15 13:37:06 +02:00
parent cf952621bc
commit c105f9926c
2 changed files with 135 additions and 3 deletions
+3 -1
View File
@@ -102,7 +102,9 @@
<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>
<?php if($me->isAdmin()): ?>
<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>
<?php endif; ?>
</div>
</div>
</form>