lib/shop/interface/orders.rb in radiant-shop-extension-0.90.0 vs lib/shop/interface/orders.rb in radiant-shop-extension-0.90.1
- old
+ new
@@ -20,10 +20,10 @@
end
orders.new = orders.edit
orders.index = Radiant::AdminUI::RegionSet.new do |index|
index.head.concat %w{}
index.body.concat %w{price status updated customer}
- index.foot.concat %w{buttons}
+ index.foot.concat %w{buttons pagination}
end
orders.remove = orders.index
end
end
end
\ No newline at end of file