From c612a0c9b4a19fef9ee027b06b884e0879ca5e24 Mon Sep 17 00:00:00 2001 From: JoeMasciantonio Date: Fri, 17 Nov 2023 16:34:18 -0500 Subject: [PATCH 1/2] ux tip for signature box --- lang/en/texts.php | 1 + lang/en_GB/texts.php | 1 + .../portal/ninja2020/invoices/includes/signature.blade.php | 3 +++ 3 files changed, 5 insertions(+) diff --git a/lang/en/texts.php b/lang/en/texts.php index 48cfe30beb3a..dd1a966aa46a 100644 --- a/lang/en/texts.php +++ b/lang/en/texts.php @@ -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', diff --git a/lang/en_GB/texts.php b/lang/en_GB/texts.php index c687b7b8d9cd..8e167bc0a1f3 100644 --- a/lang/en_GB/texts.php +++ b/lang/en_GB/texts.php @@ -1947,6 +1947,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' => 'Authorisation', 'signed' => 'Signed', diff --git a/resources/views/portal/ninja2020/invoices/includes/signature.blade.php b/resources/views/portal/ninja2020/invoices/includes/signature.blade.php index 5464b607502e..e0b7b7b73577 100644 --- a/resources/views/portal/ninja2020/invoices/includes/signature.blade.php +++ b/resources/views/portal/ninja2020/invoices/includes/signature.blade.php @@ -14,6 +14,9 @@

{{ ctrans('texts.sign_here') }}

+

+ {{ ctrans('texts.sign_here_ux_tip') }} +

From 02ee21801ab407054af841887ab95a0b61164f49 Mon Sep 17 00:00:00 2001 From: David Bomba Date: Sun, 3 Dec 2023 22:07:08 +1100 Subject: [PATCH 2/2] Updates for layout of signature helper text --- lang/en/texts.php | 2 +- .../ninja2020/invoices/includes/signature.blade.php | 8 +++++--- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/lang/en/texts.php b/lang/en/texts.php index 287bd744db67..12fcae859353 100644 --- a/lang/en/texts.php +++ b/lang/en/texts.php @@ -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', diff --git a/resources/views/portal/ninja2020/invoices/includes/signature.blade.php b/resources/views/portal/ninja2020/invoices/includes/signature.blade.php index e0b7b7b73577..b8042422632f 100644 --- a/resources/views/portal/ninja2020/invoices/includes/signature.blade.php +++ b/resources/views/portal/ninja2020/invoices/includes/signature.blade.php @@ -14,15 +14,16 @@

{{ ctrans('texts.sign_here') }}

-

- {{ ctrans('texts.sign_here_ux_tip') }} -

+ + +
+

{{ ctrans('texts.sign_here_ux_tip') }}

@@ -35,6 +36,7 @@ {{ ctrans('texts.close') }}
+