From 1af706cd43c9e15b9f15f68e7757689cb160f338 Mon Sep 17 00:00:00 2001 From: kados Date: Wed, 15 Mar 2006 05:15:52 +0000 Subject: [PATCH] adding information about new visibility feature to help file --- .../help/admin/marc_subfields_structure.tmpl | 27 ++++++++++++++++++- 1 file changed, 26 insertions(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/npl/en/help/admin/marc_subfields_structure.tmpl b/koha-tmpl/intranet-tmpl/npl/en/help/admin/marc_subfields_structure.tmpl index c90747140e..ad457897ce 100644 --- a/koha-tmpl/intranet-tmpl/npl/en/help/admin/marc_subfields_structure.tmpl +++ b/koha-tmpl/intranet-tmpl/npl/en/help/admin/marc_subfields_structure.tmpl @@ -16,7 +16,32 @@
  • Text for librarian : what appears before the subfield in the librarian interface
  • Text for OPAC : what appears before the field in the OPAC. If empty, the text for librarian is used instead
  • Managed in tab : deals with the tab where the subfield is shown. Ignore means that the subfield is not managed. All subfields of a given field must be in the same tab or ignored : 1st it's more logic, 2nd, Koha would be confused to repeat repeatable fields otherwise !!!
  • -
  • hidden : means that the field is managed, but NOT shown in opac. It's usually for internal fields
  • +
  • hidden : allows you to select from 19 possible visibility conditions, 17 of which are implemented. They are the following:
  • +
    +( ! means 'not visible' or in the case of Collapsed 'not +Collapsed') +

    + -9 => Flag
    + -8 => OPAC Intranet !Editor !Collapsed
    + -7 => OPAC Intranet !Editor Collapsed
    + -6 => OPAC !Intranet !Editor !Collapsed
    + -5 => OPAC !Intranet !Editor Collapsed
    + -4 => OPAC !Intranet Editor !Collapsed
    + -3 => OPAC !Intranet Editor Collapsed
    + -2 => OPAC Intranet Editor !Collapsed
    + -1 => OPAC Intranet Editor Collapsed
    + 0 => OPAC Intranet Editor !Collapsed
    + 1 => !OPAC Intranet Editor Collapsed
    + 2 => !OPAC !Intranet Editor !Collapsed
    + 3 => !OPAC !Intranet Editor Collapsed
    + 4 => !OPAC Intranet Editor !Collapsed
    + 5 => !OPAC !Intranet !Editor Collapsed
    + 6 => !OPAC Intranet !Editor !Collapsed
    + 7 => !OPAC Intranet !Editor Collapsed
    + 8 => !OPAC !Intranet !Editor !Collapsed
    + 9 => Future use
    +
    +
  • URL : if checked, the subfield is an URL, and can be clicked
  • Auth value : means the value is not free, but in the authorised value list of the selected type
  • thesaurus : means that the value is not free, but can be searched in authority/thesaurus of the selected category
  • -- 2.39.5