1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-11-10 05:02:36 +01:00

Merge branch 'ux-text-signature-box' into v5-develop

This commit is contained in:
JoeMasciantonio 2023-12-02 19:16:08 -05:00
commit 9821a5d7f6
3 changed files with 5 additions and 0 deletions

View File

@ -1933,6 +1933,7 @@ $lang = array(
'require_quote_signature_help' => 'Require client to provide their signature.',
'i_agree' => 'I Agree To The Terms',
'sign_here' => 'Please sign here:',
'sign_here_ux_tip' => 'Use the mouse or your touchpad to trace your signature in the panel below:',
'authorization' => 'Authorization',
'signed' => 'Signed',

View File

@ -1947,6 +1947,7 @@ $lang = [
'require_quote_signature_help' => 'Require client to provide their signature.',
'i_agree' => 'I Agree To The Terms',
'sign_here' => 'Please sign here:',
'sign_here_ux_tip' => 'Use the mouse or your touchpad to trace your signature in the panel below:',
'authorization' => 'Authorisation',
'signed' => 'Signed',

View File

@ -14,6 +14,9 @@
<h3 class="text-lg leading-6 font-medium text-gray-900">
{{ ctrans('texts.sign_here') }}
</h3>
<h4>
{{ ctrans('texts.sign_here_ux_tip') }}
</h4>
<div class="mt-2">
<p class="text-sm leading-5 text-gray-500">
<canvas id="signature-pad" class="signature-pad border rounded" width=400 height=200></canvas>