From cad443492ce9d9724021e3631dfa125b7609004c Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Sun, 10 Mar 2013 09:47:55 -0400 Subject: [PATCH] Bug 9779 - Remove global include of YUI assets from the staff client There are no pages in the staff client which use YUI JS assets other than basketgroups.tt. The links to YUI assets can therefore be removed from the global include and put directly into the basket groups template. Signed-off-by: Srdjan Signed-off-by: Katrin Fischer Passes all tests and QA script. Really nice to see YUI go. Checked that the drag&drop functionality in basket groups still works. Signed-off-by: Galen Charlton --- koha-tmpl/intranet-tmpl/prog/en/includes/doc-head-close.inc | 6 ------ .../intranet-tmpl/prog/en/modules/acqui/basketgroup.tt | 4 ++++ 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/doc-head-close.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/doc-head-close.inc index 14394e6b58..ee7f3f28e4 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/includes/doc-head-close.inc +++ b/koha-tmpl/intranet-tmpl/prog/en/includes/doc-head-close.inc @@ -24,12 +24,6 @@ [% END %] - - - - - - [% INCLUDE 'validator-strings.inc' %] diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basketgroup.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basketgroup.tt index 853c95a9b3..4c5e60446e 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basketgroup.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basketgroup.tt @@ -5,6 +5,10 @@ [% INCLUDE 'doc-head-close.inc' %] + + + + [% IF ( grouping ) %] -- 2.39.5