Skip to content

Commit

Permalink
SAK-49779 site-manage Gateway accessibility issue site browser select…
Browse files Browse the repository at this point in the history
… element does not have an accessible name
  • Loading branch information
i-a-m-s-k committed Oct 1, 2024
1 parent 2bab69c commit 0ad64f3
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@

##<!-- $Header: /cvs/sakai2/legacy/tools/src/webapp/vm/sitebrowser/chef_sitebrowser_simpleSearch.vm,v 1.2 2005/05/19 19:53:16 gsilver.umich.edu Exp $ -->
<script type="text/javascript" language="JavaScript">
$(document).ready(function(){
Expand Down Expand Up @@ -32,7 +33,7 @@
<div class="radio indnt3">
<input type="radio" name="siteType" class="siteTypeTerm" id="siteType$siteTypeCount" value="$type" />
<label for="siteType$siteTypeCount">$type $tlang.getString("se.sites")</label>

<label for="selectTerm">Select a Term:</label>
<select name="selectTerm" id="selectTerm" disabled>
<option value="Any" selected>$tlang.getString("se.any.term")</option>

Expand Down

0 comments on commit 0ad64f3

Please sign in to comment.