From dfccb802434a6c2ac6ac1366d16ba5a3fccbd09a Mon Sep 17 00:00:00 2001 From: "Nicole C. Engard" Date: Thu, 31 Jul 2014 11:40:22 -0500 Subject: [PATCH] [PASSED QA] Bug 12685: Add help file for staff search history This patch adds a missing help file for the staff search history page. To test: * Turn on EnableSearchHistory * Do a search in the catalog * Click your username in the top right and choose 'search history' * Click 'help' in the top right * Confirm that help file is there * note: link to manual won't work until after 2014-08-01 in the USA Signed-off-by: Bernardo Gonzalez Kriegel Work as described, no errors. Signed-off-by: Katrin Fischer --- .../prog/en/modules/help/catalogue/search-history.tt | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 koha-tmpl/intranet-tmpl/prog/en/modules/help/catalogue/search-history.tt diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/catalogue/search-history.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/catalogue/search-history.tt new file mode 100644 index 0000000..d0f26b8 --- /dev/null +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/help/catalogue/search-history.tt @@ -0,0 +1,11 @@ +[% INCLUDE 'help-top.inc' %] + +

Search history

+ +

If you have your EnableSearchHistory preference set to keep your search history then you can access this information by clicking on your username in the top right of the staff client and choosing 'Search history'.

+ +

From this page you will see your bibliographic search history and your authority search history.

+ +

See the full documentation for Search History in the manual (online).

+ +[% INCLUDE 'help-bottom.inc' %] -- 1.9.1