This repository has been archived on 2024-03-16. You can view files and clone it, but cannot push or open issues or pull requests.
orbit-4-1/app/views/desktop_widgets/upload.html.erb

12 lines
214 B
Plaintext
Raw Normal View History

2012-11-01 12:42:40 +00:00
<h4>Upload Widget Package </h4>
<div class="main2">
<%= form_tag '',:multipart => true,:action=>"post" do |f| %>
<p>
<%= file_field :desktop_widget,:package_file %>
</p>
<%= submit_tag %>
<% end %>
</div>