Skip to content

Commit

Permalink
SAK-32086 Change Cancel button to the right in the User Creation Form (
Browse files Browse the repository at this point in the history
  • Loading branch information
ddelblanco authored and relong76 committed Jan 12, 2017
1 parent d9f8ae3 commit f5f22c0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions user/user-tool/tool/src/webapp/vm/user/chef_users_edit.vm
Original file line number Diff line number Diff line change
Expand Up @@ -231,12 +231,13 @@ function removeOptionalAttributeBlock(elem) {
#set ($paramNames = $user.Properties.PropertyNames)

<div class="act">
<input type="submit" id="eventSubmit_doCancel" name="eventSubmit_doCancel" value="$tlang.getString("useedi.can")" accesskey="x" onclick="SPNR.disableControlsAndSpin( this, null );" />
#if($user)
<input type="submit" id="eventSubmit_doSave" class="active" name="eventSubmit_doSave" value="$tlang.getString("useedi.sav")" accesskey="s" onclick="SPNR.disableControlsAndSpin( this, null );" />
#else
<input type="submit" id="eventSubmit_doSave" class="active" name="eventSubmit_doSave" value="$tlang.getString("useedi.sav2")" accesskey="s" onclick="SPNR.disableControlsAndSpin( this, null );" />
#end
#end
<input type="submit" id="eventSubmit_doCancel" name="eventSubmit_doCancel" value="$tlang.getString("useedi.can")" accesskey="x" onclick="SPNR.disableControlsAndSpin( this, null );" />

</div>
<input type="hidden" name="sakai_csrf_token" value="$sakai_csrf_token" />
<input type="hidden" name="alert_message" id="alert_message" value="$alertMessage" />
Expand Down

0 comments on commit f5f22c0

Please sign in to comment.