diff --git a/app/views/issues/index.html.erb b/app/views/issues/index.html.erb index 6da72251e..9bd0f6ac4 100644 --- a/app/views/issues/index.html.erb +++ b/app/views/issues/index.html.erb @@ -55,7 +55,7 @@
@@ -89,12 +89,12 @@
创建时间 : 
- <%= text_field_tag 'issue_create_date_start', '', :size=>15, :onchange => "remote_function()",:style=>'float:left;'%> + <%= 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', '', :size=>15, :onchange => "remote_function()",:style=>'float:left;'%> + <%= text_field_tag 'issue_create_date_end', '',:readonly=>true, :size=>15, :onchange => "remote_function()",:style=>'float:left;'%> <%= calendar_for('issue_create_date_end') %>