From 25dc0a8e7bfe3b2397bcaecf4b61a98e7fafabc2 Mon Sep 17 00:00:00 2001 From: paul Date: Thu, 20 Dec 2007 18:26:57 +0100 Subject: [PATCH] adding tab management for auth-subfield, like the one we have for biblio_subfield Signed-off-by: Joshua Ferraro --- .../admin/auth_subfields_structure.tmpl | 97 +++++++++++++------ 1 file changed, 68 insertions(+), 29 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/auth_subfields_structure.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/auth_subfields_structure.tmpl index 1571a85eca..1ff63664dd 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/auth_subfields_structure.tmpl +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/auth_subfields_structure.tmpl @@ -1,6 +1,26 @@ Koha › Administration › Authority MARC subfield structure + @@ -17,42 +37,61 @@

- Edit MARC subfields constraints + Edit MARC subfields constraints for field authority

" name="Aform" method="post"> + " /> " /> +
">Cancel
+
+ + -
"> -
- Tag , Subfield -
  1.  
  2. -
  3.  
  4. -
  5. " type="text" name="liblibrarian" value="" size="40" maxlength="80" />
  6. -
  7. " name="libopac" value="" size="40" maxlength="80" />
  8. -
  9. (ignore means that the subfield does not display in the record editor)
  10. -
  11. Display -
      -
    1. -
    2. -
    3. (see online help)
    4. -
  12. -
  13. (if checked, it means that the subfield is a URL and can be clicked)
  14. -
  15. Help input -
      -
    1. -
    2. -
    3. -
+
field"> +
    + " /> +
  1.  
  2. +
  3.  
  4. +
  5. " type="text" name="liblibrarian" value="" size="40" maxlength="80" />
  6. +
  7. " name="libopac" value="" size="40" maxlength="80" />
  8. +
  9. (ignore means that the subfield does not display in the record editor)
  10. +
  11. +
    + Display +
      +
    1. +
    2. +
    3. (see online help)
    4. +
    +
    +
  12. +
  13. (if checked, it means that the subfield is a URL and can be clicked)
  14. +
  15. +
    Help input +
      +
    1. +
    2. +
    3. +
    +
    +
  16. +
-
">Cancel
-

Note: in the last column, you can choose: -

  • An "authorised value": it refers to a list of authorised values for this subfield. See the corresponding admin table.
  • -
  • A "thesaurus category": it refers to a thesaurus category. See the corresponding admin table.
  • -
  • A "value builder": values builders are perl programs that help you select the value of the field. They are MARC-flavor dependant and sometimes fill another subfield automatically.
  • -
-

+
-- 2.39.2