@@ -, +, @@ --- .../prog/en/modules/help/catalogue/issuehistory.tt | 2 ++ .../prog/en/modules/help/catalogue/moredetail.tt | 2 ++ .../prog/en/modules/help/catalogue/search.tt | 2 ++ 3 files changed, 6 insertions(+), 0 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/help/catalogue/issuehistory.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/help/catalogue/issuehistory.tt @@ -6,4 +6,6 @@

Below the 'History' heading is a link to 'View item's checkout history,' clicking that will open up the item's history which will look slightly different from the bibliographic record's history page.

+

See the full documentation for Item Checkout History in the manual (online).

+ [% INCLUDE 'help-bottom.inc' %] --- a/koha-tmpl/intranet-tmpl/prog/en/modules/help/catalogue/moredetail.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/help/catalogue/moredetail.tt @@ -4,4 +4,6 @@

This page provides information regarding all of the items attached to a record. From here you can easily mark and item lost, damaged or withdrawn. You can slo view the circulation history or edit the items.

+

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

+ [% INCLUDE 'help-bottom.inc' %] --- a/koha-tmpl/intranet-tmpl/prog/en/modules/help/catalogue/search.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/help/catalogue/search.tt @@ -68,4 +68,6 @@
  • ctype:w Law reports and digests
  • ctype:z Treaties
  • +

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

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