Skip to content

Commit

Permalink
Merge pull request #36 from lucaboesch/editinstanceprimarybutton
Browse files Browse the repository at this point in the history
Save button should be primary.
  • Loading branch information
lucaboesch authored Nov 27, 2023
2 parents 1574210 + 7e20935 commit 7ffd3a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/list_verbalfeedback_items.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -932,7 +932,7 @@
<input type="hidden" name="sesskey" value="{{ sesskey }}">
<label for="inputmaxgrade">{{#str}}grademax, grades{{/str}}</label>
<input type="text" id="inputmaxgrade" name="maxgrade" size="4" value="{{ maxgrade }}" class="form-control">
<input type="submit" class="btn btn-secondary ml-1" name="savechanges" value="{{#str}}save, core{{/str}}">
<input type="submit" class="btn btn-primary ml-1" name="savechanges" value="{{#str}}save, core{{/str}}">
</fieldset>
</form>
</div>
Expand Down

0 comments on commit 7ffd3a5

Please sign in to comment.