Update to button for add attendee
authorSteve Sutton <steve@gaslightmedia.com>
Wed, 29 Nov 2017 14:12:06 +0000 (09:12 -0500)
committerSteve Sutton <steve@gaslightmedia.com>
Wed, 29 Nov 2017 14:12:06 +0000 (09:12 -0500)
Update the plus symbol to a button for Add Attendee.

views/front/registrations/registration.html

index 817d1db..b08e22e 100644 (file)
@@ -90,8 +90,7 @@
 <script type="text/template" id="regTime-template">
     <b><%= start_datetime.datetime %></b>
     <div class="reg-class-accounts">
-        {/literal}{$terms.reg_term_attendee_plur_cap}{literal}
-        <span class="glm-add-new-account dashicons dashicons-plus"></span>
+        <button class="glm-add-new-account tiny">Add {/literal}{$terms.reg_term_attendee_cap}{literal}</button>
     </div>
 </script>
 {/literal}