<%= Spree.t(:general_settings)%> <%= zone_form.field_container :name do %> <%= zone_form.label :name, Spree.t(:name) %>
<%= zone_form.text_field :name, :class => 'fullwidth' %> <% end %> <%= zone_form.field_container :description do %> <%= zone_form.label :description, Spree.t(:description) %>
<%= zone_form.text_field :description, :class => 'fullwidth' %> <% end %>
<%= zone_form.check_box :default_tax %> <%= label_tag Spree.t(:default_tax_zone) %>
<%= label_tag Spree.t(:type) %>
  • <%= zone_form.radio_button('kind', 'country', { :id => 'country_based' }) %> <%= label_tag :country_based, Spree.t(:country_based) %>
  • <%= zone_form.radio_button('kind', 'state', { :id => 'state_based' }) %> <%= label_tag :state_based, Spree.t(:state_based) %>