Skip to content

Commit

Permalink
SAK-40689 Made Commons permissions cancel button work (sakaiproject#6040
Browse files Browse the repository at this point in the history
)
  • Loading branch information
adrianfish authored and Miguel Pellicer committed Sep 27, 2018
1 parent 7f6b8d9 commit e86a012
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions commons/tool/src/webapp/WEB-INF/templates/permissions.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -64,5 +64,5 @@
{{/each}}
</tbody>
</table>
<input id="commons_permissions_save_button" type="button" value="{{tr 'commons' 'save'}}"/>
<input type="button" value="{{tr 'commons' 'cancel'}}" onclick="return commons.switchState('home');"/>
<input id="commons_permissions_save_button" type="button" value="{{tr 'commons' 'save'}}" aria-label="Save"/>
<input type="button" value="{{tr 'commons' 'cancel'}}" aria-label="Cancel" onclick="return commons.switchState('posts');"/>

0 comments on commit e86a012

Please sign in to comment.