From: Dan Scott Date: Tue, 17 Sep 2013 19:16:49 +0000 (-0400) Subject: Facets after results, then DOMinate them into place X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=06aecc87e1af3b67f4e278cf72bfddcd8d9e6c93;p=working%2FEvergreen.git Facets after results, then DOMinate them into place We can use a media query in JavaScript to detect a given width and then drop the facets into their left-hand column if needed. Of course, we're going to need a media query polyfill to support Internet Explorer. Signed-off-by: Dan Scott --- diff --git a/Open-ILS/src/templates/opac/parts/result/table.tt2 b/Open-ILS/src/templates/opac/parts/result/table.tt2 index 65b475c095..4b4595d5bd 100644 --- a/Open-ILS/src/templates/opac/parts/result/table.tt2 +++ b/Open-ILS/src/templates/opac/parts/result/table.tt2 @@ -21,10 +21,6 @@ [% END %]
-
- [% INCLUDE "opac/parts/staff_saved_searches.tt2" %] - [% INCLUDE 'opac/parts/result/facets.tt2' %] -
@@ -359,6 +355,22 @@ END;
+
+ [% INCLUDE "opac/parts/staff_saved_searches.tt2" %] + [% INCLUDE 'opac/parts/result/facets.tt2' %] +
+
[% ctx.results_count_header %]