View | Details | Raw Unified | Return to bug 39565
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/opac.pref (-24 / +23 lines)
Lines 579-584 OPAC: Link Here
579
                  1: "Don't allow"
579
                  1: "Don't allow"
580
                  0: Allow
580
                  0: Allow
581
            - "OPAC users to email lists via a 'Send list' button."
581
            - "OPAC users to email lists via a 'Send list' button."
582
        -
583
            - pref: OPACVirtualCard
584
              choices:
585
                  1: Allow
586
                  0: "Don't allow"
587
            - patrons to access the 'My virtual card' tab on their account page on the OPAC.
588
            - "If set to allow, show a "
589
            - pref: OPACVirtualCardBarcode
590
              default: code39
591
              choices:
592
                  code39: "CODE39"
593
                  code128: "CODE128"
594
                  ean13: "EAN-13"
595
                  upca: "UPC-A"
596
                  upce: "UPC-E"
597
                  ean8: "EAN-8"
598
                  itf14: "ITF-14"
599
                  qrcode: "QR Code"
600
                  matrix2of5: "Matrix 2 of 5"
601
                  industrial2of5: "Industrial 2 of 5"
602
                  iata2of5: "IATA 2 of 5"
603
                  coop2of5: "COOP 2 of 5"
604
            - " barcode in the patron's virtual card."
582
    OpenURL:
605
    OpenURL:
583
        -
606
        -
584
            - 'Complete URL of OpenURL resolver (starting with <code>http://</code> or <code>https://</code>):'
607
            - 'Complete URL of OpenURL resolver (starting with <code>http://</code> or <code>https://</code>):'
Lines 933-961 OPAC: Link Here
933
                  1: Show
956
                  1: Show
934
                  0: "Don't show"
957
                  0: "Don't show"
935
            - purchase suggestions from other patrons on the OPAC.
958
            - purchase suggestions from other patrons on the OPAC.
936
        -
937
            - pref: OPACVirtualCard
938
              choices:
939
                  1: Allow
940
                  0: "Don't allow"
941
            - patrons to access the 'My virtual card' tab on their account page on the OPAC.
942
            - "If set to allow, show a "
943
            - pref: OPACVirtualCardBarcode
944
              default: code39
945
              choices:
946
                  code39: "CODE39"
947
                  code128: "CODE128"
948
                  ean13: "EAN-13"
949
                  upca: "UPC-A"
950
                  upce: "UPC-E"
951
                  ean8: "EAN-8"
952
                  itf14: "ITF-14"
953
                  qrcode: "QR Code"
954
                  matrix2of5: "Matrix 2 of 5"
955
                  industrial2of5: "Industrial 2 of 5"
956
                  iata2of5: "IATA 2 of 5"
957
                  coop2of5: "COOP 2 of 5"
958
            - " barcode in the patron's virtual card."
959
        -
959
        -
960
            - "Fields that should be mandatory for patron purchase suggestions:"
960
            - "Fields that should be mandatory for patron purchase suggestions:"
961
            - pref: OPACSuggestionMandatoryFields
961
            - pref: OPACSuggestionMandatoryFields
962
- 

Return to bug 39565