Koha/koha-tmpl/intranet-tmpl/prog/en/modules/authorities
Galen Charlton c48da8131d bug 1909: add delete field/subfield button to MARC editor
A button to delete (non-mandatory) subfields and fields
is added to the bib and authority MARC editors.  This button,
which displays as a hypen or minus sign after the plus sign
to clone a field, acts as follows:

[1] When deleting a whole MARC field, if at least
    one other repeat of that field exists, deletes
    the field from the editor page.  If the field
    to be deleted is the last instance of that tag,
    the contents of the field are cleared, not removed.
    This allows one to delete all 650 tags, then
    add a new one without having to reload the
    record in the editor.

[2] When deleting a subfield, if at least one other
    repeat of that subfield and its tag occurs
    *anywhere else in the record, not necessarily in the same tag*,
    deletes the subfield.
    Otherwise, if the subfield is the last occurrence
    of that tag/subfield combination, clears the input
    form instead.

Documentation note: new screenshots for MARC editor, plus
description of the '-' button.

Credit to MJ Ray for introducing the '-' button
and the UnCloneField JavaScript function.

Signed-off-by: Andrew Moore <andrew.moore@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2008-07-08 12:31:30 -05:00
..
auth_finder.tmpl Markup corrections to cataloging pages; Fixes for Bugs 2166 (" Book Jackets Not Showing on My Summary"), 2194 ("No results for Authority Search Shows blank record"), and 2196 ("Extra comma being added to record display") 2008-06-17 08:31:09 -05:00
authorities-home.tmpl WARNING: Updates to Index Defs for Authorities 2008-01-03 00:28:40 -06:00
authorities.tmpl bug 1909: add delete field/subfield button to MARC editor 2008-07-08 12:31:30 -05:00
blinddetail-biblio-search.tmpl #1444: Porting marcEditor to authorities (tab management) 2007-10-09 19:01:59 -05:00
detail.tmpl Authorities detail page was missing toolbar, breadcrumbs. 2008-05-27 06:42:53 -05:00
searchresultlist-auth.tmpl bug 2278 - fix results pagination in auth_finder 2008-06-26 16:20:06 -05:00
searchresultlist.tmpl Removing redundant column. Fixes Bug 2202, "No need for View Column on Authority Search" 2008-06-17 08:31:58 -05:00