Sha256: 23ed8775989ab71bbc0e0b3d4250c48af61775537631380ffab67969277ba9bf

Contents?: true

Size: 981 Bytes

Versions: 22

Compression:

Stored size: 981 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_remote icon('add') + ' ' + t("select"),
                           {:url => {:controller => "admin/option_types/",
                                    :id => ot,
                                    :product_id => @product.permalink, 
                                    :action => "select", 
                                    :option_type_id =>  ot},
                           :method => :get,	                           
                           :update => 'selected-options'}, :class => 'iconlink' %>					
    </td>
  </tr>
  <% end %>
  <% if @available_option_types.empty? %>
  <tr>
    <td colspan="3"><%= t('none_available') %></td>
  </tr>
  <% end %>		
</table>

Version data entries

22 entries across 22 versions & 3 rubygems

Version Path
kdmny-spree-0.0.1 app/views/admin/option_types/available.html.erb
spree-0.11.4 vendor/extensions/theme_default/app/views/admin/option_types/available.html.erb
spree-0.11.3 vendor/extensions/theme_default/app/views/admin/option_types/available.html.erb
spree-0.11.2 vendor/extensions/theme_default/app/views/admin/option_types/available.html.erb
spree-0.11.1 vendor/extensions/theme_default/app/views/admin/option_types/available.html.erb
spree-0.11.0 vendor/extensions/theme_default/app/views/admin/option_types/available.html.erb
spree-0.10.2 vendor/extensions/theme_default/app/views/admin/option_types/available.html.erb
spree-0.10.1 vendor/extensions/theme_default/app/views/admin/option_types/available.html.erb
spree-0.10.0 vendor/extensions/theme_default/app/views/admin/option_types/available.html.erb
spree-0.10.0.beta vendor/extensions/theme_default/app/views/admin/option_types/available.html.erb
spree-enriquez-0.9.4 app/views/admin/option_types/available.html.erb
spree-0.9.4 app/views/admin/option_types/available.html.erb
spree-0.9.3 app/views/admin/option_types/available.html.erb
spree-0.9.2 app/views/admin/option_types/available.html.erb
spree-0.9.1 app/views/admin/option_types/available.html.erb
spree-0.9.0 app/views/admin/option_types/available.html.erb
spree-0.8.4 app/views/admin/option_types/available.html.erb
spree-0.8.5 app/views/admin/option_types/available.html.erb
spree-0.8.0 app/views/admin/option_types/available.html.erb
spree-0.8.1 app/views/admin/option_types/available.html.erb