mirror of
https://github.com/24eme/signaturepdf.git
synced 2023-08-25 09:33:08 +02:00
typo
This commit is contained in:
parent
567452519f
commit
c05916f98b
@ -19,7 +19,7 @@
|
||||
<div id="container-pages" class="col-lg-10 col-md-9 col-sm-8 col-xs-6 bg-light text-center"></div>
|
||||
<aside class="col-lg-2 col-md-3 col-sm-4 col-xs-6 mt-2 position-fixed end-0 bg-white">
|
||||
<div class="form-check form-switch float-end"><input class="form-check-input" type="radio" name="radio_signature" id="radio_signature_pad"></div>
|
||||
<h5><i class="bi bi-vector-pen"></i> À main lever</h5>
|
||||
<h5><i class="bi bi-vector-pen"></i> À main levée</h5>
|
||||
<canvas id="signature-pad" class="border bg-light" width=235 height=125></canvas>
|
||||
<hr />
|
||||
<div class="form-check form-switch float-end"><input class="form-check-input" type="radio" name="radio_signature" id="radio_signature_text"></div>
|
||||
@ -39,7 +39,7 @@
|
||||
<h5><i class="bi bi-type"></i> Texte classique</h5>
|
||||
<input id="input-signature-text-classic" type="text" class="form-control" placeholder="" />
|
||||
<hr />
|
||||
<p><small class="text-muted"><i class="bi bi-hand-index"></i><i class="bi bi-hand-index"></i> <i class="bi bi-plus-circle-fill"></i> Double-cliquer sur le PDF pour ajouter l'élément séléctionné</small></p>
|
||||
<p><small class="text-muted"><i class="bi bi-hand-index"></i><i class="bi bi-hand-index"></i> <i class="bi bi-plus-circle-fill"></i> Double-cliquez sur le PDF pour ajouter l'élément sélectionné</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 Signé</button>
|
||||
|
Loading…
Reference in New Issue
Block a user