Skip to content

Commit

Permalink
SAK-44783 site info > manage groups > edit joinable set > only 1 prim…
Browse files Browse the repository at this point in the history
…ary action button per form (sakaiproject#8899)
  • Loading branch information
bjones86 authored Dec 11, 2020
1 parent 1ddcc40 commit b02fb7e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions library/src/morpheus-master/sass/base/_extendables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -355,6 +355,7 @@
var(--button-shadow),
var(--button-hover-shadow),
var(--button-active-shadow));
margin-right: $standard-space;
}

button.btn-primary, .act .active {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ <h4 class="panel-title">
<div class="act">
<input th:if="${joinableSetForm.joinableSetId == null}" accesskey="s" disabled="disabled" id="create-joinableset-submit-button" type="submit" class="active" th:value="#{joinableset.button.add}">
<input th:if="${joinableSetForm.joinableSetId != null}" accesskey="s" id="save-joinableset-submit-button" type="submit" class="active" th:value="#{joinableset.button.save}">
<a th:href="@{/deleteJoinableSet(joinableSetId=${joinableSetForm.joinableSetId})}" th:if="${joinableSetForm.joinableSetId != null}" accesskey="d" id="delete-joinableset-submit-button" type="submit" class="active" th:value="#{joinableset.button.delete}">Delete Joinable Set</a>
<a th:href="@{/deleteJoinableSet(joinableSetId=${joinableSetForm.joinableSetId})}" th:if="${joinableSetForm.joinableSetId != null}" accesskey="d" id="delete-joinableset-submit-button" type="submit" class="btn btn-default" th:value="#{joinableset.button.delete}">Delete Joinable Set</a>
<a th:href="@{/}" accesskey="x" id="create-joinableset-cancel-button" class="btn btn-default" th:text="#{joinableset.button.cancel}">Cancel</a>
</div>
<div class="modal fade" tabindex="-1" role="dialog" aria-hidden="true" id="confirmation-modal">
Expand Down

0 comments on commit b02fb7e

Please sign in to comment.