From ce459f284d0f90b2e108a950f19eb9ea90f17ce2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20V=C3=A9ron?= Date: Thu, 3 Dec 2015 05:16:55 +0100 Subject: [PATCH] [SIGNED-OFF]Bug 15288: (followup) Remove obsolete *.tt files Follwoing files were not yet deleted: koha-tmpl/opac-tmpl/bootstrap/en/modules/errors/400.tt koha-tmpl/opac-tmpl/bootstrap/en/modules/errors/401.tt koha-tmpl/opac-tmpl/bootstrap/en/modules/errors/402.tt koha-tmpl/opac-tmpl/bootstrap/en/modules/errors/403.tt koha-tmpl/opac-tmpl/bootstrap/en/modules/errors/500.tt Note: the 404.tt file was renamed to errorpage.tt To test: Verify that files are deleted. Signed-off-by: Hector Castro Files removed, new errorpage.tt added --- .../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 diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/errors/400.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/errors/400.tt deleted file mode 100644 index d0bd247..0000000 --- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/errors/400.tt +++ /dev/null @@ -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 %] diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/errors/401.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/errors/401.tt deleted file mode 100644 index 96221cb..0000000 --- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/errors/401.tt +++ /dev/null @@ -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 %] diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/errors/402.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/errors/402.tt deleted file mode 100644 index 6d53062..0000000 --- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/errors/402.tt +++ /dev/null @@ -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 %] diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/errors/403.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/errors/403.tt deleted file mode 100644 index 4a886f0..0000000 --- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/errors/403.tt +++ /dev/null @@ -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 %] diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/errors/500.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/errors/500.tt deleted file mode 100644 index 51dcf01..0000000 --- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/errors/500.tt +++ /dev/null @@ -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 %] -- 1.7.10.4