修改《点击分班,搜索栏不见了》bug

Signed-off-by: alan <547533434@qq.com>
This commit is contained in:
alan 2014-12-06 16:49:38 +08:00
parent a6fc79a474
commit e6efa0f483
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@
<% end %>&nbsp;&nbsp;&nbsp; <% end %>&nbsp;&nbsp;&nbsp;
<span style="font-size: 18px; float: left; margin-right: 35px"><%= l(:label_current_group)%>:&nbsp;<%= @group.name %></span> <span style="font-size: 18px; float: left; margin-right: 35px"><%= l(:label_current_group)%>:&nbsp;<%= @group.name %></span>
<% end %> <% end %>
<% if @show_serch%> <% if @subPage_title == l(:label_student_list) %>
<%= form_tag( searchmembers_course_path(@course), method: 'get',:class => "f_l",:style => "margin-left: 5px; ",:remote=>true) do %> <%= form_tag( searchmembers_course_path(@course), method: 'get',:class => "f_l",:style => "margin-left: 5px; ",:remote=>true) do %>
<%= text_field_tag 'name', params[:name], name: "name", :class => 'f_1', :style => "height:15px"%> <%= text_field_tag 'name', params[:name], name: "name", :class => 'f_1', :style => "height:15px"%>
<%= submit_tag l(:label_search), :class => "f_2"%> <%= submit_tag l(:label_search), :class => "f_2"%>