Add some help to the search box.
This commit is contained in:
parent
bb43a46bab
commit
f3c7511643
2 changed files with 12 additions and 0 deletions
|
@ -6,6 +6,11 @@
|
|||
:url => { :controller => :geocoder, :action => :search } ) do %>
|
||||
<%= text_field_tag :query, nil, :size => 16 %>
|
||||
<% end %>
|
||||
<p class="search_help">
|
||||
examples: 'Alkmaar', 'Regent Street, Cambridge', 'CB2 5AQ',
|
||||
or 'post offices near Lünen'
|
||||
<a href="http://wiki.openstreetmap.org/index.php/Name_finder#Searching_for_things">more examples...</a>
|
||||
</p>
|
||||
</div>
|
||||
<script type="text/javascript">
|
||||
<!--
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue