Skip to content

Commit

Permalink
SAK-32467 Dropzone needs button for keyboard focus (sakaiproject#4494)
Browse files Browse the repository at this point in the history
  • Loading branch information
ottenhoff authored Jun 16, 2017
1 parent f7a2826 commit 8f69a98
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<div id="dragDropWrapper">
<form name="dropzone-form" action="#toolLink("ResourcesHelperAction" "doPost")&flow=save" class="dropzone" id="file-uploader">
<input type="hidden" name="sakai_csrf_token" value="$sakai_csrf_token" />
<div class="dz-default dz-message">$tlang.getString("label.dragZoneMessage")</div>
<div class="dz-default dz-message"><button type="button">$tlang.getString("label.dragZoneMessage")</button></div>
</form>
<div>
<input type="checkbox" name="overwrite" id="overwrite" checked="checked" value="true">$tlang.getString("overwrite.text")
Expand Down

0 comments on commit 8f69a98

Please sign in to comment.