From 01b62e49b4258737b486c08f603e98897c98b91a Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Tue, 14 Jul 2020 16:30:15 +0200 Subject: [PATCH] Add a "Back to login" link similar to the forgot password page Signed-off-by: Joas Schilling --- templates/admin.php | 2 ++ templates/domains.php | 4 +++- templates/form.php | 7 ++++--- templates/message.php | 5 +++-- templates/register.php | 13 +++++++++++-- 5 files changed, 23 insertions(+), 8 deletions(-) diff --git a/templates/admin.php b/templates/admin.php index 198e776..16ff9e5 100644 --- a/templates/admin.php +++ b/templates/admin.php @@ -1,4 +1,6 @@
diff --git a/templates/domains.php b/templates/domains.php index 111ed9e..13ce4ef 100644 --- a/templates/domains.php +++ b/templates/domains.php @@ -1,5 +1,7 @@
  • t('Registration is only allowed for the following domains:')); ?> diff --git a/templates/form.php b/templates/form.php index 83853ff..ada251e 100644 --- a/templates/form.php +++ b/templates/form.php @@ -1,7 +1,8 @@
    diff --git a/templates/message.php b/templates/message.php index b583958..c895520 100644 --- a/templates/message.php +++ b/templates/message.php @@ -1,6 +1,7 @@
    • diff --git a/templates/register.php b/templates/register.php index 3cfc6d6..6c2d542 100644 --- a/templates/register.php +++ b/templates/register.php @@ -1,6 +1,7 @@
  • @@ -44,6 +49,10 @@ if ($_['entered']): ?>

    + + + t('Back to login')); ?> +