<%= form_for @search, :url => admin_pages_path, :html => {:method => :get, :class => 'search'} do |f| %>

<%= t('pages.search.title') %>

<%= f.label :title_or_content_contains, t('pages.search.page_title'), :class => 'desc' %> <%= f.text_field :title_or_content_contains, :size => "20" %>

<%= f.submit t('pages.search.submit') %>

<% end %>