Sha256: 3a5dce51cbaaa3f87090716c3bf0f1f46c79348b5e210d28a4b0975d77b184a5
Contents?: true
Size: 1014 Bytes
Versions: 7
Compression:
Stored size: 1014 Bytes
Contents
<div class="yui-g"> <div class="yui-u first"> <fieldset> <legend><%= t("shipping_address")%></legend> <%= render :partial => 'admin/shared/form_address', :locals => {:f => shipment_form} %> </fieldset> </div> <div class="yui-u"> <fieldset> <legend> </legend> <p><%= shipment_form.label :tracking, t('tracking') %>:<br /><%= shipment_form.text_field :tracking %></p> <p><%= shipment_form.label :cost, t('shipping_cost') %>:<br /><%= shipment_form.text_field :cost %></p> <p> <label> <%= shipment_form.check_box :shipped?, :disabled => (not @order.can_ship?) %></td> <%= t('mark_shipped') %> </label> </p> </fieldset> </div> <% if Spree::Config[:shipping_instructions] %> <div class="yui-u"> <fieldset> <legend> <%= t("shipping_instructions") %></legend> <p> <%= shipment_form.text_area :special_instructions %> </p> </fieldset> </div> <% end %> </div>
Version data entries
7 entries across 7 versions & 3 rubygems