Sha256: cd3c0f693b835806553867fc5350339045153a354318863be3780959fbe45a89

Contents?: true

Size: 877 Bytes

Versions: 26

Compression:

Stored size: 877 Bytes

Contents

<h4><%= t("add_option_types") %></h4>
<table class="index">
  <tr>
    <th><%= t("name") %></th>
    <th><%= t("presentation") %></th>
    <th></th>
  </tr>
  <% @available_option_types.each do |ot| %>
  <tr>
    <td><%=ot.name %></td>
    <td><%=ot.presentation %></td>
    <td class="actions"><%= link_to icon('add') + ' ' + t("select"),
                            url_for(:controller => "admin/option_types",
                                    :id => ot,
                                    :product_id => @product.permalink,
                                    :action => "select",
                                    :option_type_id =>  ot),
                           :remote => true, :class => 'iconlink' %>
    </td>
  </tr>
  <% end %>
  <% if @available_option_types.empty? %>
  <tr>
    <td colspan="3"><%= t('none_available') %></td>
  </tr>
  <% end %>
</table>

Version data entries

26 entries across 26 versions & 6 rubygems

Version Path
apispree_core-0.0.0 app/views/admin/option_types/_available.html.erb
My-Commerce_core-1.1.0 app/views/admin/option_types/_available.html.erb
My-Commerce_core-1.0.0 app/views/admin/option_types/_available.html.erb
MyCommerceapi-1.0.0 core/app/views/admin/option_types/_available.html.erb
MyCommerce-0.0.3 core/app/views/admin/option_types/_available.html.erb
rfcommerce_core-0.0.3 app/views/admin/option_types/_available.html.erb
spree_core-0.60.6 app/views/admin/option_types/_available.html.erb
spree_core-0.60.5 app/views/admin/option_types/_available.html.erb
spree_core-0.30.2 app/views/admin/option_types/_available.html.erb
spree_core-0.40.4 app/views/admin/option_types/_available.html.erb
spree_core-0.50.4 app/views/admin/option_types/_available.html.erb
spree_core-0.60.4 app/views/admin/option_types/_available.html.erb
spree_core-0.50.3 app/views/admin/option_types/_available.html.erb
spree_core-0.60.3 app/views/admin/option_types/_available.html.erb
spree_core-0.60.2 app/views/admin/option_types/_available.html.erb
spree_core-0.60.1 app/views/admin/option_types/_available.html.erb
spree_core-0.60.0 app/views/admin/option_types/_available.html.erb
spree_core-0.60.0.RC1 app/views/admin/option_types/_available.html.erb
spree_core-0.50.2 app/views/admin/option_types/_available.html.erb
spree_core-0.50.1 app/views/admin/option_types/_available.html.erb