Skip to content

Commit

Permalink
Merge pull request sakaiproject#2673 from SedueRey/SAK-31036
Browse files Browse the repository at this point in the history
SAK-31036 - "Remove all" checkbox in participants list does not appea…
  • Loading branch information
juanjmerono committed May 27, 2016
2 parents 7503c31 + 4045bab commit 2177e48
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -624,8 +624,8 @@
</th>
#end
<th id="remove" class="screenOnly attach" align="center" scope="col">
<label for="toggleAllSelected">$tlang.getString('sitegen.siteinfolist.remove')</label>
<input type="checkbox" name="toggleAllSelected" value="" id="toggleAllSelected" onclick="javascript:toggleSelectAll(this, 'selectedUser')" title="$tlang.getString('sitegen.siteinfolist.remove')"/>
<label for="toggleAllSelected">$tlang.getString('sitegen.siteinfolist.remove')</label>
</th>
#end
</tr>
Expand Down

0 comments on commit 2177e48

Please sign in to comment.