Commit ea13689c by Chris Rodriguez

LMS: changing nav element in payment flow to div element for a11y improvements

parent 397da0db
...@@ -157,7 +157,7 @@ ...@@ -157,7 +157,7 @@
<% } %> <% } %>
<% if ( isActive ) { %> <% if ( isActive ) { %>
<nav class="nav-wizard is-ready <% if ( isActive && !upgrade ) { %>center<% } %>"> <div class="nav-wizard is-ready <% if ( isActive && !upgrade ) { %>center<% } %>">
<% if ( upgrade ) { %> <% if ( upgrade ) { %>
<a class="next action-primary is-disabled right" id="pay_button" aria-disabled="true"> <a class="next action-primary is-disabled right" id="pay_button" aria-disabled="true">
<%- gettext( "Next: Make payment" ) %> <%- gettext( "Next: Make payment" ) %>
...@@ -167,7 +167,7 @@ ...@@ -167,7 +167,7 @@
<%- gettext( "Continue to payment" ) %> <%- gettext( "Continue to payment" ) %>
</a> </a>
<% } %> <% } %>
</nav> </div>
<% } %> <% } %>
<form id="payment-processor-form"></form> <form id="payment-processor-form"></form>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment