diff --git a/Koha/Plugin/Com/ByWaterSolutions/KitchenSink.pm b/Koha/Plugin/Com/ByWaterSolutions/KitchenSink.pm index ccd1a1b..74be412 100644 --- a/Koha/Plugin/Com/ByWaterSolutions/KitchenSink.pm +++ b/Koha/Plugin/Com/ByWaterSolutions/KitchenSink.pm @@ -99,18 +99,6 @@ sub tool { } } -## The existance of a 'admin' subroutine means the plugin is capable -## of running an admin section for things that should not be accessible -## for non-admin users -sub admin { - my ( $self, $args ) = @_; - - my $cgi = $self->{'cgi'}; - - my $template = $self->get_template({ file => 'admin.tt' }); - $self->output_html( $template->output() ); -} - ## The existiance of a 'to_marc' subroutine means the plugin is capable ## of converting some type of file to MARC for use from the stage records ## for import tool diff --git a/Koha/Plugin/Com/ByWaterSolutions/KitchenSink/admin.tt b/Koha/Plugin/Com/ByWaterSolutions/KitchenSink/admin.tt deleted file mode 100644 index 22919ea..0000000 --- a/Koha/Plugin/Com/ByWaterSolutions/KitchenSink/admin.tt +++ /dev/null @@ -1,16 +0,0 @@ -[% USE KohaDates %] -[% INCLUDE 'doc-head-open.inc' %] - Koha: Kitchen Sink Plugin: Admin -[% INCLUDE 'doc-head-close.inc' %] - - -[% INCLUDE 'header.inc' %] -[% INCLUDE 'cat-search.inc' %] - - - -
-

Koha: Kitchen Sink Plugin: Administration

- -

This is the admin section. You should not be able to acesss this section with the "Use administrative plugins" permission.

-[% INCLUDE 'intranet-bottom.inc' %]