added export feature constr consent
This commit is contained in:
@@ -170,6 +170,10 @@ $pagination_entity_name = "Zustimmungserklärungen";
|
||||
<?php endif; ?>
|
||||
</div>
|
||||
<div class="col text-right">
|
||||
<a class="btn btn-outline-success" style="cursor: pointer" href="<?=self::getUrl("ConstructionConsent", "downloadCSV", ["filter" => $filter])?>">
|
||||
<i class="fas fa-file-csv fa-fw" title="CSV Export" aria-hidden="true" class="mr-1 chevron-icon"></i>
|
||||
CSV Export
|
||||
</a>
|
||||
<a class="btn btn-success text-white" style="cursor: pointer" data-toggle="modal" data-target="#downloadModal">
|
||||
<i class="fas fa-download"></i> Zustimmungserklärungen herunterladen
|
||||
</a>
|
||||
|
||||
Reference in New Issue
Block a user