--- .../modules/help/authorities/authorities-home.tt | 4 ++-- .../en/modules/help/authorities/authorities.tt | 8 ++++---- .../prog/en/modules/help/authorities/detail.tt | 4 ++-- 3 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/authorities/authorities-home.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/authorities/authorities-home.tt index 20fb975..b774993 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/help/authorities/authorities-home.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/help/authorities/authorities-home.tt @@ -4,7 +4,7 @@ <p>Authority records are a way of controlling fields in your MARC records. Using authority records will provide you with control over subject headings, personal names and places.</p> -<h2>Searching authorities</h2> +<h2>Searching Authorities</h2> <p>From the authorities page you can search for existing terms and the bibliographic records they are attached to.</p> @@ -12,7 +12,7 @@ <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> +<p><strong>See the full documentation for Authorities in the <a href="http://manual.koha-community.org/3.8/en/catauthorities.html">manual</a> (online).</strong></p> [% INCLUDE 'help-bottom.inc' %] 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 cad2f26..07d1624 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 @@ -1,14 +1,14 @@ [% INCLUDE 'help-top.inc' %] -<h2>Adding authorities</h2> +<h2>Adding Authorities</h2> -<p>To add a new authority record, choose the authority type from the 'New authority' button.</p> +<p>To add a new authority record, choose the authority type from the 'New Authority' button.</p> <p>The form that appears will allow you to enter all of the necessary details regarding your authority record.</p> <p>To expand collapsed values simply click on the title and the subfields will appear.</p> -<h2>Editing authorities</h2> +<h2>Editing Authorities</h2> <p>Authorities can be edited by clicking on the authority summary from the search results and then clicking the 'Edit' button above the record.</p> @@ -16,6 +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> +<p><strong>See the full documentation for Authorities in the <a href="http://manual.koha-community.org/3.8/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 e3c8752..3d43ba7 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 @@ -4,7 +4,7 @@ <p>Authority records are a way of controlling fields in your MARC records. Using authority records will provide you with control over subject headings, personal names and places.</p> -<h2>Searching authorities</h2> +<h2>Searching Authorities</h2> <p>From the authorities page you can search for existing terms and the bibliographic records they are attached to.</p> @@ -12,6 +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> +<p><strong>See the full documentation for Authorities in the <a href="http://manual.koha-community.org/3.8/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/
