From 0ebd60880551723e8b68e3a7a3969186051c62a9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20V=C3=A9ron?= Date: Fri, 1 Aug 2014 20:30:04 +0200 Subject: [PATCH] Bug 12763 - Add more information for users to OPAC Error 404 page This patch adds more information to the OPAC 404 error page to make it more user friendly. To test: - Apply patch - Is the information clearly understandable and does it contain all necessary information? - Native speakers: Is the text correct? - Non native speakers: Is the text easy to translate? - Is the HTML correct? Signed-off-by: Chris Cormack --- .../opac-tmpl/bootstrap/en/modules/errors/404.tt | 24 ++++++++++++++++------ 1 file changed, 18 insertions(+), 6 deletions(-) diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/errors/404.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/errors/404.tt index 7967d98..ff793a1 100644 --- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/errors/404.tt +++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/errors/404.tt @@ -24,13 +24,25 @@
[% END %]
-

An error has occurred

-

Error 404

+

Sorry, the requested page is not available

+

Error 404

+

This message can have following reasons

    -
  • This error means that the link was broken and that the page doesn't exist.
  • -
  • To report this error, you can - email the Koha Administrator.
  • -
  • Return to the catalog home page.
  • +
  • You made use of an external link to a catalog item that is no longer available
  • +
  • You followed an outdated link e.g. from a search engine or a bookmark
  • +
  • You tried to access a page that needs authentification
  • +
  • An internal link in our catalog home page is broken and the page does not exist
  • +
+

What's next?

+
    +
  • You can search our catalog using the search form at the top of this page
  • +
  • You can navigate to the catalog main page
  • +
+

Report broken links

+
-- 1.9.1