PINES Local Customizations: Omnibus 3
authorTerran McCanna <tmccanna@georgialibraries.org>
Thu, 7 Jan 2021 21:01:50 +0000 (16:01 -0500)
committerChris Sharp <csharp@georgialibraries.org>
Sat, 19 Nov 2022 19:58:15 +0000 (14:58 -0500)
This last batch just fixes a translation string issue and fixes a layout
problem on the record detail page.

Signed-off-by: Terran McCanna <tmccanna@georgialibraries.org>
Open-ILS/src/templates-bootstrap/opac/parts/myopac/prefs_hints.tt2
Open-ILS/src/templates-bootstrap/opac/parts/result/adv_filter.tt2

index dc90c92..9150de5 100755 (executable)
@@ -1,5 +1,3 @@
 <p>
-    [% 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!') %]
 </p>
index 3c4e638..686e81c 100755 (executable)
@@ -85,3 +85,4 @@ FOR filter IN ctx.query_struct.filters;
 
 [%- END; # IF pubdate_filters -%]
 [%- END; # FOR -%]
+<div style="clear:both;"></div>