Commit 24b056f6a5439ae59a938679b51461693831e461
1 parent
4e75aa33
Exists in
master
and in
29 other branches
ActionItem689: some view changes
remove the tilte 'search' and changed 'more search options' and 'advanced search' to more optios git-svn-id: https://svn.colivre.coop.br/svn/noosfero/branches/0.11.x@2517 3f533792-8f58-4932-b0fe-aaf55b0a4547
Showing
2 changed files
with
2 additions
and
4 deletions
Show diff stats
app/views/home/index.rhtml
... | ... | @@ -3,8 +3,6 @@ |
3 | 3 | <%= @environment.description %> |
4 | 4 | |
5 | 5 | <div id='home-search' style='text-align: center'> |
6 | - <h2><%= _('Search') %></h2> | |
7 | - | |
8 | 6 | <% form_tag :controller => 'search', :action => 'index' do %> |
9 | 7 | |
10 | 8 | <div id='search-field' style='text-align: center;'> |
... | ... | @@ -13,7 +11,7 @@ |
13 | 11 | </div> |
14 | 12 | |
15 | 13 | <div> |
16 | - <%= lightbox_link_to _('More search options'), :controller => 'search', :action => 'popup' %> | |
14 | + <%= lightbox_link_to _('More options'), :controller => 'search', :action => 'popup' %> | |
17 | 15 | </div> |
18 | 16 | <% end %> |
19 | 17 | </div> | ... | ... |
app/views/search/_search_form.rhtml
... | ... | @@ -47,7 +47,7 @@ |
47 | 47 | </div><!-- end id="advanced-search-options" --> |
48 | 48 | |
49 | 49 | <% if simple_search %> |
50 | - <%= link_to_function(_('Advanced search'), nil, :id => 'advanced_search_link') do |page| | |
50 | + <%= link_to_function(_('More options'), nil, :id => 'advanced_search_link') do |page| | |
51 | 51 | page['advanced_search_link'].hide |
52 | 52 | page['advanced-search-options'].toggle |
53 | 53 | end %> | ... | ... |