Bug 13771: Add missing item search help file
authorNicole <nicole@bywatersolutions.com>
Wed, 4 Mar 2015 15:47:54 +0000 (07:47 -0800)
committerTomas Cohen Arazi <tomascohen@gmail.com>
Sat, 7 Mar 2015 20:08:15 +0000 (21:08 +0100)
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 <mirko@abunchofthings.net>

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/itemsearch.tt [new file with mode: 0644]

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 (file)
index 0000000..cb65717
--- /dev/null
@@ -0,0 +1,15 @@
+[% INCLUDE 'help-top.inc' %]
+
+<h1>Item Search</h1>
+
+<p>If you are looking for specific items you can use the item search engine in the staff client to find them.</p>
+
+<p>At the top of the advanced search page in the staff client you will see a link to 'Go to item search'</p>
+
+<p>Clicking that link will open up a item specific search engine.</p>
+
+<p>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.</p>
+
+<p><strong>See the full documentation for Searching in the <a href="http://manual.koha-community.org/[% helpVersion %]/en/searchguide.html#searchguide-itemsearch">manual</a> (online).</strong></p>
+
+[% INCLUDE 'help-bottom.inc' %]
\ No newline at end of file