[% INCLUDE 'doc-head-open.inc' %] Koha › Administration › MARC frameworks [% IF op == 'add_form' %] › [% IF framework %]Modify framework text[% ELSE %]Add framework[% END %] [% ELSIF op == 'delete_confirm' %] › Delete framework for [% framework.frameworktext %] ([% framework.frameworkcode %])? [% END %] [% INCLUDE 'doc-head-close.inc' %] [% INCLUDE 'datatables.inc' %] [% INCLUDE 'header.inc' %] [% INCLUDE 'cat-search.inc' %]
[% FOR m IN messages %]
[% SWITCH m.code %] [% CASE 'error_on_update' %] An error occurred when updating this framework. Perhaps it already exists. [% CASE 'error_on_insert' %] An error occurred when adding this framework. The framework might already exist. [% CASE 'error_on_delete' %] An error occurred when deleting this framework. Check the logs. [% CASE 'success_on_update' %] Framework updated successfully. [% CASE 'success_on_insert' %] Framework added successfully. [% CASE 'success_on_delete' %] Framework deleted successfully. [% CASE 'already_exists' %] This framework code already exists. [% CASE %] [% m.code %] [% END %]
[% END %] [% IF op == 'list'%] [% END %] [% IF op == 'add_form' %]

[% IF framework %]Modify framework text[% ELSE %]Add framework[% END %]

    [% IF framework %]
  1. Framework code: [% framework.frameworkcode %]
  2. [% ELSE %]
  3. Required
  4. [% END %]
  5. Required
[% END %] [% IF op == 'delete_confirm' %]
[% IF biblios_use_this_framework %]

This framework cannot be deleted

[% framework.frameworktext %] ([% framework.frameworkcode %])

The framework is used [% biblios_use_this_framework %] times.

[% ELSE %]

Delete framework for [% framework.frameworktext %] ([% framework.frameworkcode %])?

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

MARC frameworks

Framework name, then go to MARC biblio to set MARC editor parameters

[% FOREACH loo IN frameworks %] [% END %]
Code Description  
  Default framework
[% loo.frameworkcode %] [% loo.frameworktext %]
[% END %]
[% INCLUDE 'admin-menu.inc' %]
[% INCLUDE 'intranet-bottom.inc' %]