From 95df5461d1d795112cc4338749dacd813a305f9e Mon Sep 17 00:00:00 2001 From: tgarip1957 Date: Fri, 19 May 2006 17:30:07 +0000 Subject: [PATCH] Authority tables are modified to be compatible with new MARC frameworks. This change is part of Authority Linking & Zebra authorities. Requires change in Mysql database. It will break head unless all changes regarding this is implemented. This warning will take place on all commits regarding this --- .../en/admin/auth_subfields_structure.tmpl | 147 +++++++++--------- 1 file changed, 74 insertions(+), 73 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/admin/auth_subfields_structure.tmpl b/koha-tmpl/intranet-tmpl/prog/en/admin/auth_subfields_structure.tmpl index 26d618acaa..91c9b44e21 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/admin/auth_subfields_structure.tmpl +++ b/koha-tmpl/intranet-tmpl/prog/en/admin/auth_subfields_structure.tmpl @@ -4,53 +4,48 @@ - -

- - Edit subfields - -

+!-- TMPL_IF NAME="add_form" --> + +

+ Edit MARC subfields constraints +

" name="Aform" method="post"> " /> - - - - +
">

Tag , Subfield

+
-

Tag , Subfield

-

MARC constraints

-

- repeatable - mandatory -

-

- - " size="20" /> (example for 200a : '200c','200d','200e') -

-

Editor constaints

-

- - " size="40" maxlength="80" /> -

-

- - " size="40" maxlength="80" /> -

-

-

hidden (subfield is managed, but hidden. -should be filled by a plugin or thesaurus-)

-

URL (if checked, it means that the subfield is an URL and can be clicked

-

- - or thesaurus: - or plugin: -

-
+ + + + + +
MARC constraints
" name="seealso" value="" size="20" /> (example for 200a: '200c','200d','200e'...)
+ + + + + + + + + + + + +
Editor constaints
" type="text" name="liblibrarian" value="" size="40" maxlength="80" />
" name="libopac" value="" size="40" maxlength="80" />
(ignore means that the subfield is NOT managed by Koha)
Opac: Intranet: Editor: (see online help)
(if checked, it means that the subfield is an URL and can be clicked
(if checked, it means that the subfield is used for linking authorities
+
    +
  • Authorized Value:
  • +
  • Thesaurus:
  • +
  • Plugin:
  • +
+
+ - - +

Note: in the last column, you can choose:

@@ -59,31 +54,34 @@ -
-

- Subfield - -

- " method="post"> - - " /> - " /> - " /> - " /> -

CONFIRM DELETION

- - -
" method="post"> - " /> - -
+
+ + + + + + +
Confirm Deletion of Subfield ?
Subfield
Description
+
" method="post"> + " /> + " />" />" /> +
" method="post"> " /> " /> " /> " /> +
+ + + + Data deleted +
" method="post">"> + +
-

Authority MARC subfield structure admin for tag (framework )(default framework)

+

Authority MARC subfield structure admin for (authority: )

This screen shows the subfields associated with the selected tag. You can edit subfields or add a new one by clicking on edit.

+

The column Koha field shows that the subfield is linked with a Koha field. Koha can manage a MARC interface, and a Koha interface. This link ensures that both DB are synchronized

@@ -92,7 +90,7 @@ - + - +
Constraints Delete
@@ -105,28 +103,31 @@ subfield ignored - Managed, Repeatable, Not repeatable, + Tab:, + | Koha field: , + Repeatable, Not repeatable, Mandatory, Not mandatory, - see also : , + | See Also: , hidden, is an url, - Auth value :, - Plugin :, + | Auth value:, + | Authority:, + | Plugin:, + | Link:, - ">Delete - ">Delete
-Edit -&authtypecode="> - //images/2uparrow.png" width="32" hspace="0" vspace="0" border="0"> - -<< Previous +
" method="get">" />" />
" />" />
+ + //images/1leftarrow.png" title="previous" alt="previous" border="0" > + - Next >> + + //images/1rightarrow.png" title="next" alt="next" border="0" /> + -- 2.20.1