From: Mike Rylander Date: Wed, 3 Jun 2020 21:27:47 +0000 (-0400) Subject: Provide visual separation for appointment rows in the patron UI X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=7f6421ee266b4e3128521189d984d2c20388f5c5;p=working%2FEvergreen.git Provide visual separation for appointment rows in the patron UI Signed-off-by: Mike Rylander --- diff --git a/Open-ILS/src/templates/opac/myopac/holds_curbside.tt2 b/Open-ILS/src/templates/opac/myopac/holds_curbside.tt2 index 3751eec2a1..d8d21c6d14 100644 --- a/Open-ILS/src/templates/opac/myopac/holds_curbside.tt2 +++ b/Open-ILS/src/templates/opac/myopac/holds_curbside.tt2 @@ -46,6 +46,13 @@ [% l('Arrival Notes (vehicle description, etc)') %] [% l('Action') %] +
+
+
+
+
+
+
[% FOR lib IN ctx.curbside_pickup_libs; cs_slot = ''; @@ -161,6 +168,13 @@ [% END %] +
+
+
+
+
+
+
[% END %]