Skip to content

Commit

Permalink
SAK-40220 Removed the h4 and h5 tags from the Assignment List by Stud…
Browse files Browse the repository at this point in the history
…ent table in Assignments (sakaiproject#5729)
  • Loading branch information
fostersdesign authored and ern committed Jun 26, 2018
1 parent 71dce3b commit 506fb54
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,6 @@
#end
<tr>
<td headers="studentname" class="specialLink">
<h4>
<div class="spinnerBesideContainer">
#set( $userSpinnerID = "userSpinner_" + $member.Id )
#if (!$studentListShowSet.contains($member.Id))
Expand All @@ -125,7 +124,6 @@
</a>
<div id="$userSpinnerID" class="allocatedSpinPlaceholder"></div>
</div>
</h4>
</td>
<td colspan="4">
</td>
Expand All @@ -145,7 +143,6 @@
<td headers="studentname"/>
<td headers="assignment">
#if (!$isAnon)
<h5>
<a href="#toolLinkParam("AssignmentAction" "doGrade_submission" "assignmentId=$validator.escapeUrl($assignmentReference)&submissionId=$validator.escapeUrl($submissionReference)&option=lisofass2")" title="$validator.escapeHtml($assignment.Title)">$validator.escapeHtml($assignment.Title)</a>
#if ($allowAddAssignment && $allowSubmitByInstructor)
#set( $submitSpinnerID = "submitFor_" + $member.Id + "_" + $validator.escapeUrl($assignmentReference) )
Expand All @@ -163,7 +160,6 @@
#else
$validator.escapeHtml($assignment.Title) ($tlang.getString("grading.anonymous.title"))
#end
</h5>
</td>
<td headers="submitted">
#if ($!submission.submitted)
Expand Down

0 comments on commit 506fb54

Please sign in to comment.