Add title="" to "Where am I?" in the search box

This commit is contained in:
Ævar Arnfjörð Bjarmason 2009-10-23 11:53:22 +00:00
parent e26ce36630
commit 843d601b0a
2 changed files with 2 additions and 1 deletions

View file

@ -22,7 +22,7 @@
<% content_for "optionals" do %>
<div class="optionalbox">
<span class="oboxheader"><%= t 'site.search.search' %></span>
<span class="whereami"><a href="javascript:describeLocation()"><%= t 'site.search.where_am_i' %></a></span>
<span class="whereami"><a href="javascript:describeLocation()" title="<%= t 'site.search.where_am_i_title' %>"><%= t 'site.search.where_am_i' %></a></span>
<div class="search_form">
<div id="search_field">
<% form_remote_tag(:loading => "startSearch()",