Sha256: f99f205a98365025460fcdc0ea71d0cc9d26429164fb83f7f1bd18a8a453bf5f

Contents?: true

Size: 438 Bytes

Versions: 2

Compression:

Stored size: 438 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>
	<tr>
    <td><%=t("Shipping Calculator")%>:</td>
    <td><%= f.text_field :shipping_calculator, {"style" => "width:200px"} %></td>
  </tr>
</table>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
spree-0.5.0 vendor/extensions/shipping/app/views/admin/shipping_methods/_form.html.erb
spree-0.5.1 vendor/extensions/shipping/app/views/admin/shipping_methods/_form.html.erb