Bug 20650: Remove unused virtualshelves/merge.tt
authorOwen Leonard <oleonard@myacpl.org>
Tue, 19 Jun 2018 13:02:26 +0000 (10:02 -0300)
committerNick Clemens <nick@bywatersolutions.com>
Fri, 6 Jul 2018 13:47:14 +0000 (13:47 +0000)
Committed by Jonathan Druart, get out from first patch of this patchset.

It's a follow-up of bug 4019 which removed virtualshelves/merge.pl

Moving this change to its own commit to make it clear in the git log and
easier to backport if needed.

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/merge.tt [deleted file]

diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/merge.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/merge.tt
deleted file mode 100644 (file)
index e3e374b..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
-[% INCLUDE 'doc-head-open.inc' %]
-<title>Koha &rsaquo; [% shelf %] merge</title>
-[% INCLUDE 'doc-head-close.inc' %]
-[% INCLUDE 'header.inc' %]
-
-<h1> [% session %] </h1>
-
-[% IF ( fields ) %][% INCLUDE virtualshelves/merge/selection.tmpl %]
-[% ELSE %]
-<h1>DOIT</h1><pre>[% new %]</pre>
-<h1>ITEMS</h1><pre>[% items %]</pre>
-[% END %]
-
-[% INCLUDE 'intranet-bottom.inc' %]
-