From 2aa4a82499d4becd2284cdb482213d541b8804dd Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 28 Apr 2024 16:29:10 +0200 Subject: Adding upstream version 86.0.1. Signed-off-by: Daniel Baumann --- .../content/panels/tmpl/signup_shell.handlebars | 27 ++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 browser/components/pocket/content/panels/tmpl/signup_shell.handlebars (limited to 'browser/components/pocket/content/panels/tmpl/signup_shell.handlebars') diff --git a/browser/components/pocket/content/panels/tmpl/signup_shell.handlebars b/browser/components/pocket/content/panels/tmpl/signup_shell.handlebars new file mode 100644 index 0000000000..34aa9e9ca2 --- /dev/null +++ b/browser/components/pocket/content/panels/tmpl/signup_shell.handlebars @@ -0,0 +1,27 @@ +
+ +

{{tagline}}

+ {{#if showlearnmore}} + {{#if controlvariant}} +

{{learnmore}}

+ {{else}} +

{{learnmore}}

+ {{/if}} + {{else}} +

{{learnmore}}

+ {{/if}} +
+
+
+ {{#if controlvariant}} +

{{signuptosave}}

+

+

+

{{alreadyhaveacct}} .

+ {{else}} +

+

{{alreadyhaveacct}} .

+

{{{tos}}}

+ {{/if}} + +
-- cgit v1.2.3