Add an option to download the data as csv

This commit is contained in:
Gregory Trolliet 2020-11-23 11:30:26 +01:00
parent c6e2466914
commit 18af3af7d4
3 changed files with 50 additions and 0 deletions

View file

@ -51,6 +51,7 @@ if (isset($id)) {
</thead>
</table>
</details>
<a href="download.php?id=<?php echo $id ?>"><?php echo L::wordsList_download ?></a>
<?php
}
}