From fce7d9f9a9b27ccf3df8cf046baa55bd4433eaf2 Mon Sep 17 00:00:00 2001 From: oleonard Date: Wed, 8 Jun 2005 21:23:43 +0000 Subject: [PATCH] Synching with rel_2_2. --- .../npl/en/parameters/checkmarc.tmpl | 28 +++++++++++++ .../npl/en/parameters/marctagstructure.tmpl | 42 +++++++++++++++++-- 2 files changed, 67 insertions(+), 3 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/npl/en/parameters/checkmarc.tmpl b/koha-tmpl/intranet-tmpl/npl/en/parameters/checkmarc.tmpl index a8d800a19e..d9d2dd1175 100644 --- a/koha-tmpl/intranet-tmpl/npl/en/parameters/checkmarc.tmpl +++ b/koha-tmpl/intranet-tmpl/npl/en/parameters/checkmarc.tmpl @@ -40,6 +40,18 @@ + + + Item tag + There is more than 1 MARC tag related to items tab (10) : + + + + OK + Only 1 MARC tag mapped to items + + + itemtype NOT mapped @@ -96,6 +108,22 @@ biblionumber and biblioitemnumber mapped correctly + + + + framework values + there is a null value in a frameworkcode. Check the following tables
+
  • select * from marc_subfield_structure where frameworkcode is NULL
  • +
  • select * from marc_tag_structure where frameworkcode is NULL
  • +
  • select * from marc_biblio where frameworkcode is NULL
  • + + + + OK + no NULL value in frameworkcode + + + diff --git a/koha-tmpl/intranet-tmpl/npl/en/parameters/marctagstructure.tmpl b/koha-tmpl/intranet-tmpl/npl/en/parameters/marctagstructure.tmpl index fe1e60126e..474886c3df 100644 --- a/koha-tmpl/intranet-tmpl/npl/en/parameters/marctagstructure.tmpl +++ b/koha-tmpl/intranet-tmpl/npl/en/parameters/marctagstructure.tmpl @@ -118,7 +118,7 @@ -
    " method="post"> +" method="post"> "> +

    + checked="checked" onchange="this.form.submit();" /> +

    NOTE : if you change the link between a MARC subfield and a non-MARC field, ask your administrator to run misc/rebuildnonmarc.pl script.

    @@ -142,6 +145,33 @@ Subfields Edit Delete + + + + + + + YesNo + YesNo + + " class="button">subfields + ">Edit + ">Delete + + + +   + + + +

    Tab: | $ + , repeatable, Mandatory, See , , , +

    + + + + + @@ -154,9 +184,10 @@ ">Delete +
    - ?offset=&searchfield="><< Previous + ?offset=&searchfield=&frameworkcode=&select_display=True"><< Previous
    " method="post"> " method="post"> @@ -165,8 +196,13 @@
    - ?offset=&searchfield=">Next >> + ?offset=&searchfield=&frameworkcode=&select_display=True">Next >>
    + -- 2.39.2