Skip to content

Commit

Permalink
SAM-2786 Accessibility improvements (sakaiproject#2569)
Browse files Browse the repository at this point in the history
Added in labels for some form elements.
  • Loading branch information
master-bob authored and ottenhoff committed May 18, 2016
1 parent 6d87862 commit 39647a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions samigo/samigo-app/src/webapp/jsf/template/templateEditor.jsp
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
<div class="tier2">
<h:selectBooleanCheckbox id="infocanbeviewed"
value="#{template.valueMap.templateInfo_isInstructorEditable}"/>
<h:outputText value="#{templateMessages.template_canbeviewed}"/>
<h:outputLabel for="infocanbeviewed" value="#{templateMessages.template_canbeviewed}"/>
<div class="tier3">
<h:panelGrid columns="2" columnClasses="samigoCell"
summary="#{templateMessages.enter_template_info_section}">
Expand Down Expand Up @@ -373,7 +373,7 @@
<f:selectItem itemValue="0" itemLabel="#{templateMessages.only}"/>
</h:selectOneRadio>
<h:inputText value="#{template.submissionNumber}"
id="submissions_allowed" size="5"/> <h:outputText value=" #{templateMessages.submissions_allowed}"/>
id="submissions_allowed" size="5"/> <h:outputLabel for="submissions_allowed" value=" #{templateMessages.submissions_allowed}"/>
</h:panelGroup>
</h:panelGrid>
</div>
Expand Down

0 comments on commit 39647a2

Please sign in to comment.