Revize d90fc9de
Přidáno uživatelem Vojtěch Danišík před více než 4 roky(ů)
src/main/webapp/WEB-INF/templates/assembly.html | ||
---|---|---|
208 | 208 |
|
209 | 209 |
<div class="buttons-wrap"> |
210 | 210 |
<button type="submit" class="btn btn-primary mb-2 show-spinner" name="generateTable">Vygenerovat tabulku</button> |
211 |
<button type="submit" class="btn btn-primary mb-2 show-spinner" name="exportXls">Export do XLS</button>
|
|
211 |
<button type="submit" class="btn btn-primary mb-2 show-spinner" name="exportXlsx">Export do XLSX</button>
|
|
212 | 212 |
<button type="submit" class="btn btn-primary mb-2 show-spinner" name="exportPdf">Export do PDF</button> |
213 | 213 |
</div> |
214 | 214 |
</div> |
Také k dispozici: Unified diff
re #8133 #8132 Export contingency table to XLSX + PDF (not fully complete).