From e09e5251dff7ae967caed30a4eac6504048305b0 Mon Sep 17 00:00:00 2001 From: Nicole C Engard Date: Fri, 26 Feb 2016 16:03:26 +0000 Subject: [PATCH] Bug 15926: Add help for item search fields admin MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This patch will add the missing help file to the item search fields admin page. To test: * Go to administration > Item search fields * Click Help * Confirm help is there and correct. Signed-off-by: Marc VĂ©ron --- .../en/modules/help/admin/items_search_fields.tt | 25 ++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/items_search_fields.tt diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/items_search_fields.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/items_search_fields.tt new file mode 100644 index 0000000..ef5e495 --- /dev/null +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/items_search_fields.tt @@ -0,0 +1,25 @@ +[% INCLUDE 'help-top.inc' %] + +

Item search fields help

+ +

From here you can add custom search fields to the item search option in the staff client.

+ +

To add a new search term simply fill in the 'Add a new field' area:

+ + + +

Once your new field is added it will be visible at the top of this page and on the item search page

+ +

See the full documentation for Item search fields in the manual (online).

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