mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Merge pull request #9014 from JoeMasciantonio/ux-text-signature-box
Feature: signature box ux tip
This commit is contained in:
commit
786ce8840e
@ -1933,6 +1933,7 @@ $lang = array(
|
|||||||
'require_quote_signature_help' => 'Require client to provide their signature.',
|
'require_quote_signature_help' => 'Require client to provide their signature.',
|
||||||
'i_agree' => 'I Agree To The Terms',
|
'i_agree' => 'I Agree To The Terms',
|
||||||
'sign_here' => 'Please sign here:',
|
'sign_here' => 'Please sign here:',
|
||||||
|
'sign_here_ux_tip' => 'Use the mouse or your touchpad to trace your signature.',
|
||||||
'authorization' => 'Authorization',
|
'authorization' => 'Authorization',
|
||||||
'signed' => 'Signed',
|
'signed' => 'Signed',
|
||||||
|
|
||||||
|
@ -1947,6 +1947,7 @@ $lang = [
|
|||||||
'require_quote_signature_help' => 'Require client to provide their signature.',
|
'require_quote_signature_help' => 'Require client to provide their signature.',
|
||||||
'i_agree' => 'I Agree To The Terms',
|
'i_agree' => 'I Agree To The Terms',
|
||||||
'sign_here' => 'Please sign here:',
|
'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',
|
'authorization' => 'Authorisation',
|
||||||
'signed' => 'Signed',
|
'signed' => 'Signed',
|
||||||
|
|
||||||
|
@ -20,6 +20,10 @@
|
|||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</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>
|
||||||
<div class="mt-5 sm:mt-4 sm:flex sm:flex-row-reverse" >
|
<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>
|
<div class="flex w-full rounded-md shadow-sm sm:ml-3 sm:w-auto" x-data>
|
||||||
@ -32,6 +36,7 @@
|
|||||||
{{ ctrans('texts.close') }}
|
{{ ctrans('texts.close') }}
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user