Просмотр исходного кода

Change the text of the submit button on search page from button_submit to label_search (#26620).

Patch by Dmitry Lisichkin.


git-svn-id: http://svn.redmine.org/redmine/trunk@17683 e93f8b46-1217-0410-a6f0-8f06a7374b81
tags/4.0.0
Go MAEDA 5 лет назад
Родитель
Сommit
75432d4cd4
1 измененных файлов: 1 добавлений и 1 удалений
  1. 1
    1
      app/views/search/index.html.erb

+ 1
- 1
app/views/search/index.html.erb Просмотреть файл

@@ -32,7 +32,7 @@
<%= hidden_field_tag 'options', '', :id => 'show-options' %>

</div>
<p><%= submit_tag l(:button_submit) %></p>
<p><%= submit_tag l(:button_search) %></p>
<% end %>

<% if @results %>

Загрузка…
Отмена
Сохранить