changeset 4173:dfa885f815eb

mod_invites_register_web: Tweak layout and text of web chat CTA
author Matthew Wild <mwild1@gmail.com>
date Tue, 06 Oct 2020 16:05:30 +0100
parents 740ca44eba06
children e56b6b6852ae
files mod_invites_register_web/html/register_success.html
diffstat 1 files changed, 11 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/mod_invites_register_web/html/register_success.html	Tue Oct 06 16:04:31 2020 +0100
+++ b/mod_invites_register_web/html/register_success.html	Tue Oct 06 16:05:30 2020 +0100
@@ -47,10 +47,17 @@
 
 				{webchat_url&
 				<div class="alert alert-success">
-					<p>You can also use our online web chat to get started
-					right away.
-					</p>
-					<a class="btn btn-primary" href="{webchat_url}">Log in via web</a>
+					<div class="container">
+						<div class="row">
+							<div class="col-9">
+								<p><strong>No suitable software installed right now?</strong>
+								You can also log in to your account through our online web chat!</p>
+							</div>
+							<div class="col">
+								<a class="btn btn-primary" href="{webchat_url}">Log in via web</a>
+							</div>
+						</div>
+					</div>
 				</div>
 				}