Skip to content

Commit

Permalink
Update the product & order filtered tables to not display 2 sets of s…
Browse files Browse the repository at this point in the history
…orting up/down icons
  • Loading branch information
dleffler committed Apr 20, 2015
1 parent 4844bf6 commit c93957f
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 1 deletion.
Expand Up @@ -41,6 +41,11 @@
.row-detail .yadcf-filter-wrapper {
display: none;
}
table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc {
background-image: none;
}
{/css}

<div class="modules order showall">
Expand Down
5 changes: 5 additions & 0 deletions framework/modules/ecommerce/views/order/showall.tpl
Expand Up @@ -38,6 +38,11 @@
.yadcf-filter-wrapper {
display: block;
}
table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc {
background-image: none;
}
{/css}

<div class="modules order showall">
Expand Down
5 changes: 5 additions & 0 deletions framework/modules/ecommerce/views/store/manage.bootstrap3.tpl
Expand Up @@ -41,6 +41,11 @@
.row-detail .yadcf-filter-wrapper {
display: none;
}
table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc {
background-image: none;
}
{/css}

<div class="module store showall-uncategorized">
Expand Down
10 changes: 9 additions & 1 deletion framework/modules/ecommerce/views/store/manage.tpl
Expand Up @@ -38,6 +38,11 @@
.yadcf-filter-wrapper {
display: block;
}
table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc {
background-image: none;
}
{/css}

<div class="module store showall-uncategorized">
Expand Down Expand Up @@ -134,7 +139,10 @@
tableTools: {
sSwfPath: EXPONENT.JQUERY_RELATIVE+"addons/swf/copy_csv_xls_pdf.swf"
},
jQueryUI: true,
//jQueryUI: true,
//renderer: {
// "header": "bootstrap"
//},
scrollX: true,
stateSave: true,
columns: [
Expand Down

0 comments on commit c93957f

Please sign in to comment.