Bug 12685: Add help file for staff search history
authorNicole C. Engard <nengard@bywatersolutions.com>
Thu, 31 Jul 2014 16:40:22 +0000 (11:40 -0500)
committerTomas Cohen Arazi <tomascohen@gmail.com>
Sun, 3 Aug 2014 15:29:49 +0000 (12:29 -0300)
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 <bgkriegel@gmail.com>
Work as described, no errors.

Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de>
Signed-off-by: Tomas Cohen Arazi <tomascohen@gmail.com>

koha-tmpl/intranet-tmpl/prog/en/modules/help/catalogue/search-history.tt [new file with mode: 0644]

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 (file)
index 0000000..d0f26b8
--- /dev/null
@@ -0,0 +1,11 @@
+[% INCLUDE 'help-top.inc' %]
+
+<h1>Search history</h1>
+
+<p>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'.</p>
+
+<p>From this page you will see your bibliographic search history and your authority search history.</p>
+
+<p><strong>See the full documentation for Search History in the <a href="http://manual.koha-community.org/[% helpVersion %]/en/staffsearchhistory.html">manual</a> (online).</strong></p>
+
+[% INCLUDE 'help-bottom.inc' %]