layout changes and section handling
This commit is contained in:
@@ -1,16 +1,18 @@
|
||||
.page-header= title 'Active orders'
|
||||
table#active-orders-table.table
|
||||
thead
|
||||
tr
|
||||
th Order
|
||||
th.number Table number
|
||||
th.currency Price
|
||||
th.actions
|
||||
tbody
|
||||
.well
|
||||
table#active-orders-table.table
|
||||
thead
|
||||
tr
|
||||
th= Order.model_name.human
|
||||
th.numeric= t('supplier.table_number')
|
||||
th= Section.model_name.human
|
||||
th.currency= t('supplier.active_orders.price')
|
||||
th.actions
|
||||
tbody
|
||||
- content_for :footer do
|
||||
javascript:
|
||||
jQuery(function(){
|
||||
Qrammer.load_active_orders()
|
||||
setInterval( 'Qrammer.load_active_orders()', 7500);
|
||||
Qsupplier.load_active_orders()
|
||||
setInterval( 'Qsupplier.load_active_orders()', 7500);
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user