Browse Source

Remove extra label tag

pull/583/head
Mohammad Younes 11 years ago
parent
commit
a1e5187dc8
1 changed files with 2 additions and 4 deletions
  1. 6
      server/documents/collections/grid.html.eco

6
server/documents/collections/grid.html.eco

@ -439,9 +439,8 @@ type : 'UI Collection'
<div class="inline field">
<div class="ui checkbox">
<input type="checkbox" id="conditions" />
<label for="conditions"></label>
<label for="conditions">I agree to the terms and conditions</label>
</div>
<label for="conditions">I agree to the terms and conditions</label>
</div>
<div class="ui blue submit button">Submit</div>
</div>
@ -491,9 +490,8 @@ type : 'UI Collection'
<div class="inline field">
<div class="ui checkbox">
<input type="checkbox" id="terms" />
<label for="terms"></label>
<label for="terms">I agree to the terms and conditions</label>
</div>
<label for="terms">I agree to the terms and conditions</label>
</div>
<div class="ui blue submit button">Submit</div>
</div>

Loading…
Cancel
Save