From c411f8ab37221f09e6da19e48ead9d68aff93730 Mon Sep 17 00:00:00 2001 From: tipaul Date: Thu, 5 Aug 2004 16:36:21 +0000 Subject: [PATCH] deleting useless code (due to reordering & debugging) --- bull/subscription-add-help.pl | 20 -------- bull/subscription-watch.pl | 20 -------- bull/subscription.pl | 20 -------- .../default/en/bull/receipt.tmpl | 51 ------------------- .../en/bull/subscription-add-help.tmpl | 32 ------------ .../default/en/bull/subscription-watch.tmpl | 21 -------- .../default/en/bull/subscription.tmpl | 21 -------- 7 files changed, 185 deletions(-) delete mode 100755 bull/subscription-add-help.pl delete mode 100755 bull/subscription-watch.pl delete mode 100755 bull/subscription.pl delete mode 100644 koha-tmpl/intranet-tmpl/default/en/bull/receipt.tmpl delete mode 100644 koha-tmpl/intranet-tmpl/default/en/bull/subscription-add-help.tmpl delete mode 100644 koha-tmpl/intranet-tmpl/default/en/bull/subscription-watch.tmpl delete mode 100644 koha-tmpl/intranet-tmpl/default/en/bull/subscription.tmpl diff --git a/bull/subscription-add-help.pl b/bull/subscription-add-help.pl deleted file mode 100755 index 33dd67e4f3..0000000000 --- a/bull/subscription-add-help.pl +++ /dev/null @@ -1,20 +0,0 @@ -#!/usr/bin/perl - -use strict; -use CGI; -use C4::Auth; -use C4::Output; -use C4::Interface::CGI::Output; -use C4::Context; -use HTML::Template; - -my $query = new CGI; -my ($template, $loggedinuser, $cookie) -= get_template_and_user({template_name => "bull/subscription-add-help.tmpl", - query => $query, - type => "intranet", - authnotrequired => 0, - flagsrequired => {catalogue => 1}, - debug => 1, - }); -output_html_with_http_headers $query, $cookie, $template->output; diff --git a/bull/subscription-watch.pl b/bull/subscription-watch.pl deleted file mode 100755 index 02e7f341c4..0000000000 --- a/bull/subscription-watch.pl +++ /dev/null @@ -1,20 +0,0 @@ -#!/usr/bin/perl - -use strict; -use CGI; -use C4::Auth; -use C4::Output; -use C4::Interface::CGI::Output; -use C4::Context; -use HTML::Template; - -my $query = new CGI; -my ($template, $loggedinuser, $cookie) -= get_template_and_user({template_name => "bull/subscription-watch.tmpl", - query => $query, - type => "intranet", - authnotrequired => 0, - flagsrequired => {catalogue => 1}, - debug => 1, - }); -output_html_with_http_headers $query, $cookie, $template->output; diff --git a/bull/subscription.pl b/bull/subscription.pl deleted file mode 100755 index 03c23b9c27..0000000000 --- a/bull/subscription.pl +++ /dev/null @@ -1,20 +0,0 @@ -#!/usr/bin/perl - -use strict; -use CGI; -use C4::Auth; -use C4::Output; -use C4::Interface::CGI::Output; -use C4::Context; -use HTML::Template; - -my $query = new CGI; -my ($template, $loggedinuser, $cookie) -= get_template_and_user({template_name => "bull/subscription.tmpl", - query => $query, - type => "intranet", - authnotrequired => 0, - flagsrequired => {catalogue => 1}, - debug => 1, - }); -output_html_with_http_headers $query, $cookie, $template->output; diff --git a/koha-tmpl/intranet-tmpl/default/en/bull/receipt.tmpl b/koha-tmpl/intranet-tmpl/default/en/bull/receipt.tmpl deleted file mode 100644 index ad65da077e..0000000000 --- a/koha-tmpl/intranet-tmpl/default/en/bull/receipt.tmpl +++ /dev/null @@ -1,51 +0,0 @@ - - -
-

Reception

-
- - - diff --git a/koha-tmpl/intranet-tmpl/default/en/bull/subscription-add-help.tmpl b/koha-tmpl/intranet-tmpl/default/en/bull/subscription-add-help.tmpl deleted file mode 100644 index 691815724c..0000000000 --- a/koha-tmpl/intranet-tmpl/default/en/bull/subscription-add-help.tmpl +++ /dev/null @@ -1,32 +0,0 @@ - - -

Subscription-add help page

- - - - - \ No newline at end of file diff --git a/koha-tmpl/intranet-tmpl/default/en/bull/subscription-watch.tmpl b/koha-tmpl/intranet-tmpl/default/en/bull/subscription-watch.tmpl deleted file mode 100644 index 7b76336da5..0000000000 --- a/koha-tmpl/intranet-tmpl/default/en/bull/subscription-watch.tmpl +++ /dev/null @@ -1,21 +0,0 @@ - - -
-

Subscription

- -
- - diff --git a/koha-tmpl/intranet-tmpl/default/en/bull/subscription.tmpl b/koha-tmpl/intranet-tmpl/default/en/bull/subscription.tmpl deleted file mode 100644 index 7b76336da5..0000000000 --- a/koha-tmpl/intranet-tmpl/default/en/bull/subscription.tmpl +++ /dev/null @@ -1,21 +0,0 @@ - - -
-

Subscription

- -
- - -- 2.39.2