Sha256: 07dc2585e591f128ef060982956be4dfb9644baf7aef674ca5404ec57f311b9d
Contents?: true
Size: 1.13 KB
Versions: 3
Compression:
Stored size: 1.13 KB
Contents
<div class="alpha six columns" data-hook="admin_zone_form_fields"> <fieldset class="no-border-bottom"> <legend align="center"><%= t(:general_settings)%></legend> <%= zone_form.field_container :name do %> <%= zone_form.label :name, t(:name) %><br /> <%= zone_form.text_field :name, :class => 'fullwidth' %> <% end %> <%= zone_form.field_container :description do %> <%= zone_form.label :description, t(:description) %><br /> <%= zone_form.text_field :description, :class => 'fullwidth' %> <% end %> <div data-hook="default" class="field"> <%= zone_form.check_box :default_tax %> <%= label_tag t(:default_tax_zone) %> </div> <div data-hook="type" class="field"> <%= label_tag t(:type) %> <ul> <li> <%= zone_form.radio_button('kind', 'country', { :id => 'country_based' }) %> <%= label_tag :country_based, t(:country_based) %> </li> <li> <%= zone_form.radio_button('kind', 'state', { :id => 'state_based' }) %> <%= label_tag :state_based, t(:state_based) %> </li> </ul> </div> </fieldset> </div>
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
spree_core-1.3.5 | app/views/spree/admin/zones/_form.html.erb |
spree_core-1.3.4 | app/views/spree/admin/zones/_form.html.erb |
spree_core-1.3.3 | app/views/spree/admin/zones/_form.html.erb |