@@ -, +, @@ --- .../en/modules/help/authorities/authorities.tt | 2 ++ .../prog/en/modules/help/authorities/detail.tt | 2 ++ 2 files changed, 4 insertions(+), 0 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/help/authorities/authorities.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/help/authorities/authorities.tt @@ -16,4 +16,6 @@

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.

+

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

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

Clicking on the authority record summary will open the full record and the option to edit the record.

+

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

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