Sha256: 4de57d1d7d3bc44c6c2909e52e8079988c4907e39746843c28979ab802dd1aab

Contents?: true

Size: 356 Bytes

Versions: 6

Compression:

Stored size: 356 Bytes

Contents

<table>
	<tr>
    <td><%=t("name")%>:</td>
    <td><%= f.text_field :name, {"style" => "width:200px"} %></td>
  </tr>
  <tr>
    <td><%=t("zone")%>:</td>
    <td><%= collection_select(:shipping_method, :zone_id, @available_zones, :id, :name, {}, {"style" => "width:200px"}) %></td>
  </tr>
</table>

<%= render "admin/shared/calculator_fields", :f => f %>

Version data entries

6 entries across 6 versions & 2 rubygems

Version Path
spree-enriquez-0.9.4 app/views/admin/shipping_methods/_form.html.erb
spree-0.9.4 app/views/admin/shipping_methods/_form.html.erb
spree-0.9.3 app/views/admin/shipping_methods/_form.html.erb
spree-0.9.2 app/views/admin/shipping_methods/_form.html.erb
spree-0.9.1 app/views/admin/shipping_methods/_form.html.erb
spree-0.9.0 app/views/admin/shipping_methods/_form.html.erb