PostToSisSelector.handlebars 409 B

1234567891011121314
  1. <div class="form-column-left no-group">
  2. {{#t}}Sync to {{postToSISName}}{{/t}}
  3. </div>
  4. <div class="form-column-right">
  5. <label class="checkbox flush" for="assignment_post_to_sis">
  6. {{checkbox "post_to_sis"
  7. id="assignment_post_to_sis"
  8. prefix=prefix
  9. checked=postToSIS}}
  10. {{#t}}Include this assignment's grades when syncing to your school's Student Information System{{/t}}
  11. </label>
  12. </div>