From 239d29ea341abbd0f6d149c47ba853743632166a Mon Sep 17 00:00:00 2001 From: Christoph Wurst Date: Thu, 4 Aug 2016 16:07:56 +0200 Subject: fix redirect template design --- templates/redirect.php | 21 +++++++++++++-------- 1 file changed, 13 insertions(+), 8 deletions(-) (limited to 'templates') diff --git a/templates/redirect.php b/templates/redirect.php index 0c2d59120..73deed3d6 100644 --- a/templates/redirect.php +++ b/templates/redirect.php @@ -21,26 +21,31 @@ * */ ?> - +
-
+

- t('Forwarding you to %s - click here if you are not automatically redirected within the next few seconds.', array($_['urlHost'])));?> + style="font-weight: 300 !important"> +

t('Forwarding to %s', array($_['urlHost']))); ?>

+ t('Click here if you are not automatically redirected within the next few seconds.')); ?>

-

t('Redirect'));?>

+

t('Redirect')); ?>

t('The link leads to %s', array($_['urlHost']))); ?>

-

t('If you don’t want to visit that page, you can return to Mail.', array($_['mailURL']))); ?>

+

t('If you don’t want to visit that page, you can return to Mail.', + array($_['mailURL']))); + ?>


- t('Continue to %s', array($_['urlHost']))); ?> + t('Continue to %s', + array($_['urlHost']))); + ?>
-- cgit v1.2.3