first evented steps

This commit is contained in:
2012-11-27 15:31:31 +01:00
parent e65dc584a4
commit 3da9dc68d7
9 changed files with 53 additions and 24 deletions
+2 -1
View File
@@ -9,6 +9,7 @@
- content_for :footer do
javascript:
$(function(){
Quser.watch_events();
Quser.home_loader();
setInterval("Quser.home_loader()", 7500);
//setInterval("Quser.home_loader()", 7500);
});
@@ -7,25 +7,10 @@
tbody
tr
td= slider_image
table#active-order-table.table.hide
thead
tr
th= Product.model_name.human
th #
th.currency Total
th
tbody
tfoot
tr
td colspan=2
button class="btn btn-primary" onClick="Quser.order_selected_products()" data-t="selected_products.order"= t('selected_products.order')
| 
button class="btn btn btn-warning" onClick="Quser.clear_selected_products()" data-t="selected_products.clear"= t('selected_products.clear')
td.currency
strong#active-order-total
td
#active-order-container
script#products-category-template[type="text/html"]= render 'products_category.mustache'
script#products-category-for-order-template[type="text/html"]= render 'products_category_for_order.mustache'
script#active-order-template[type="text/html"]= render 'active_order.mustache'
- content_for :footer do
javascript:
jQuery(function(){