Skip to content

Commit

Permalink
SAK-43569 - Polls / attempting to sort columns on main page displays …
Browse files Browse the repository at this point in the history
…404 error (sakaiproject#8162)
  • Loading branch information
Miguel Pellicer authored Apr 21, 2020
1 parent 1af5155 commit db346ef
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions polls/tool/src/webapp/templates/votePolls.html
Original file line number Diff line number Diff line change
Expand Up @@ -78,9 +78,9 @@ <h1 rsf:id="poll-list-title">Polls</h1>
<caption class="skip"><span class="skip" rsf:id="msg=poll_list_summary"></span></caption>
<thead>
<tr>
<th><a rsf:id="poll-question-title" title="Sort by Question" href="#">Question</a></th>
<th><a rsf:id="poll-open-title" title=" Sort by Opening Date" href="#">Opening</a></th>
<th><a rsf:id="poll-close-title" title="Sort by Closing Date" href="#">Closing</a></th>
<th><a rsf:id="poll-question-title" title="Sort by Question" href="#" onclick="return false;">Question</a></th>
<th><a rsf:id="poll-open-title" title=" Sort by Opening Date" href="#" onclick="return false;">Opening</a></th>
<th><a rsf:id="poll-close-title" title="Sort by Closing Date" href="#" onclick="return false;">Closing</a></th>
<th><label rsf:id="poll-result-title"> Results</label></th>
<th ><input type="checkbox" rsf:id="remove-all" id="remove-all" title="Select to remove"/> <label for="remove-all" rsf:id="poll_select_title_all">Select all</label></th>
</tr>
Expand Down

0 comments on commit db346ef

Please sign in to comment.