Skip to content

Commit

Permalink
SAK-19360 - Accessibility: Syllabus Items List "Select to Remove" che…
Browse files Browse the repository at this point in the history
…ckboxes not uniquely labeled

git-svn-id: https://source.sakaiproject.org/svn/syllabus/trunk@87272 66ffb92e-73f9-0310-93c1-f5514f145a0a
  • Loading branch information
gjthomas committed Jan 13, 2011
1 parent f5284a3 commit 9ad5879
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ created_by=Created by
last_modified=Last modified
openLinkNewWindow=Open this link in a new window
goToItem=Go to item
selectThisCheckBox=Select this item
selectThisCheckBox=Select to Remove
attachmentTitle=Title
publicPrivate=Select public or to site only
removeAttachmentLink=Remove attachment
Expand Down
2 changes: 1 addition & 1 deletion syllabus/syllabus-app/src/webapp/syllabus/main_edit.jsp
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
<f:facet name="header">
<h:outputText value="#{msgs.mainEditHeaderRemove}"/>
</f:facet>
<h:selectBooleanCheckbox value="#{eachEntry.selected}" title="#{msgs.selectThisCheckBox}"/>
<h:selectBooleanCheckbox value="#{eachEntry.selected}" title="#{msgs.selectThisCheckBox}: (#{eachEntry.entry.title})"/>
</h:column>
</syllabus:syllabus_table>
<f:verbatim><p class="act"></f:verbatim>
Expand Down

0 comments on commit 9ad5879

Please sign in to comment.