From 9856f42feaeaae126136ddca106818a14bb3d639 Mon Sep 17 00:00:00 2001 From: "Nicole C. Engard" Date: Tue, 15 Oct 2013 14:56:08 -0400 Subject: [PATCH] [PASSED QA] Bug 10671: Add missing authority merge help Test after 10/23 (when the manual link will work) Visit authorities Start a merge Click help on during the merge process Be sure that help is there and link works. Signed-off-by: Bernardo Gonzalez Kriegel There is help and link works Signed-off-by: Katrin Fischer --- .../prog/en/modules/help/authorities/merge.tt | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 koha-tmpl/intranet-tmpl/prog/en/modules/help/authorities/merge.tt diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/authorities/merge.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/authorities/merge.tt new file mode 100644 index 0000000..a917b93 --- /dev/null +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/help/authorities/merge.tt @@ -0,0 +1,15 @@ +[% INCLUDE 'help-top.inc' %] + +

Merge authorities

+ +

From this screen you can choose to merge two authority records.

+ +

First you will be asked which of the two records you would like to keep as your primary record and which will be deleted after the merge.

+ +

You will be presented with the MARC for both of the records (each accessible by tabs labeled with the authority numbers for those records). By default the entire first record will be selected, uncheck the fields you don't want in the final (destination) record and then move on to the second tab to choose which fields should be in the final (destination) record.

+ +

Once you have completed your selections click the 'merge' button. The primary record will now contain the data you chose for it and the second record will be deleted.

+ +

See the full documentation for Merging authorities in the manual (online).

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