fixes #1861
This commit is contained in:
@@ -13,6 +13,15 @@
|
|||||||
<%= error_messages_for "upload" %>
|
<%= error_messages_for "upload" %>
|
||||||
|
|
||||||
<%= form_for(@upload, :html => {:multipart => true, :class => "simple_form", :id => 'form'}) do |f| %>
|
<%= form_for(@upload, :html => {:multipart => true, :class => "simple_form", :id => 'form'}) do |f| %>
|
||||||
|
<% if CurrentUser.is_contributor? %>
|
||||||
|
<div class="input">
|
||||||
|
<label for="upload_as_pending">
|
||||||
|
<%= f.check_box :as_pending %>
|
||||||
|
Upload for approval
|
||||||
|
</label>
|
||||||
|
</div>
|
||||||
|
<% end %>
|
||||||
|
|
||||||
<div class="input">
|
<div class="input">
|
||||||
<%= f.label :file %>
|
<%= f.label :file %>
|
||||||
<%= f.file_field :file, :size => 50 %>
|
<%= f.file_field :file, :size => 50 %>
|
||||||
@@ -57,15 +66,6 @@
|
|||||||
<%= button_tag "Copyrights", :id => "related-copyrights-button", :type => "button" %>
|
<%= button_tag "Copyrights", :id => "related-copyrights-button", :type => "button" %>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<% if CurrentUser.is_contributor? %>
|
|
||||||
<div class="input">
|
|
||||||
<label for="upload_as_pending">
|
|
||||||
<%= f.check_box :as_pending %>
|
|
||||||
Upload for approval
|
|
||||||
</label>
|
|
||||||
</div>
|
|
||||||
<% end %>
|
|
||||||
|
|
||||||
<div class="input">
|
<div class="input">
|
||||||
<%= submit_tag "Submit", :class => "large" %>
|
<%= submit_tag "Submit", :class => "large" %>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user