From 332476fc8812c7d656ed8fddb5a1e61d873802f5 Mon Sep 17 00:00:00 2001 From: Mike Taylor Date: Thu, 15 May 2014 12:42:05 +0100 Subject: [PATCH] Document the show_switch configuration item. --- doc/whitepaper.markdown | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/doc/whitepaper.markdown b/doc/whitepaper.markdown index 74a3234..55c56ec 100644 --- a/doc/whitepaper.markdown +++ b/doc/whitepaper.markdown @@ -394,6 +394,9 @@ show_perpage bool true Indicates whether or not to display show_sort bool true Indicates whether or not to display the sort menu. +show_switch bool true Indicates whether or not to display the switch menu, for switching between showing + retrieved records and target information. + sort_default string relevance The label of the default sort criterion to use. Must be one of those in the `sort` array. @@ -405,8 +408,8 @@ use_service_proxy bool true If true, then a Service Proxy is use Pazpar2. --- -Perhaps we should get rid of the `show_lang`, `show_perpage` and -`show_sort` configuration items, and simply display the relevant menus +Perhaps we should get rid of the `show_lang`, `show_perpage`, +`show_sort` and `show_switch` configuration items, and simply display the relevant menus only when their containers are provided -- e.g. an `mkwsLang` element for the language menu. But for now we retain these, as an easier route to lightly customise the display than my changing providing a full HTML -- 1.7.10.4