Feature: VCF-Export der Suchergebnisse
This commit is contained in:
@@ -80,10 +80,13 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="result-counts">
|
||||
<span id="resultCount" class="result-count"></span>
|
||||
<button id="exportButton" class="btn btn-sm btn-outline-success ms-2" onclick="exportToCSV()" style="display: none;">
|
||||
<i class="fas fa-file-csv"></i> CSV Export
|
||||
<div id="result-counts" class="mt-2">
|
||||
<span id="result-count"></span>
|
||||
<button id="exportButton" class="btn btn-sm btn-outline-primary ms-2" onclick="exportToCSV()" style="display: none;">
|
||||
<i class="bi bi-file-earmark-excel"></i> CSV exportieren
|
||||
</button>
|
||||
<button id="vcfExportButton" class="btn btn-sm btn-outline-primary ms-2" onclick="exportToVCF()" style="display: none;">
|
||||
<i class="bi bi-person-vcard"></i> VCF exportieren
|
||||
</button>
|
||||
</div>
|
||||
|
||||
|
Reference in New Issue
Block a user