This patch updates the help files in the catalogue folder by including the link to the manual. --- .../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(-)
diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/catalogue/issuehistory.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/catalogue/issuehistory.tt index 527a936..58270cf 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/help/catalogue/issuehistory.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/help/catalogue/issuehistory.tt @@ -6,4 +6,6 @@ <p>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.</p> +<p><strong>See the full documentation for Item Checkout History in the <a href="http://manual.koha-community.org/3.6/en/catitems.html#itemcirchistory">manual</a> (online).</strong></p> + [% INCLUDE 'help-bottom.inc' %] \ No newline at end of file diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/catalogue/moredetail.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/catalogue/moredetail.tt index 8279024..d91aaa7 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/help/catalogue/moredetail.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/help/catalogue/moredetail.tt @@ -4,4 +4,6 @@ <p>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.</p> +<p><strong>See the full documentation for Item Records in the <a href="http://manual.koha-community.org/3.6/en/catitems.html">manual</a> (online).</strong></p> + [% INCLUDE 'help-bottom.inc' %] \ No newline at end of file diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/catalogue/search.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/catalogue/search.tt index 10a0694..3dfea20 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/help/catalogue/search.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/help/catalogue/search.tt @@ -68,4 +68,6 @@ <li>ctype:w Law reports and digests</li> <li>ctype:z Treaties</li></ul> +<p><strong>See the full documentation for Searching in the <a href="http://manual.koha-community.org/3.6/en/searching.html">manual</a> (online).</strong></p> + [% INCLUDE 'help-bottom.inc' %] \ No newline at end of file -- 1.7.2.3 _______________________________________________ Koha-patches mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-patches website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
