Merge pull request #9014 from JoeMasciantonio/ux-text-signature-box

Feature: signature box ux tip
This commit is contained in:
David Bomba 2023-12-03 22:13:21 +11:00 committed by GitHub
commit 786ce8840e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 7 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.',
'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

@ -20,6 +20,10 @@
</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>
@ -32,6 +36,7 @@
{{ ctrans('texts.close') }}
</button>
</div>
</div>
</div>
</div>