diff --git a/share/templates/denied_page.tt b/share/templates/denied_page.tt index 5c672d43c5..6c855326fc 100644 --- a/share/templates/denied_page.tt +++ b/share/templates/denied_page.tt @@ -1,37 +1,36 @@
- +
- +
- +

[% c.loc('Forbidden!') %]

- +

[% c.loc('[_1] Access Denied', c.response.status) %]

- +
[% c.loc('Sorry, an error has occurred, requested operation denied!') %] - +
- + - -
- - + +
+
- - - + + + diff --git a/share/templates/error_page.tt b/share/templates/error_page.tt index 8683d4d656..be20461917 100644 --- a/share/templates/error_page.tt +++ b/share/templates/error_page.tt @@ -1,13 +1,13 @@
- +
- +
- +

[% c.loc('Sorry!') %]

- +

[% c.loc('[_1] Internal server error', c.response.status) %]

- +

[% c.loc('We are terribly sorry, an exceptional error has occurred:') %]

[% c.loc('incident number:') %] [% exception_incident %]
@@ -15,19 +15,17 @@

[% 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.') %]

- + - -
- - + +
+
- - - + + diff --git a/share/templates/notfound_page.tt b/share/templates/notfound_page.tt index a8da954d42..de5a066ff0 100644 --- a/share/templates/notfound_page.tt +++ b/share/templates/notfound_page.tt @@ -1,37 +1,36 @@
- +
- +
- +

[% c.loc('Oops!') %]

- +

[% c.loc('[_1] Not found', c.response.status) %]

- +
[% c.loc('Sorry, an error has occurred, Requested page not found!') %] - +
- + - -
- - + +
+
- - - + + +