Revision 4997
Added by ben leinfelder over 15 years ago
index.jsp | ||
---|---|---|
159 | 159 |
<table> |
160 | 160 |
<tr> |
161 | 161 |
<td> |
162 |
<select id="otherField" name="otherValue">
|
|
162 |
<select id="otherField" name="otherField">
|
|
163 | 163 |
<option value="assessment/title">Assessment Title</option> |
164 | 164 |
<option value="assessment/type">Assessment Type</option> |
165 | 165 |
<option value="assessment/duration">Assessment Duration</option> |
Also available in: Unified diff
fix name="...." attribute that was causing problems in IE (it was a typo, but not caught in firefox)
http://bugzilla.ecoinformatics.org/show_bug.cgi?id=4262