Bugzilla – Attachment 48488 Details for
Bug 15926
Item search fields admin missing help file
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 15926: Add help for item search fields admin
Bug-15926-Add-help-for-item-search-fields-admin.patch (text/plain), 2.11 KB, created by
Jonathan Druart
on 2016-03-01 08:54:06 UTC
(
hide
)
Description:
Bug 15926: Add help for item search fields admin
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2016-03-01 08:54:06 UTC
Size:
2.11 KB
patch
obsolete
>From e6b0fb7d0ba4535d72148c265c26e9ef124eebde Mon Sep 17 00:00:00 2001 >From: Nicole C Engard <nengard@bywatersolutions.com> >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 <veron@veron.ch> > >Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >--- > .../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' %] >+ >+<h1>Item search fields help</h1> >+ >+<p>From here you can add custom search fields to the item search option in the staff client.</p> >+ >+<p>To add a new search term simply fill in the 'Add a new field' area:</p> >+ >+<ul> >+<li>Name is a field for you to identify the search term</li> >+ >+<li>Label is what will appear on the item search page</li> >+ >+<li>MARC field allows you to pick which field you'd like to search in</li> >+ >+<li>MARC subfield is the subfield you'd like to search in</li> >+ >+<li>Authorised values category can be used to turn this search field in to a pull down instead of a free text field</li> >+</ul> >+ >+<p>Once your new field is added it will be visible at the top of this page and on the item search page</p> >+ >+<p><strong>See the full documentation for Item search fields in the <a href="http://manual.koha-community.org/[% helpVersion %]/en/catadmin.html#itemsearchadmin">manual</a> (online).</strong></p> >+ >+[% INCLUDE 'help-bottom.inc' %] >-- >2.7.0
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 15926
:
48409
|
48410
| 48488