ref: master
plugins/currency/views/currency_plugin_myprofile/accept.html.erb
<%= _('Accept a new currency') %>
<%= _("Find the currency you want to accept on the network") %>
<%= text_field_tag :query, '', :id => 'search-query', :onkeyup => "currency.search.do(this, '#{url_for :action => :accept_search}', currency.accept.search);" %><%= render :partial => 'accept_form' %><%= javascript_tag do %> currency.accept.load('<%= _('search') %>'); <% end %>