From: Terran McCanna Date: Thu, 7 Jan 2021 21:01:50 +0000 (-0500) Subject: PINES Local Customizations: Omnibus 3 X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=8e920038fa65e779b1261ed40c9dd4ed3b4b1c7e;p=evergreen%2Fpines.git 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 --- 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 -%] +