Bug 16273: Add the new pref PatronSelfRegistrationPrefillForm
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / admin / preferences / cataloguing.pref
index 1b8cce5..02d8728 100644 (file)
@@ -109,10 +109,26 @@ Cataloging:
             - pref: UNIMARCField100Language
               class: short
             - as default language in the UNIMARC field 100 when creating a new record or in the field plugin.
+        -
+            - Define a list of subfields for which editing is authorized when edit_items_restricted permission is enabled, separated by spaces.
+            - pref: SubfieldsToAllowForRestrictedEditing
+            - 'Examples:'
+            - 'UNIMARC: "995$f 995$h 995$j"'
+            - 'MARC21: "952$a 952$b 952$c"'
+            - Note that the FA framework is excluded from the permission.
+            - If the pref is empty, no fields are restricted.
+        -
+            - Define a list of subfields for which editing is authorized when items_batchmod_restricted permission is enabled, separated by spaces.
+            - pref: SubfieldsToAllowForRestrictedBatchmod
+            - 'Examples:'
+            - 'UNIMARC: "995$f 995$h 995$j"'
+            - 'MARC21: "952$a 952$b 952$c"'
+            - Note that the FA framework is excluded from the permission.
+            - If the pref is empty, no fields are restricted.
     Display:
         -
             - 'Separate multiple displayed authors, series or subjects with '
-            - pref: authoritysep
+            - pref: AuthoritySeparator
               class: short
             - '.'
         -
@@ -146,7 +162,7 @@ Cataloging:
                   labeled_marc: Labelled MARC form
                   isbd: ISBD form (see below).
         -
-            - "Use the following as the ISBD template:"
+            - "Use the following as the staff ISBD template:"
             - pref: ISBD
               type: textarea
               class: code
@@ -155,7 +171,7 @@ Cataloging:
               choices:
                   yes: Hide
                   no: "Don't hide"
-            - items marked as suppressed from OPAC search results. Note that you must have the <code>Suppress</code> index set up in Zebra and at least one suppressed item, or your searches will be broken.
+            - items marked as suppressed from OPAC search results.
             - <br />Restrict the suppression to IP adresses outside of the IP range
             - pref: OpacSuppressionByIPRange
               class: short
@@ -191,6 +207,15 @@ Cataloging:
                   yes: Display
                   no: "Don't display"
             - acquisition details on the biblio detail page.
+        -
+            - pref: MergeReportFields
+            - "fields to display for deleted records after merge"
+            - "<br />example: '001,245ab,600'"
+            - "displays:"
+            - "<ul>"
+            - "<li>value of 001</li>"
+            - "<li>subfields a and b of fields 245</li>"
+            - "<li>all subfields of fields 600</li>"
     Importing:
         -
             - When matching on ISBN with the record import tool,
@@ -199,3 +224,26 @@ Cataloging:
                   yes: "do"
                   no: "don't"
             - attempt to match aggressively by trying all variations of the ISBNs in the imported record as a phrase in the ISBN fields of already cataloged records.  Note that this preference has no effect if UseQueryParser is on.
+    Exporting:
+        -
+            - Include following fields when exporting BibTeX,
+            - pref: BibtexExportAdditionalFields
+              type: textarea
+            - "Use one line per tag in the format BT_TAG: TAG$SUBFIELD ( e.g. lccn: 010$a )"
+            - "<br/>"
+            - "To specificy multiple marc tags/subfields as targets for a repeating BibTex tag, use the following format: BT_TAG: [TAG2$SUBFIELD1, TAG2$SUBFIELD2] ( e.g. notes: [501$a, 505$g] )"
+            - "<br/>"
+            - "All values of repeating tags and subfields will be printed with the given BibTeX tag."
+            - "<br/>"
+            - "Use '@' ( with quotes ) as the BT_TAG to replace the bibtex record type with a field value of your choosing."
+        -
+            - Include following fields when exporting RIS,
+            - pref: RisExportAdditionalFields
+              type: textarea
+            - "Use one line per tag in the format RIS_TAG: TAG$SUBFIELD ( e.g. LC: 010$a )"
+            - "<br/>"
+            - "To specificy multiple marc tags/subfields as targets for a repeating RIS tag, use the following format: RIS_TAG: [TAG2$SUBFIELD1, TAG2$SUBFIELD2] ( e.g. NT: [501$a, 505$g] )"
+            - "<br/>"
+            - "All values of repeating tags and subfields will be printed with the given RIS tag."
+            - "<br/>"
+            - "Use of TY ( record type ) as a key will <i>replace</i> the default TY with the field value of your choosing."