Sha256: b8abd54b292105d33d2e7e44ec84456395775eb1cf4e238230b292a494271b4b
Contents?: true
Size: 1.1 KB
Versions: 2
Compression:
Stored size: 1.1 KB
Contents
#productSelectDialog.media-hoverlay .media-hoverlay-header = I18n.t('order.product.select').capitalize #search.right.files = fg_search .backgrounds.search-form-files .media-hoverlay-sidebar.grid_3.omega.alpha .sidebar-content %h2{ :class => 'small-icons products'} = link_to_function I18n.t('product.all').capitalize, "select_all_elements_without_category()" #product-tree.init-tree.a-tree .media-hoverlay-content %table#table-products.datatable.media.selectable_rows = dataTables_tag :id => 'table-products', :url => forgeos_commerce.admin_products_path(:format => :json, :mode => 'selection'), :columns => ["{'sClass':'th-checkbox-container th_product_popup','bSearchable':false,'bSortable':false}","{'sTitle':'#{I18n.t(:name)}'}","{'sTitle':'#{I18n.t(:sku)}'}","{'sTitle':'#{I18n.t(:price, :count => 1)}'}","{'sTitle':'#{I18n.t(:stock, :count => 1)}'}","{'sTitle':'#{I18n.t(:product_type, :count => 1)}'}","{ 'bVisible': false}","{ 'bVisible': false}","{ 'bVisible': false}","{ 'bVisible': false}","{ 'bVisible': false}","{ 'bVisible': false}"], :autostart => false
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
forgeos_commerce-1.9.1.rc1 | app/views/admin/orders/_products_popup.html.haml |
forgeos_commerce-1.9.0 | app/views/admin/orders/_products_popup.html.haml |