This patch updates help files in the authorities folder. It adds links to the manual for all files that weren't edit in patches for bug 6942. --- .../en/modules/help/authorities/authorities.tt | 2 ++ .../prog/en/modules/help/authorities/detail.tt | 2 ++ 2 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/authorities/authorities.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/authorities/authorities.tt index e52ac84..7cfe9cc 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/help/authorities/authorities.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/help/authorities/authorities.tt @@ -16,4 +16,6 @@ <p>To delete an authority record you first must make sure it's not linked to any bibliographic records. If it is not used by any bibliographic records a 'Delete' link will appear to the right of the record on the search results and as a button that appears after clicking on the summary of the authority record.</p> +<p><strong>See the full documentation for Authorities in the <a href="http://manual.koha-community.org/3.6/en/catauthorities.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/authorities/detail.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/authorities/detail.tt index c8c9f2b..e411afa 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/help/authorities/detail.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/help/authorities/detail.tt @@ -12,4 +12,6 @@ <p>Clicking on the authority record summary will open the full record and the option to edit the record.</p> +<p><strong>See the full documentation for Authorities in the <a href="http://manual.koha-community.org/3.6/en/catauthorities.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/
