@@ -, +, @@ --- .../opac-tmpl/bootstrap/en/modules/errors/400.tt | 44 ------------------- .../opac-tmpl/bootstrap/en/modules/errors/401.tt | 45 -------------------- .../opac-tmpl/bootstrap/en/modules/errors/402.tt | 44 ------------------- .../opac-tmpl/bootstrap/en/modules/errors/403.tt | 44 ------------------- .../opac-tmpl/bootstrap/en/modules/errors/500.tt | 44 ------------------- 5 files changed, 221 deletions(-) delete mode 100644 koha-tmpl/opac-tmpl/bootstrap/en/modules/errors/400.tt delete mode 100644 koha-tmpl/opac-tmpl/bootstrap/en/modules/errors/401.tt delete mode 100644 koha-tmpl/opac-tmpl/bootstrap/en/modules/errors/402.tt delete mode 100644 koha-tmpl/opac-tmpl/bootstrap/en/modules/errors/403.tt delete mode 100644 koha-tmpl/opac-tmpl/bootstrap/en/modules/errors/500.tt --- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/errors/400.tt +++ a/koha-tmpl/opac-tmpl/bootstrap/en/modules/errors/400.tt @@ -1,44 +0,0 @@ -[% INCLUDE 'doc-head-open.inc' %] -[% IF ( LibraryNameTitle ) %][% LibraryNameTitle %][% ELSE %]Koha online[% END %] catalog › An error has occurred -[% INCLUDE 'doc-head-close.inc' %] -[% BLOCK cssinclude %][% END %] - - -[% INCLUDE 'masthead.inc' %] - -
- - -
-
- [% IF ( OpacNav || OpacNavBottom ) %] -
- -
-
- [% ELSE %] -
- [% END %] -
-

An error has occurred

-

Error 400

- -
-
-
-
-
- -[% INCLUDE 'opac-bottom.inc' %] -[% BLOCK jsinclude %] -[% END %] --- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/errors/401.tt +++ a/koha-tmpl/opac-tmpl/bootstrap/en/modules/errors/401.tt @@ -1,45 +0,0 @@ -[% INCLUDE 'doc-head-open.inc' %] -[% IF ( LibraryNameTitle ) %][% LibraryNameTitle %][% ELSE %]Koha online[% END %] catalog › An error has occurred -[% INCLUDE 'doc-head-close.inc' %] -[% BLOCK cssinclude %][% END %] - - -[% INCLUDE 'masthead.inc' %] - -
- - -
-
- [% IF ( OpacNav || OpacNavBottom ) %] -
- -
-
- [% ELSE %] -
- [% END %] -
-

An error has occurred

-

Error 401

-
    -
  • This error means that the you are trying to access a link that you're not authorized to see.
  • -
  • Try logging in to the catalog
  • -
  • To report this error, you can - email the Koha Administrator.
  • -
  • Return to the catalog home page.
  • -
-
-
-
-
-
- -[% INCLUDE 'opac-bottom.inc' %] -[% BLOCK jsinclude %] -[% END %] --- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/errors/402.tt +++ a/koha-tmpl/opac-tmpl/bootstrap/en/modules/errors/402.tt @@ -1,44 +0,0 @@ -[% INCLUDE 'doc-head-open.inc' %] -[% IF ( LibraryNameTitle ) %][% LibraryNameTitle %][% ELSE %]Koha online[% END %] catalog › An error has occurred -[% INCLUDE 'doc-head-close.inc' %] -[% BLOCK cssinclude %][% END %] - - -[% INCLUDE 'masthead.inc' %] - -
- - -
-
- [% IF ( OpacNav || OpacNavBottom ) %] -
- -
-
- [% ELSE %] -
- [% END %] -
-

An error has occurred

-

Error 402

- -
-
-
-
-
- -[% INCLUDE 'opac-bottom.inc' %] -[% BLOCK jsinclude %] -[% END %] --- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/errors/403.tt +++ a/koha-tmpl/opac-tmpl/bootstrap/en/modules/errors/403.tt @@ -1,44 +0,0 @@ -[% INCLUDE 'doc-head-open.inc' %] -[% IF ( LibraryNameTitle ) %][% LibraryNameTitle %][% ELSE %]Koha online[% END %] catalog › An error has occurred -[% INCLUDE 'doc-head-close.inc' %] -[% BLOCK cssinclude %][% END %] - - -[% INCLUDE 'masthead.inc' %] - -
- - -
-
- [% IF ( OpacNav || OpacNavBottom ) %] -
- -
-
- [% ELSE %] -
- [% END %] -
-

An error has occurred

-

Error 403

- -
-
-
-
-
- -[% INCLUDE 'opac-bottom.inc' %] -[% BLOCK jsinclude %] -[% END %] --- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/errors/500.tt +++ a/koha-tmpl/opac-tmpl/bootstrap/en/modules/errors/500.tt @@ -1,44 +0,0 @@ -[% INCLUDE 'doc-head-open.inc' %] -[% IF ( LibraryNameTitle ) %][% LibraryNameTitle %][% ELSE %]Koha online[% END %] catalog › An error has occurred -[% INCLUDE 'doc-head-close.inc' %] -[% BLOCK cssinclude %][% END %] - - -[% INCLUDE 'masthead.inc' %] - -
- - -
-
- [% IF ( OpacNav || OpacNavBottom ) %] -
- -
-
- [% ELSE %] -
- [% END %] -
-

An error has occurred

-

Error 500

- -
-
-
-
-
- -[% INCLUDE 'opac-bottom.inc' %] -[% BLOCK jsinclude %] -[% END %] --