Skip to content

Commit

Permalink
changed wording on non-default options #12 #13
Browse files Browse the repository at this point in the history
  • Loading branch information
wdn5e-virginia-edu committed Jul 10, 2014
1 parent 4d80876 commit 2c3a098
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/views/wide_tables/search_tables.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@

<option value="no_freetext" selected="true">include only the terms above</option>
<optgroup label="advanced">
<option value="freetext">include also your free-text terms here:</option>
<option value="freetext">include also these additional terms:</option>
</optgroup>
</select>
</td>
Expand All @@ -200,7 +200,7 @@
<select name="results_order_op" onchange="$('.results_order_extra').css('display', (0 == this.value.indexOf('freetext')) ? 'table-row' : 'none');">
<option value="no_freetext" selected="true">in database record order</option>
<optgroup label="advanced">
<option value="freetext">by your free-text terms here:</option>
<option value="freetext">by these database fields:</option>
</optgroup>
</select>
</td>
Expand Down

0 comments on commit 2c3a098

Please sign in to comment.