Libellé bouton de téléchargement

This commit is contained in:
Vincent LAURENT 2021-09-19 02:26:34 +02:00
parent 1a9c455298
commit 079ccc7143
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@
<p><small class="text-muted">Double-cliquez sur le PDF pour ajouter la signature</small></p>
<form id="form_pdf" action="/<?php echo $key ?>/save" method="post">
<div class="position-fixed bottom-0 mb-2">
<button class="btn btn-primary" type="submit" id="save"><i class="bi bi-download"></i> Télécharger le PDF</button>
<button class="btn btn-primary" type="submit" id="save"><i class="bi bi-download"></i> Télécharger le PDF Signé</button>
</div>
</form>
</aside>