From cf6587d785c0802dd1e215f915747532cf82a187 Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Thu, 8 Nov 2018 16:37:19 +0000 Subject: [PATCH] Bug 21790: Switch error page template to Bootstrap grid This patch updates the error page template to use a Bootstrap grid instead of YUI. To test, apply the patch and disable Plack and restart Apache if necessary. Navigate to a page in Koha which doesn't exist. The error page should look correct and adapt well to various browser widths. --- .../intranet-tmpl/prog/en/modules/errors/errorpage.tt | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/errors/errorpage.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/errors/errorpage.tt index 49e3fb1..6cd94c1 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/errors/errorpage.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/errors/errorpage.tt @@ -9,11 +9,10 @@ -
+
+
+
-
-
-

An error has occurred!

Error [% errno | html %]

This message may have been caused by any of the following reasons:

@@ -27,10 +26,9 @@
  • Use top menu bar to navigate to another part of Koha.
  • To report a broken link or any other issue, please contact the Koha Administrator. Send email
  • -
-
+ -
-
+
+
[% INCLUDE 'intranet-bottom.inc' %] -- 2.1.4