%= render :partial => 'admin/shared/product_sub_menu' %> <%= render :partial => 'admin/shared/product_tabs', :locals => {:current => "Product Properties"} %> <%= render "shared/error_messages", :target => @product %> <%= form_for(@product, :url => admin_product_url(@product), :html => { :method => :put }) do |f| %>
<%= t("property") %> | <%= t("value") %> | <%= t("action") %> |
---|
<%= link_to_add_fields icon('add') + ' ' + t("add_product_properties"), "tbody#product_properties", f, :product_properties %> <%= link_to t("select_from_prototype"), available_admin_prototypes_url, :remote => true, 'data-update' => "prototypes" %>
<%= image_tag "spinner.gif", :plugin=>"spree", :style => "display:none", :id => 'busy_indicator' %>