Skip to content

Commit

Permalink
SAK-44538 postem Improve responsiveness of add screen (sakaiproject#1…
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianfish authored Sep 12, 2024
1 parent d25f7bf commit 1511f8f
Showing 1 changed file with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ <h1 th:text="#{create_update}" /></h1>
<form id="dropzoneForm" th:action="@{/uploadFile}" class="dropzone"
method="post" enctype="multipart/form-data">
<div class="dz-default dz-message">
<button type="button" th:text="#{gradebook_choosefile}"></button>
<button type="button" class="btn btn-secondary" th:text="#{gradebook_choosefile}">gradebook_choosefile</button>
</div>
</form>
<br />
Expand All @@ -64,11 +64,11 @@ <h1 th:text="#{create_update}" /></h1>
<label for="gradeBookFeedBackAvail" class="form-control-label"
th:text="#{gradebook_feedbackavail}">Feedback Availability</label>
</div>
<div class="col-sm-4">
<input type="checkbox" name="gradeBookFeedBackAvail" id="released"
th:field="*{released}" /> <label for="gradeBookFeedBackAvail"
class="form-control-label" th:text="#{release}">Release
feedback to participants?</label>
<div class="col-sm-4 text-nowrap">
<input type="checkbox" name="gradeBookFeedBackAvail" id="released" th:field="*{released}" />
<label for="released" class="form-control-label" th:text="#{release}">
Release feedback to participants?
</label>
</div>
<input type="hidden" th:field="*{gradebookUpdate}" id="gradebookUpdate">
<input type="hidden" th:field="*{id}" id="id">
Expand Down

0 comments on commit 1511f8f

Please sign in to comment.