diff --git a/app/views/files/_hidden_file.html.erb b/app/views/files/_hidden_file.html.erb
index 8e359c605..1ace422b7 100644
--- a/app/views/files/_hidden_file.html.erb
+++ b/app/views/files/_hidden_file.html.erb
@@ -3,7 +3,7 @@
<%= form_tag(republish_file_course_file_path(@course,@file), :multipart => true,:remote => !ie8?,:name=>"upload_form") do %>
-
+
-
diff --git a/app/views/files/_resource_detail.html.erb b/app/views/files/_resource_detail.html.erb
index 5e0e66e50..1c4c3a387 100644
--- a/app/views/files/_resource_detail.html.erb
+++ b/app/views/files/_resource_detail.html.erb
@@ -53,7 +53,7 @@
<% if (delete_allowed || User.current.id == file.author_id) && file.container_id == @course.id && file.container_type == "Course" %>
- <%= link_to("发 送".html_safe, 'javascript:void(0)',:class => "postOptionLink",:onclick=>"show_send('#{file.id}','#{User.current.id}','file')") %>
- - <%= link_to '延迟发布',file_hidden_course_file_path(@course,file),:class => "postOptionLink",:remote=>true %>
+ - <%= link_to '延期发布',file_hidden_course_file_path(@course,file),:class => "postOptionLink",:remote=>true %>
- <%= link_to '更新版本',attachments_versions_path(file),:class => "postOptionLink",:remote=>true %>
<% if @course.is_public? %>
-
diff --git a/app/views/files/_upload_course_files.erb b/app/views/files/_upload_course_files.erb
index 0a35c783c..1171f296b 100644
--- a/app/views/files/_upload_course_files.erb
+++ b/app/views/files/_upload_course_files.erb
@@ -32,7 +32,7 @@
<% if User.current.allowed_to?(:as_teacher,course) %>
-
+
<%#= calendar_for('attachment_publish_time')%>