From ca16532ea8270b14178ab47cb26f48c53f64a20a Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Tue, 23 Aug 2011 14:57:02 -0400 Subject: [PATCH] Fix for Bug 5028 - Remove references to catmaintain.pl catmaintain.pl doesn't exist anymore. References to it in the templates should be removed. Signed-off-by: Ian Walls Signed-off-by: Chris Cormack --- .../prog/en/modules/catalogue/detail.tt | 3 - .../prog/en/modules/maint/catmaintain.tt | 122 --------------------- koha-tmpl/opac-tmpl/prog/en/modules/opac-detail.tt | 3 - 3 files changed, 128 deletions(-) delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/modules/maint/catmaintain.tt diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt index 2ea709114b..e723781b24 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt @@ -370,9 +370,6 @@ function verify_images() { [% itemloo.copynumber %] [% END %] [% IF ( itemdata_itemnotes ) %]
[% itemloo.itemnotes %]
[% END %] - [% IF ( itemloo.type ) %] - Fix Itemtype - [% END %] [% IF ( SpineLabelShowPrintOnBibDetails ) %] Print Label [% END %] diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/maint/catmaintain.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/maint/catmaintain.tt deleted file mode 100644 index 996e33df9c..0000000000 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/maint/catmaintain.tt +++ /dev/null @@ -1,122 +0,0 @@ -[% INCLUDE 'doc-head-open.inc' %] -Koha › Catalog Maintenance -[% INCLUDE 'doc-head-close.inc' %] - - -[% INCLUDE 'header.inc' %] - -
- -
-
-
- -[% IF ( allsub_p ) %] - - -[% FOREACH loo IN loop %] - -[% END %] -
Results
[% loo.subject |html %]
-[% END %] - - -[% IF ( modsub_p ) %] -
-This will change the subject headings on all the records this subject is applied to. - - - -
Subject Heading Global Update
-
- -
-[% END %] - - -[% IF ( upsub_p ) %] -Successfully modified [% oldsub |html %] -is now [% sub |html %] - -[% END %] - - -[% IF ( undel_p ) %] - - - -[% FOREACH loo IN loop %] - - - - - -[% END %] -
TitleAuthorUndelete
[% loo.title |html %][% loo.author |html %]Undelete
-[% END %] - - -[% IF ( finun_p ) %] -

Successfully undeleted

-

Back to Catalog Maintenance

-[% END %] - - -[% IF ( fixitemtype_p ) %] -
- - -
- -
- -
-[% END %] - - -[% IF ( updatetype_p ) %] -

Updated successfully

-

Back to Catalog Maintenance

-[% END %] - - -[% IF ( mainmenu_p ) %] - -

Catalog Maintenance

-
- - - -
Subject Maintenance
- -
- -
- - - - -
Group Maintenance
- -
- -
- - - -
Undelete Biblio
- -
- -[% END %] - -
-
-
- -[% INCLUDE 'mainmenu.inc' %] -[% INCLUDE 'intranet-bottom.inc' %] - diff --git a/koha-tmpl/opac-tmpl/prog/en/modules/opac-detail.tt b/koha-tmpl/opac-tmpl/prog/en/modules/opac-detail.tt index 40af8f57fd..1950e4e3e8 100644 --- a/koha-tmpl/opac-tmpl/prog/en/modules/opac-detail.tt +++ b/koha-tmpl/opac-tmpl/prog/en/modules/opac-detail.tt @@ -420,9 +420,6 @@ YAHOO.util.Event.onContentReady("furtherm", function () { [% INCLUDE 'item-status.inc' item = ITEM_RESULT %] [% IF ( itemdata_itemnotes ) %][% ITEM_RESULT.itemnotes %][% END %] [% ITEM_RESULT.datedue %] - [% IF ( ITEM_RESULT.type ) %] - Fix Itemtype - [% END %] [% END %] -- 2.11.0