From e2666fb2b897cbf06db0eb7a7d7f8f95224fbf83 Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Mon, 24 Sep 2012 15:56:05 -0400 Subject: [PATCH] Bug 8766 - OPACBaseURL still called as OPACBaseurl in many files Content-Type: text/plain; charset="utf-8" This patch fixes incorrect capitalization of the OPACBaseURL variable in three templates. The fix can be confirmed in opac-results.tt by inspecting the link attached to the RSS icon on the OPAC's search results screen. The same fix is included in opac-opensearch.tt and search/results.tt but I'm not sure how you confirm that this change fixes anything, if it does. Signed-off-by: Kyle M Hall --- .../opac-tmpl/prog/en/modules/opac-opensearch.tt | 10 +++++----- .../opac-tmpl/prog/en/modules/opac-results.tt | 2 +- .../opac-tmpl/prog/en/modules/search/results.tt | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/koha-tmpl/opac-tmpl/prog/en/modules/opac-opensearch.tt b/koha-tmpl/opac-tmpl/prog/en/modules/opac-opensearch.tt index e761402..324d22c 100644 --- a/koha-tmpl/opac-tmpl/prog/en/modules/opac-opensearch.tt +++ b/koha-tmpl/opac-tmpl/prog/en/modules/opac-opensearch.tt @@ -19,7 +19,7 @@ <![CDATA[[% LibraryName |html %] Search [% IF ( query_desc ) %]for '[% query_desc |html %]'[% END %][% IF ( limit_desc ) %] with limit(s): '[% limit_desc |html %]'[% END %]]]> [% OPACBaseURL %]/cgi-bin/koha/opac-search.pl?[% query_cgi |html %][% limit_cgi |html %]&format=rss2 - + [% total %] [% offset %] @@ -29,7 +29,7 @@ 20 [% END %] [% FOREACH SEARCH_RESULT IN SEARCH_RESULTS %] -