Skip to content

Commit

Permalink
SAK-34096: Preferences > missing active primary button for 'Sites' an…
Browse files Browse the repository at this point in the history
…d 'Editor' tabs
  • Loading branch information
fostersdesign authored and bjones86 committed Apr 13, 2018
1 parent 344c24b commit 86f0ee0
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion user/user-tool-prefs/tool/src/webapp/css/prefs.css
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,6 @@
}

.submit-buttons {
margin-top: 1em;
width: 100%;
clear: both;
}
Expand Down
2 changes: 1 addition & 1 deletion user/user-tool-prefs/tool/src/webapp/prefs/editor.jsp
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
<f:selectItem itemValue="full" itemLabel="#{msgs.editor_full}"/>
</h:selectOneRadio>

<div class="submit-buttons">
<div class="submit-buttons act">
<h:commandButton accesskey="s" id="submit" styleClass="active formButton" value="#{msgs.update_pref}" action="#{UserPrefsTool.processActionEditorSave}" onclick="SPNR.disableControlsAndSpin( this, null );" />
<h:commandButton accesskey="x" id="cancel" styleClass="formButton" value="#{msgs.cancel_pref}" action="#{UserPrefsTool.processActionEditorFrmEdit}" onclick="SPNR.disableControlsAndSpin( this, null );" />
</div>
Expand Down
2 changes: 1 addition & 1 deletion user/user-tool-prefs/tool/src/webapp/prefs/hidden.jsp
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@

<script src="/sakai-user-tool-prefs/js/manage-hidden-sites.js"></script>

<div class="submit-buttons">
<div class="submit-buttons act">
<h:commandButton accesskey="s" id="submit" styleClass="active formButton" value="#{msgs.update_pref}" action="#{UserPrefsTool.processHiddenSites}" onclick="SPNR.disableControlsAndSpin( this, null );" />
<h:commandButton accesskey="x" id="cancel" styleClass="formButton" value="#{msgs.cancel_pref}" action="#{UserPrefsTool.processActionHiddenFrmEdit}" onclick="SPNR.disableControlsAndSpin( this, null );" />
</div>
Expand Down

0 comments on commit 86f0ee0

Please sign in to comment.