From 305bda10a27a791d55089a649fdcef31441ac68f Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Tue, 12 Jun 2012 09:46:12 -0400 Subject: [PATCH] Bug 8241 - Remove stray references to YUI autocomplete Content-Type: text/plain; charset="utf-8" - Removing unused references to YUI assets in authorities/auth_finder.tt - Removing unneeded call to autocomplete JS in help-top.inc and adding new jQuery dependencies. - Minor HTML markup corrections to auth-finder-search.inc discovered in debugging the patch. --- .../prog/en/includes/auth-finder-search.inc | 10 ++++------ .../intranet-tmpl/prog/en/includes/help-top.inc | 4 ++-- .../prog/en/modules/authorities/auth_finder.tt | 4 ---- 3 files changed, 6 insertions(+), 12 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/auth-finder-search.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/auth-finder-search.inc index 81e410a..a6d55df 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/includes/auth-finder-search.inc +++ b/koha-tmpl/intranet-tmpl/prog/en/includes/auth-finder-search.inc @@ -89,7 +89,6 @@ $(document).ready(function(){ -
@@ -128,11 +127,11 @@ $(document).ready(function(){
  • - + - @@ -141,11 +140,11 @@ $(document).ready(function(){
  • - + - @@ -162,4 +161,3 @@ $(document).ready(function(){
  • Cancel
    -
    diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/help-top.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/help-top.inc index 13ec5cf..0c545a4 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/includes/help-top.inc +++ b/koha-tmpl/intranet-tmpl/prog/en/includes/help-top.inc @@ -2,6 +2,7 @@ Online Help + [% IF ( intranetstylesheet ) %] @@ -9,7 +10,7 @@ [% END %] - + [% IF ( intranetcolorstylesheet ) %] @@ -17,7 +18,6 @@ [% END %] -[% IF ( CircAutocompl ) %] [% END %] diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/authorities/auth_finder.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/authorities/auth_finder.tt index b67da76..b1d9971 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/authorities/auth_finder.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/authorities/auth_finder.tt @@ -4,10 +4,6 @@ - - - - -- 1.7.9.5