From 222c8f0299bb16cf723adbbaab83050dd9af4a88 Mon Sep 17 00:00:00 2001 From: Terran McCanna Date: Thu, 7 Jan 2021 16:01:50 -0500 Subject: [PATCH] PINES Local Customizations: Omnibus 3 This last batch just fixes a translation string issue and fixes a layout problem on the record detail page. Signed-off-by: Terran McCanna --- Open-ILS/src/templates-bootstrap/opac/parts/myopac/prefs_hints.tt2 | 4 +--- Open-ILS/src/templates-bootstrap/opac/parts/result/adv_filter.tt2 | 1 + 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/Open-ILS/src/templates-bootstrap/opac/parts/myopac/prefs_hints.tt2 b/Open-ILS/src/templates-bootstrap/opac/parts/myopac/prefs_hints.tt2 index dc90c92895..9150de5aad 100755 --- a/Open-ILS/src/templates-bootstrap/opac/parts/myopac/prefs_hints.tt2 +++ b/Open-ILS/src/templates-bootstrap/opac/parts/myopac/prefs_hints.tt2 @@ -1,5 +1,3 @@

- [% l('Ensure your account has a valid email address so that we can notify ' _ - 'you about available holds, items that are about to be overdue, and ' _ - 'overdue items!') %] + [% l('Ensure your account has a valid email address so that we can notify you about available holds, items that are about to be overdue, and overdue items!') %]

diff --git a/Open-ILS/src/templates-bootstrap/opac/parts/result/adv_filter.tt2 b/Open-ILS/src/templates-bootstrap/opac/parts/result/adv_filter.tt2 index 3c4e6382f1..686e81c57d 100755 --- a/Open-ILS/src/templates-bootstrap/opac/parts/result/adv_filter.tt2 +++ b/Open-ILS/src/templates-bootstrap/opac/parts/result/adv_filter.tt2 @@ -85,3 +85,4 @@ FOR filter IN ctx.query_struct.filters; [%- END; # IF pubdate_filters -%] [%- END; # FOR -%] +
-- 2.11.0