##// END OF EJS Templates
Fixed open div tag position....
Jean-Philippe Lang -
r13477:a4499274a2f9
parent child
Show More
@@ -1,7 +1,7
1 <h2><%= l(:label_search) %></h2>
1 <h2><%= l(:label_search) %></h2>
2
2
3 <div class="box">
4 <%= form_tag({}, :method => :get, :id => 'search-form') do %>
3 <%= form_tag({}, :method => :get, :id => 'search-form') do %>
4 <div class="box">
5 <%= label_tag "search-input", l(:description_search), :class => "hidden-for-sighted" %>
5 <%= label_tag "search-input", l(:description_search), :class => "hidden-for-sighted" %>
6 <p><%= text_field_tag 'q', @question, :size => 60, :id => 'search-input' %>
6 <p><%= text_field_tag 'q', @question, :size => 60, :id => 'search-input' %>
7 <%= project_select_tag %>
7 <%= project_select_tag %>
General Comments 0
You need to be logged in to leave comments. Login now