From 57a19f7acfb6d1fedf38cb2bee093ccd2a325408 Mon Sep 17 00:00:00 2001 From: "Nicole C. Engard" Date: Tue, 15 Oct 2013 14:01:48 -0400 Subject: [PATCH] [PASSED QA] Bug 10671: Update Authorities Help To Test go to all authorities pages and click 'Help'. Confirm that text appears and links work. Signed-off-by: Bernardo Gonzalez Kriegel Auth help works. Note: authorities-home.tt and detail.tt have same content. It's right? Signed-off-by: Katrin Fischer --- .../modules/help/authorities/authorities-home.tt | 2 +- .../en/modules/help/authorities/authorities.tt | 12 +++++++++--- .../prog/en/modules/help/authorities/detail.tt | 2 +- 3 files changed, 11 insertions(+), 5 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 b0bb67b..2a1b33a 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 @@ -14,7 +14,7 @@

If the authority has See Alsos in it you will see those broken out on the search results, clicking the linked headings will run a search for that heading instead.

-

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

+

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

[% 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 01c465e..ade6d76 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 @@ -2,9 +2,9 @@

Adding Authorities

-

To add a new authority record, choose the authority type from the 'New Authority' button.

+

To add a new authority record you can either choose the authority type from the 'New Authority' button or search another library by clicking the 'New from Z39.50' button.

-

The form that appears will allow you to enter all of the necessary details regarding your authority record.

+

If you choose to enter a new authority from scratch, the form that appears will allow you to enter all of the necessary details regarding your authority record.

To expand collapsed values simply click on the title and the subfields will appear. To duplicate a field or subfield just click the plus sign (+) to the right of the label. To use field helper plugins simply click the ellipsis (...) to the right of the field.

@@ -12,6 +12,12 @@

From there you can search your authority file for the authority to link. If you can't find the authority to link, you can click the 'Create new' button and add the necessary authority for the link. This plugin also allows for you to choose the link relationship between the authorities.

+

If you choose to search another library for the authority record you will be presented with a search box

+ +

From the results you can choose the 'Import' link to the right of the record you would like to add to Koha

+ +

You will then be presented with the form to edit the authority before saving it to your system

+

Editing Authorities

Authorities can be edited by clicking on the authority summary from the search results and then clicking the 'Edit' button above the record.

@@ -20,6 +26,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).

+

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

[% INCLUDE 'help-bottom.inc' %] 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 7eeb6bb..93318dd 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 @@ -14,6 +14,6 @@

If the authority has See Alsos in it you will see those broken out on the search results, clicking the linked headings will run a search for that heading instead.

-

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

+

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

[% INCLUDE 'help-bottom.inc' %] \ No newline at end of file -- 1.7.9.5