Updates for layout of signature helper text

This commit is contained in:
David Bomba 2023-12-03 22:07:08 +11:00
parent 9821a5d7f6
commit 02ee21801a
2 changed files with 6 additions and 4 deletions

View File

@ -1933,7 +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:',
'sign_here_ux_tip' => 'Use the mouse or your touchpad to trace your signature.',
'authorization' => 'Authorization',
'signed' => 'Signed',

View File

@ -14,15 +14,16 @@
<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>
</p>
</div>
</div>
</div>
<div class="flex w-full mx-auto content-center">
<p class="text-sm mx-auto content-center">{{ ctrans('texts.sign_here_ux_tip') }}</p>
</div>
<div class="mt-5 sm:mt-4 sm:flex sm:flex-row-reverse" >
<div class="flex w-full rounded-md shadow-sm sm:ml-3 sm:w-auto" x-data>
@ -35,6 +36,7 @@
{{ ctrans('texts.close') }}
</button>
</div>
</div>
</div>
</div>