|
|
|
@ -3,7 +3,7 @@
|
|
|
|
|
</span>
|
|
|
|
|
<div class="cl"></div>
|
|
|
|
|
<span class="add_attachment" style="font-weight:normal;">
|
|
|
|
|
<%= button_tag "文件浏览", :type=>"button", :onclick=>"$('#_file#{work.id}').click();",:onmouseover => 'this.focus()',:class => 'sub_btn' %>
|
|
|
|
|
<%= button_tag "文件浏览", :type=>"button", :onclick=>"$('#_file#{work.id}').click();",:onmouseover => 'this.focus()',:class => 'sub_btn mb0' %>
|
|
|
|
|
<%= file_field_tag 'attachments[dummy][file]',
|
|
|
|
|
:id => "_file#{work.id}",
|
|
|
|
|
:class => 'file_selector',
|
|
|
|
|