summaryrefslogtreecommitdiffstats
path: root/app/views
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2007-10-15 16:15:20 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2007-10-15 16:15:20 +0000
commit74ecb37be657611fdc239d808d96f6932d61d3d0 (patch)
tree1595481f7c87ea2cf2a76accc3ad8702d677621b /app/views
parent7d54215ccbbbaa356a5207b2dc8841e9d8221d18 (diff)
downloadredmine-74ecb37be657611fdc239d808d96f6932d61d3d0.tar.gz
redmine-74ecb37be657611fdc239d808d96f6932d61d3d0.zip
Search engine:
* results are now displayed using different colors for tokens highlighting * added label tag around "all words" checkbox git-svn-id: http://redmine.rubyforge.org/svn/trunk@841 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app/views')
-rw-r--r--app/views/search/index.rhtml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/search/index.rhtml b/app/views/search/index.rhtml
index 4dc26affd..4bf80f054 100644
--- a/app/views/search/index.rhtml
+++ b/app/views/search/index.rhtml
@@ -9,7 +9,7 @@
<label><%= check_box_tag t, 1, @scope.include?(t) %> <%= l("label_#{t.singularize}_plural")%></label>
<% end %>
<br />
-<%= check_box_tag 'all_words', 1, @all_words %> <%= l(:label_all_words) %></p>
+<label><%= check_box_tag 'all_words', 1, @all_words %> <%= l(:label_all_words) %></label></p>
<%= submit_tag l(:button_submit), :name => 'submit' %>
<% end %>
</div>