Skip to content

Commit

Permalink
SAK-32471: put a spinner beside the 'submit as studen't link (sakaipr…
Browse files Browse the repository at this point in the history
  • Loading branch information
bjones86 authored Apr 28, 2017
1 parent c62e0ff commit 932812c
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -307,9 +307,10 @@
$validator.escapeHtml($validator.limit($assignment.getTitle(), 40))
#if ($!allowSubmit)
<div class="itemAction">
<a name="asnActionLink" href="#toolLinkParam("AssignmentAction" "doView_submission" "assignmentReference=$validator.escapeUrl($assignment.Reference)")">
<a name="asnActionLink" href="#toolLinkParam("AssignmentAction" "doView_submission" "assignmentReference=$validator.escapeUrl($assignment.Reference)")" onclick="SPNR.insertSpinnerInPreallocated( this, null, 'subAsStudentSpinnerPlaceholder_$validator.escapeUrl($assignmentReference)' );">
$tlang.getString("subasstudent")<span class="skip">: $validator.escapeHtml($validator.limit($assignment.getTitle(), 40))</span>
</a>
<div id="subAsStudentSpinnerPlaceholder_$validator.escapeUrl($assignmentReference)" class="allocatedSpinPlaceholder"></div>
</div>
#end
#end
Expand Down

0 comments on commit 932812c

Please sign in to comment.