lib/shop/interface/orders.rb in radiant-shop-extension-0.11.5 vs lib/shop/interface/orders.rb in radiant-shop-extension-0.11.6
- old
+ new
@@ -18,12 +18,12 @@
edit.form.concat %w{inputs meta parts foot}
edit.foot.concat %w{buttons timestamp}
end
orders.new = orders.edit
orders.index = Radiant::AdminUI::RegionSet.new do |index|
- index.head.concat %w{buttons}
+ index.head.concat %w{}
index.body.concat %w{price status updated customer}
- index.foot.concat %w{}
+ index.foot.concat %w{buttons}
end
orders.remove = orders.index
end
end
end
\ No newline at end of file