Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
N
Nextcloud mail - PostGuard
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Laura Kolijn
Nextcloud mail - PostGuard
Commits
38603b8b
Unverified
Commit
38603b8b
authored
6 years ago
by
Jan-Christoph Borchardt
Browse files
Options
Downloads
Patches
Plain Diff
Adjust redirect page design
Signed-off-by:
Jan-Christoph Borchardt
<
hey@jancborchardt.net
>
parent
83c98a23
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
templates/redirect.php
+7
-6
7 additions, 6 deletions
templates/redirect.php
with
7 additions
and
6 deletions
templates/redirect.php
+
7
−
6
View file @
38603b8b
...
...
@@ -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
;
?>
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment