Sha256: 847560e0cd624dbbd0666876d0a0f86f4bd413516798348b118acca0e523309f
Contents?: true
Size: 734 Bytes
Versions: 6
Compression:
Stored size: 734 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> </div>
Version data entries
6 entries across 6 versions & 1 rubygems