Skip to content

Commit

Permalink
SAK-22718 - add screen reader labels to the date selection widget
Browse files Browse the repository at this point in the history
git-svn-id: https://source.sakaiproject.org/svn/velocity/trunk@117659 66ffb92e-73f9-0310-93c1-f5514f145a0a
gsilver committed Dec 13, 2012
1 parent 27e4b9f commit 390ac99
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion velocity/tool/src/templates/VM_chef_library.vm
Original file line number Diff line number Diff line change
@@ -303,7 +303,7 @@ ${extra}")
*#

#if ($format=="m")

<label for="$monthselect_id" class="skip"><span class="reqStar">*</span> $tlang.getString("dateselectionwidget.month")</label>
#if ($onChangeAction)
<select name="$monthselect_id" id="$monthselect_id" onchange="$onChangeAction">
#else
@@ -340,6 +340,7 @@ ${extra}")
*#

#if ($format=="d")
<label for="$dayselect_id" class="skip"><span class="reqStar">*</span> $tlang.getString("dateselectionwidget.day")</label>
#if ($onChangeAction)
<select name="$dayselect_id" id="$dayselect_id" onchange="$onChangeAction">
#else
@@ -359,6 +360,7 @@ ${extra}")
*#

#if ($format=="y")
<label for="$yearselect_id" class="skip"><span class="reqStar">*</span> $tlang.getString("dateselectionwidget.year")</label>
#if ($onChangeAction)
<select name="$yearselect_id" id="$yearselect_id" onchange="$onChangeAction">
#else

0 comments on commit 390ac99

Please sign in to comment.