From 107211997e33e4974f7debb3c9c57034202dd49b Mon Sep 17 00:00:00 2001 From: conradverm Date: Wed, 26 Mar 2008 09:12:33 +0000 Subject: [PATCH] KTS-3201 "Ability to toggle between old 'browse view' search results, and 'search engine' results view" Implemented. --- resources/js/search2widget.js | 4 ++++ 1 file changed, 4 insertions(+), 0 deletions(-) diff --git a/resources/js/search2widget.js b/resources/js/search2widget.js index e0756fe..02be512 100644 --- a/resources/js/search2widget.js +++ b/resources/js/search2widget.js @@ -135,6 +135,10 @@ function createSearchBar(div, suffix) }) ] } + }, + { + text: sSearchTranslations[13] , /*Toggle results format*/ + handler: function() { document.location=rootURL + "/search2.php?action=searchResults&format=toggle"; } } ] }); -- libgit2 0.21.4