Bug 10671: Add missing authority merge help
authorNicole C. Engard <nengard@bywatersolutions.com>
Tue, 15 Oct 2013 18:56:08 +0000 (14:56 -0400)
committerGalen Charlton <gmc@esilibrary.com>
Mon, 28 Oct 2013 22:04:28 +0000 (22:04 +0000)
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 <bgkriegel@gmail.com>

There is help and link works

Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de>
Signed-off-by: Galen Charlton <gmc@esilibrary.com>

koha-tmpl/intranet-tmpl/prog/en/modules/help/authorities/merge.tt [new file with mode: 0644]

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 (file)
index 0000000..a917b93
--- /dev/null
@@ -0,0 +1,15 @@
+[% INCLUDE 'help-top.inc' %]
+
+<h1>Merge authorities</h1>
+
+<p>From this screen you can choose to merge two authority records.</p>
+
+<p>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.</p>
+
+<p>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.</p>
+
+<p>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.</p>
+
+<p><strong>See the full documentation for Merging authorities in the <a href="http://manual.koha-community.org/3.14/en/catauthorities.html#authoritymerge">manual</a> (online).</strong></p>
+
+[% INCLUDE 'help-bottom.inc' %]
\ No newline at end of file