From: Lebbeous Fogle-Weekley Date: Fri, 3 May 2013 21:27:40 +0000 (-0400) Subject: three little fixes X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=67dc2e11e8f33a305e8a07204431326d2aa24aaa;p=evergreen%2Fequinox.git three little fixes Signed-off-by: Lebbeous Fogle-Weekley --- diff --git a/Open-ILS/src/sql/Pg/030.schema.metabib.sql b/Open-ILS/src/sql/Pg/030.schema.metabib.sql index 8dbac47557..09d6daa135 100644 --- a/Open-ILS/src/sql/Pg/030.schema.metabib.sql +++ b/Open-ILS/src/sql/Pg/030.schema.metabib.sql @@ -478,6 +478,7 @@ BEGIN output_row.field = idx.id; output_row.source = rid; output_row.value = BTRIM(REGEXP_REPLACE(browse_text, E'\\s+', ' ', 'g')); + output_row.authority := NULL; IF idx.authority_xpath IS NOT NULL AND idx.authority_xpath <> '' THEN authority_text := oils_xpath_string( diff --git a/Open-ILS/src/sql/Pg/upgrade/YYYY.schema.bib-auth-browse.sql b/Open-ILS/src/sql/Pg/upgrade/YYYY.schema.bib-auth-browse.sql index 460983e4c2..5769f56861 100644 --- a/Open-ILS/src/sql/Pg/upgrade/YYYY.schema.bib-auth-browse.sql +++ b/Open-ILS/src/sql/Pg/upgrade/YYYY.schema.bib-auth-browse.sql @@ -182,6 +182,7 @@ BEGIN output_row.field = idx.id; output_row.source = rid; output_row.value = BTRIM(REGEXP_REPLACE(browse_text, E'\\s+', ' ', 'g')); + output_row.authority := NULL; IF idx.authority_xpath IS NOT NULL AND idx.authority_xpath <> '' THEN authority_text := oils_xpath_string( diff --git a/Open-ILS/src/templates/opac/browse.tt2 b/Open-ILS/src/templates/opac/browse.tt2 index c6ae787138..d08e137e01 100644 --- a/Open-ILS/src/templates/opac/browse.tt2 +++ b/Open-ILS/src/templates/opac/browse.tt2 @@ -53,7 +53,7 @@ [% BLOCK browse_pager %]
[% IF ctx.more_back %] - ← [%l ('Back') %] + ← [%l ('Back') %] [% END %] [% IF browse.english_pager; # XXX how to apply i18n here? current_qtype = CGI.param('qtype') || 'title' %] @@ -66,7 +66,7 @@ [% END %] [% IF ctx.more_forward %] - [%l ('Forward') %] → + [%l ('Forward') %] → [% END %]
[% END %] @@ -83,7 +83,7 @@ [% ELSE %] [% IF ctx.browse_leading_article_warning %]
- [% l("Your browse term seems to begin with an article. You might better results by omitting the article.") %] + [% l("Your browse term seems to begin with an article. You might get better results by omitting the article.") %]
[% END %]