Index: branches/1.0.x/elements/sorting.elm.tpl =================================================================== diff -u -N -r14890 -r14980 --- branches/1.0.x/elements/sorting.elm.tpl (.../sorting.elm.tpl) (revision 14890) +++ branches/1.0.x/elements/sorting.elm.tpl (.../sorting.elm.tpl) (revision 14980) @@ -38,7 +38,7 @@    - Show All + Show All
@@ -121,8 +121,9 @@ } ); - $('#per-page-all').click( + $('#show-all').click( function () { + ListManager.resetFilters(false); $('#per-page').val(-1).change(); return false;