diff --git a/app/views/issues/index.html.erb b/app/views/issues/index.html.erb
index 9bd0f6ac4..bb8ea1bef 100644
--- a/app/views/issues/index.html.erb
+++ b/app/views/issues/index.html.erb
@@ -55,7 +55,7 @@
" onkeypress="EnterPress(event)" onkeydown="EnterPress()">
搜索
-
清空
+
@@ -86,19 +86,19 @@
%>
-
-
创建时间 :
-
- <%= text_field_tag 'issue_create_date_start', '',:readonly=>true, :size=>15, :onchange => "remote_function()",:style=>'float:left;'%>
- <%= calendar_for('issue_create_date_start') %>
-
-
-
-
- <%= text_field_tag 'issue_create_date_end', '',:readonly=>true, :size=>15, :onchange => "remote_function()",:style=>'float:left;'%>
- <%= calendar_for('issue_create_date_end') %>
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
<% end %>
<%= l(:label_issues_sum) %>:<%= @project.issues.visible.all.count %>
<%= l(:lable_issues_undo) %>:<%= @project.issues.where('status_id in (1,2,4,6)').visible.all.count %>