[% SET footerjs = 1 %] [% INCLUDE 'doc-head-open.inc' %] Koha › Administration › Authority types [% IF op == 'add_form' %] › [% IF authority_type.authtypecode.defined %]Modify authority type[% ELSE %]New authority type[% END %] [% ELSIF op == 'delete_confirm' %] › Confirm deletion of authority type [% END %] [% INCLUDE 'doc-head-close.inc' %] [% INCLUDE 'header.inc' %] [% INCLUDE 'prefs-admin-search.inc' %]
[% FOR m IN messages %]
[% SWITCH m.code %] [% CASE 'error_on_update' %] An error occurred when updating this authority type. Perhaps it already exists. [% CASE 'error_on_insert' %] An error occurred when adding this authority type. The authority type code might already exist. [% CASE 'error_on_delete' %] An error occurred when deleting this authority type. Check the logs. [% CASE 'success_on_update' %] Authority type updated successfully. [% CASE 'success_on_insert' %] Authority type added successfully. [% CASE 'success_on_delete' %] Authority type deleted successfully. [% CASE %] [% m.code %] [% END %]
[% END %] [% IF op == 'add_form' %]
[% IF authority_type.authtypecode.defined %] Modify authority type [% ELSE %] New authority type [% END %]
  1. [% IF authority_type.authtypecode.defined %] Authority type [% authority_type.authtypecode %] [% ELSE %] Required [% END %]
  2. Required
  3. Note: for 'Authority field to copy', enter the authority field that should be copied from the authority record to the bibliographic record. E.g., in MARC21, field 100 in the authority record should be copied to field 100 in the bibliographic record

    [% IF authority_type.authtypecode.defined %] [% END %]
Cancel
[% END %] [% IF op == 'delete_confirm' %]
[% IF authorities_using_it %]

This authority type cannot be deleted

This record is used [% authorities_using_it %] times

Back to the list [% ELSE %]

Confirm deletion of authority structure definition for '[% authority_type.authtypetext %]' ([% authority_type.authtypecode %])

[% END %]
[% END %] [% IF op == 'list' %]

Authority types

Define authority types, then authority MARC structure in the same way you define itemtypes and biblio MARC tag structure. Authority values are managed through plugins

[% FOREACH authority_type IN authority_types %] [% END %]
Code Description Summary Auth field copied  
[% authority_type.authtypecode %] [% authority_type.authtypetext |html %] [% authority_type.summary |html %] [% authority_type.auth_tag_to_report %]
[% END %]
[% INCLUDE 'admin-menu.inc' %]
[% MACRO jsinclude BLOCK %] [% INCLUDE 'datatables.inc' %] [% END %] [% INCLUDE 'intranet-bottom.inc' %]