Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/mail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2018-10-02 21:45:08 +0300
committerJan-Christoph Borchardt <hey@jancborchardt.net>2018-10-02 21:45:08 +0300
commit38603b8b05908601cf784f5faf35ffe118477588 (patch)
tree2976a4ba21d8a2e02ab808ea95c9b09d09ad91d3 /templates
parent83c98a23800b85bdc717579697a9c9ae3d07e29c (diff)
Adjust redirect page design
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
Diffstat (limited to 'templates')
-rw-r--r--templates/redirect.php13
1 files changed, 7 insertions, 6 deletions
diff --git a/templates/redirect.php b/templates/redirect.php
index 845bd78be..0c2688618 100644
--- a/templates/redirect.php
+++ b/templates/redirect.php
@@ -37,16 +37,17 @@ style('mail', 'redirect');
</p>
</div>
<?php else: ?>
- <div class="error">
+ <div class="update">
<h2><?php p($l->t('Redirect')); ?></h2>
<p><?php p($l->t('The link leads to %s', array($_['urlHost']))); ?></p>
- <p><?php print_unescaped($l->t('If you don’t want to visit that page, you can return to <a href="%s">Mail</a>.',
+ <p class="infogroup"><?php print_unescaped($l->t('If you don’t want to visit that page, you can return to <a href="%s">Mail</a>.',
array($_['mailURL'])));
?></p>
- <br/>
- <a href="<?php p($_['url']) ?>" class="button" rel="noreferrer" id="redirectLink"><?php p($l->t('Continue to %s',
- array($_['urlHost'])));
- ?></a>
+ <p>
+ <a href="<?php p($_['url']) ?>" class="button primary" rel="noreferrer" id="redirectLink"><?php p($l->t('Continue to %s',
+ array($_['urlHost'])));
+ ?></a>
+ </p>
</div>
<?php endif; ?>