From 920b886d17fb9177e91733d5ca4521c10a658205 Mon Sep 17 00:00:00 2001 From: Nicole Date: Wed, 4 Mar 2015 07:47:54 -0800 Subject: [PATCH] [PASSED QA] Bug 13771: Add missing item search help file This patch adds a help file for the staff item search. To test: * Click search * click item search * click help * review the help file Signed-off-by: Mirko Tietgen Signed-off-by: Katrin Fischer --- .../prog/en/modules/help/catalogue/itemsearch.tt | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 koha-tmpl/intranet-tmpl/prog/en/modules/help/catalogue/itemsearch.tt diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/catalogue/itemsearch.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/catalogue/itemsearch.tt new file mode 100644 index 0000000..cb65717 --- /dev/null +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/help/catalogue/itemsearch.tt @@ -0,0 +1,15 @@ +[% INCLUDE 'help-top.inc' %] + +

Item Search

+ +

If you are looking for specific items you can use the item search engine in the staff client to find them.

+ +

At the top of the advanced search page in the staff client you will see a link to 'Go to item search'

+ +

Clicking that link will open up a item specific search engine.

+ +

Using the search form that is presented you can find a list of specific items that can be output to the screen or to a CSV file. If your results are printed to the screen you will have the option to narrow your search further using filters at the top.

+ +

See the full documentation for Searching in the manual (online).

+ +[% INCLUDE 'help-bottom.inc' %] \ No newline at end of file -- 1.9.1