From c0ff29694e69162742e2807fe303aff53b1bc4c5 Mon Sep 17 00:00:00 2001 From: Jane Sandberg Date: Sun, 15 Mar 2020 08:49:48 -0700 Subject: [PATCH] LP1867524: Add a help popover to the End field in the Closed Dates Editor To test: 1) Go to Administration > Local Administration > Closed Dates Editor. 2) Click Add Closing. 3) Under closing type, choose Multiple Day. 4) Note that the End field has no guidance for the user. 5) Apply this commit. 6) Repeat steps 1-3. 7) Notice that the End field has some clarifying guidance for the user. Signed-off-by: Jane Sandberg Signed-off-by: Mike Risher Signed-off-by: Galen Charlton --- .../src/templates/staff/admin/local/actor/edit_closed_dates.tt2 | 1 + 1 file changed, 1 insertion(+) diff --git a/Open-ILS/src/templates/staff/admin/local/actor/edit_closed_dates.tt2 b/Open-ILS/src/templates/staff/admin/local/actor/edit_closed_dates.tt2 index e2579d2ff2..8f9147604a 100644 --- a/Open-ILS/src/templates/staff/admin/local/actor/edit_closed_dates.tt2 +++ b/Open-ILS/src/templates/staff/admin/local/actor/edit_closed_dates.tt2 @@ -58,6 +58,7 @@
+
-- 2.43.2