diff --git a/share/templates/denied_page.tt b/share/templates/denied_page.tt index 6c855326fc..0f0456ace3 100644 --- a/share/templates/denied_page.tt +++ b/share/templates/denied_page.tt @@ -12,7 +12,7 @@ [% c.loc('Sorry, an error has occurred, requested operation denied!') %] - +[% IF ! framed -%]
@@ -27,7 +27,7 @@
- +[% END -%] diff --git a/share/templates/error_page.tt b/share/templates/error_page.tt index be20461917..938b96343a 100644 --- a/share/templates/error_page.tt +++ b/share/templates/error_page.tt @@ -16,13 +16,14 @@

[% c.loc('Details have been logged on the server. If you want to report the error, describe what you were doing or attempting to do just before.') %]

+[% IF ! framed -%]
[% c.loc('Back to Dashboard') %] [% c.loc('Contact Support') %] -
+[% END -%] diff --git a/share/templates/notfound_page.tt b/share/templates/notfound_page.tt index de5a066ff0..6091dd9e64 100644 --- a/share/templates/notfound_page.tt +++ b/share/templates/notfound_page.tt @@ -12,7 +12,7 @@ [% c.loc('Sorry, an error has occurred, Requested page not found!') %] - +[% IF ! framed -%]
@@ -27,7 +27,7 @@
- +[% END -%]