From eb7a69b83751df55aaee6c7391623c97e2250e4b Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Fri, 15 Dec 2017 14:37:25 -0500 Subject: [PATCH] adding progress bar to the list page adding progress steps indicator to the reg list page --- views/front/registrations/list.html | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/views/front/registrations/list.html b/views/front/registrations/list.html index e4cf3a1..4088592 100644 --- a/views/front/registrations/list.html +++ b/views/front/registrations/list.html @@ -1,5 +1,13 @@ {apply_filters('glm_members_registrations_header', 'accountHeader')} - +
+
+
    +
  • Register
  • +
  • View Cart
  • +
  • Checkout
  • +
+
+
{if $reg_bulletin}
-- 2.17.1