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=7a8ef94fd174ef3d75087d0d30f0106c70155661;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 39a42073f7..abe092eac3 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 @@ -83,3 +83,4 @@ FOR filter IN ctx.query_struct.filters; [%- END; # IF pubdate_filters -%] [%- END; # FOR -%] +