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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/about.tt (-50 / +254 lines)
Lines 546-611 Link Here
546
                        <tr>
546
                        <tr>
547
                            <th scope="row"><strong>Warning</strong> </th>
547
                            <th scope="row"><strong>Warning</strong> </th>
548
                            <td>
548
                            <td>
549
                                System preference
549
                                [% IF (UserHasSysPrefsPerm) %]
550
                                [% IF (UserHasSysPrefsPerm) %]
550
                                    System preference '
551
                                    '<a href="admin/preferences.pl?op=search&searchfield=RequireChoosingExistingAuthority&ok=Search">RequireChoosingExistingAuthority</a>'
551
                                    <a href="admin/preferences.pl?op=search&searchfield=RequireChoosingExistingAuthority&ok=Search">RequireChoosingExistingAuthority</a>' is disabled, but needs '
552
                                    <a href="admin/preferences.pl?op=search&searchfield=AutoCreateAuthorities&ok=Search">AutoCreateAuthorities</a>' enabled. Otherwise catalogers can add headings that will not be linked to authorities.
553
                                [% ELSE %]
552
                                [% ELSE %]
554
                                    System preference 'RequireChoosingExistingAuthority' is disabled, but needs 'AutoCreateAuthorities' enabled. Otherwise catalogers can add headings that will not be linked to authorities.
553
                                    'RequireChoosingExistingAuthority'
555
                                [% END %]
554
                                [% END %]
555
                                is disabled, but needs
556
                                [% IF (UserHasSysPrefsPerm) %]
557
                                    <a href="admin/preferences.pl?op=search&searchfield=AutoCreateAuthorities&ok=Search">AutoCreateAuthorities</a>
558
                                [% ELSE %]
559
                                    AutoCreateAuthorities
560
                                [% END %]
561
                                enabled. Otherwise catalogers can add headings that will not be linked to authorities.
556
                            </td>
562
                            </td>
557
                        </tr>
563
                        </tr>
558
                    [% END %]
564
                    [% END %]
559
                    [% IF (warnPrefEasyAnalyticalRecords) %]
565
                    [% IF (warnPrefEasyAnalyticalRecords) %]
560
                        <tr>
566
                        <tr>
561
                            <th scope="row"><strong>Warning</strong> </th>
567
                            <th scope="row"><strong>Warning</strong> </th>
562
                            <td
568
                            <td>
563
                                >System preference 'EasyAnalyticalRecords' set, but UseControlNumber preference is set to 'Use'. Set it to 'Don't use' or else the 'Show analytics' links in the staff interface and the OPAC will be
569
                                System preference
564
                                broken.</td
570
                                [% IF (UserHasSysPrefsPerm) %]
565
                            >
571
                                    '<a href="admin/preferences.pl?op=search&searchfield=EasyAnalyticalRecords&ok=Search">EasyAnalyticalRecords</a>'
572
                                [% ELSE %]
573
                                    'EasyAnalyticalRecords'
574
                                [% END %]
575
                                set, but
576
                                [% IF (UserHasSysPrefsPerm) %]
577
                                    <a href="admin/preferences.pl?op=search&searchfield=UseControlNumber&ok=Search">UseControlNumber</a>
578
                                [% ELSE %]
579
                                    UseControlNumber
580
                                [% END %]
581
                                preference is set to 'Use'. Set it to 'Don't use' or else the 'Show analytics' links in the staff interface and the OPAC will be broken.
582
                            </td>
566
                        </tr>
583
                        </tr>
567
                    [% END %]
584
                    [% END %]
568
                    [% IF warnPrefAnonymousPatronOPACPrivacy %]
585
                    [% IF warnPrefAnonymousPatronOPACPrivacy %]
569
                        <tr>
586
                        <tr>
570
                            <th scope="row"><strong class="error">Error</strong> </th>
587
                            <th scope="row"><strong class="error">Error</strong> </th>
571
                            <td>System preference 'OPACPrivacy' set, but AnonymousPatron preference is set to '0'. Set it to a valid borrower number or checkins for these patrons will fail.</td>
588
                            <td>
589
                                System preference
590
                                [% IF (UserHasSysPrefsPerm) %]
591
                                    '<a href="admin/preferences.pl?op=search&searchfield=OPACPrivacy&ok=Search">OPACPrivacy</a>'
592
                                [% ELSE %]
593
                                    'OPACPrivacy'
594
                                [% END %]
595
                                set, but
596
                                [% IF (UserHasSysPrefsPerm) %]
597
                                    <a href="admin/preferences.pl?op=search&searchfield=AnonymousPatron&ok=Search">AnonymousPatron</a>
598
                                [% ELSE %]
599
                                    AnonymousPatron
600
                                [% END %]
601
                                preference is set to '0'. Set it to a valid borrower number or checkins for these patrons will fail.
602
                            </td>
572
                        </tr>
603
                        </tr>
573
                    [% END %]
604
                    [% END %]
574
                    [% IF warnPrefAnonymousPatronAnonSuggestions %]
605
                    [% IF warnPrefAnonymousPatronAnonSuggestions %]
575
                        <tr>
606
                        <tr>
576
                            <th scope="row"><strong>Warning</strong> </th>
607
                            <th scope="row"><strong>Warning</strong> </th>
577
                            <td>System preference 'AnonSuggestions' set, but AnonymousPatron preference is set to '0'. Set it to a valid borrower number if you want that this feature works correctly.</td>
608
                            <td>
609
                                System preference
610
                                [% IF (UserHasSysPrefsPerm) %]
611
                                    '<a href="admin/preferences.pl?op=search&searchfield=AnonSuggestions&ok=Search">AnonSuggestions</a>'
612
                                [% ELSE %]
613
                                    'AnonSuggestions'
614
                                [% END %]
615
                                set, but
616
                                [% IF (UserHasSysPrefsPerm) %]
617
                                    <a href="admin/preferences.pl?op=search&searchfield=AnonymousPatron&ok=Search">AnonymousPatron</a>
618
                                [% ELSE %]
619
                                    AnonymousPatron
620
                                [% END %]
621
                                preference is set to '0'. Set it to a valid borrower number if you want that this feature works correctly.
622
                            </td>
578
                        </tr>
623
                        </tr>
579
                    [% END %]
624
                    [% END %]
580
                    [% IF warnPrefAnonymousPatronOPACPrivacy_PatronDoesNotExist %]
625
                    [% IF warnPrefAnonymousPatronOPACPrivacy_PatronDoesNotExist || 1 %]
581
                        <tr>
626
                        <tr>
582
                            <th scope="row"><strong class="error">Error</strong> </th>
627
                            <th scope="row"><strong class="error">Error</strong> </th>
583
                            <td>Some patrons have requested privacy after their items are checked in, but the AnonymousPatron preference is not set correctly. Set it to a valid borrower number or checkins for these patrons will fail.</td>
628
                            <td>
629
                                Some patrons have requested privacy after their items are checked in, but the
630
                                [% IF (UserHasSysPrefsPerm) %]
631
                                    <a href="admin/preferences.pl?op=search&searchfield=AnonymousPatron&ok=Search">AnonymousPatron</a>
632
                                [% ELSE %]
633
                                    AnonymousPatron
634
                                [% END %]
635
                                preference is not set correctly. Set it to a valid borrower number or checkins for these patrons will fail.
636
                            </td>
584
                        </tr>
637
                        </tr>
585
                    [% END %]
638
                    [% END %]
586
                    [% IF warnPrefAnonymousPatronAnonSuggestions_PatronDoesNotExist %]
639
                    [% IF warnPrefAnonymousPatronAnonSuggestions_PatronDoesNotExist || 1 %]
587
                        <tr>
640
                        <tr>
588
                            <th scope="row"><strong>Warning</strong> </th>
641
                            <th scope="row"><strong>Warning</strong> </th>
589
                            <td>System preference 'AnonSuggestions' set, but AnonymousPatron preference is not set correctly. Set it to a valid borrower number if you want that this feature works correctly.</td>
642
                            <td>
643
                                System preference
644
                                [% IF (UserHasSysPrefsPerm) %]
645
                                    '<a href="admin/preferences.pl?op=search&searchfield=AnonSuggestions&ok=Search">AnonSuggestions</a>'
646
                                [% ELSE %]
647
                                    'AnonSuggestions'
648
                                [% END %]
649
                                set, but
650
                                [% IF (UserHasSysPrefsPerm) %]
651
                                    <a href="admin/preferences.pl?op=search&searchfield=AnonymousPatron&ok=Search">AnonymousPatron</a>
652
                                [% ELSE %]
653
                                    AnonymousPatron
654
                                [% END %]
655
                                preference is not set correctly. Set it to a valid borrower number if you want that this feature works correctly.</td
656
                            >
590
                        </tr>
657
                        </tr>
591
                    [% END %]
658
                    [% END %]
592
                    [% IF warnPrefKohaAdminEmailAddress %]
659
                    [% IF warnPrefKohaAdminEmailAddress %]
593
                        <tr>
660
                        <tr>
594
                            <th scope="row"><strong>Warning</strong> </th>
661
                            <th scope="row"><strong>Warning</strong> </th>
595
                            <td>System preference 'KohaAdminEmailAddress' does not contain a valid email address. Emails will not be sent.</td>
662
                            <td>
663
                                System preference
664
                                [% IF (UserHasSysPrefsPerm) %]
665
                                    '<a href="admin/preferences.pl?op=search&searchfield=KohaAdminEmailAddress&ok=Search">KohaAdminEmailAddress</a>'
666
                                [% ELSE %]
667
                                    'KohaAdminEmailAddress'
668
                                [% END %]
669
                                does not contain a valid email address. Emails will not be sent.
670
                            </td>
596
                        </tr>
671
                        </tr>
597
                    [% END %]
672
                    [% END %]
598
                    [% IF warnPrefOpacHiddenItems %]
673
                    [% IF warnPrefOpacHiddenItems || 1 %]
599
                        <tr>
674
                        <tr>
600
                            <th scope="row"><strong>Warning</strong> </th>
675
                            <th scope="row"><strong>Warning</strong> </th>
601
                            <td>System preference 'OpacHiddenItems' generates a warning and will produce unexpected behaviors: [% warnPrefOpacHiddenItems | html %]</td>
676
                            <td>
677
                                System preference
678
                                [% IF (UserHasSysPrefsPerm) %]
679
                                    '<a href="admin/preferences.pl?op=search&searchfield=OpacHiddenItems&ok=Search">OpacHiddenItems</a>'
680
                                [% ELSE %]
681
                                    'OpacHiddenItems'
682
                                [% END %]
683
                                generates a warning and will produce unexpected behaviors: [% warnPrefOpacHiddenItems | html %]
684
                            </td>
602
                        </tr>
685
                        </tr>
603
                    [% END %]
686
                    [% END %]
604
                    [% IF warnPrefPatronSelfRegistrationDefaultCategory %]
687
                    [% IF warnPrefPatronSelfRegistrationDefaultCategory %]
605
                        <tr
688
                        <tr>
606
                            ><th scope="row"><strong>Warning</strong> </th
689
                            <th scope="row"><strong>Warning</strong> </th>
607
                            ><td>System preference 'PatronSelfRegistration' is set, but 'PatronSelfRegistrationDefaultCategory' does not contain a valid patron category code. Patron self-registration is disabled.</td></tr
690
                            <td>
608
                        >
691
                                System preference
692
                                [% IF (UserHasSysPrefsPerm) %]
693
                                    '<a href="admin/preferences.pl?op=search&searchfield=PatronSelfRegistration&ok=Search">PatronSelfRegistration</a>'
694
                                [% ELSE %]
695
                                    'PatronSelfRegistration'
696
                                [% END %]
697
                                is set, but
698
                                [% IF (UserHasSysPrefsPerm) %]
699
                                    '<a href="admin/preferences.pl?op=search&searchfield=PatronSelfRegistrationDefaultCategory&ok=Search">PatronSelfRegistrationDefaultCategory</a>'
700
                                [% ELSE %]
701
                                    'PatronSelfRegistrationDefaultCategory'
702
                                [% END %]
703
                                does not contain a valid patron category code. Patron self-registration is disabled.
704
                            </td>
705
                        </tr>
609
                    [% END %]
706
                    [% END %]
610
                    [% IF warnXSLT %]
707
                    [% IF warnXSLT %]
611
                        [% FOR p IN warnXSLT %]
708
                        [% FOR p IN warnXSLT %]
Lines 619-628 Link Here
619
                        [% FOR p IN invalid_yesno %]
716
                        [% FOR p IN invalid_yesno %]
620
                            <tr>
717
                            <tr>
621
                                <th scope="row"><strong>Warning</strong> </th>
718
                                <th scope="row"><strong>Warning</strong> </th>
622
                                <td
719
                                <td>
623
                                    >System preference '<a href="admin/preferences.pl?tab=&op=search&searchfield=[% p.variable | uri %]">[% p.variable | html %]</a>' must be '0' or '1', but is
720
                                    System preference
624
                                    [% IF p.value.defined %]'[% p.value | html %]'[% ELSE %]NULL[% END %].</td
721
                                    [% IF (UserHasSysPrefsPerm) %]
625
                                >
722
                                        '<a href="admin/preferences.pl?tab=&op=search&searchfield=[% p.variable | uri %]">[% p.variable | html %]</a>'
723
                                    [% ELSE %]
724
                                        '[% p.variable | html %]'
725
                                    [% END %]
726
                                    must be '0' or '1', but is [% IF p.value.defined %]'[% p.value | html %]'[% ELSE %]NULL[% END %].
727
                                </td>
626
                            </tr>
728
                            </tr>
627
                        [% END %]
729
                        [% END %]
628
                    [% END %]
730
                    [% END %]
Lines 632-641 Link Here
632
                            <td>No active currency is defined. Please go to <a href="/cgi-bin/koha/admin/currency.pl">Administration &gt; Currencies and exchange rates</a> and mark one currency as active.</td>
734
                            <td>No active currency is defined. Please go to <a href="/cgi-bin/koha/admin/currency.pl">Administration &gt; Currencies and exchange rates</a> and mark one currency as active.</td>
633
                        </tr>
735
                        </tr>
634
                    [% END %]
736
                    [% END %]
635
                    [% IF warnStatisticsFieldsError %]
737
                    [% IF warnStatisticsFieldsError || 1 %]
636
                        <tr>
738
                        <tr>
637
                            <th scope="row"><strong>Warning</strong> </th>
739
                            <th scope="row"><strong>Warning</strong> </th>
638
                            <td>System preference 'StatisticsFields' contains field names not belonging to the items database table: [% warnStatisticsFieldsError | html %] </td>
740
                            <td>
741
                                System preference
742
                                [% IF (UserHasSysPrefsPerm) %]
743
                                    '<a href="admin/preferences.pl?op=search&searchfield=StatisticsFields&ok=Search">StatisticsFields</a>'
744
                                [% ELSE %]
745
                                    'StatisticsFields'
746
                                [% END %]
747
                                contains field names not belonging to the items database table: [% warnStatisticsFieldsError | html %]
748
                            </td>
639
                        </tr>
749
                        </tr>
640
                    [% END %]
750
                    [% END %]
641
                    [% IF AutoSelfCheckPatronDoesNotHaveSelfCheckPerm %]
751
                    [% IF AutoSelfCheckPatronDoesNotHaveSelfCheckPerm %]
Lines 662-715 Link Here
662
                            <td> The PO directory has not been found. See <a href="https://wiki.koha-community.org/wiki/Translation_files">the dedicated wiki page</a> for more information. </td>
772
                            <td> The PO directory has not been found. See <a href="https://wiki.koha-community.org/wiki/Translation_files">the dedicated wiki page</a> for more information. </td>
663
                        </tr>
773
                        </tr>
664
                    [% END %]
774
                    [% END %]
665
                    [% IF warnPassChangeNoticeMissing %]
775
                    [% IF warnPassChangeNoticeMissing || 1 %]
666
                        <tr>
776
                        <tr>
667
                            <th scope="row"><strong>Warning</strong> </th>
777
                            <th scope="row"><strong>Warning</strong> </th>
668
                            <td
778
                            <td>
669
                                >System preference 'NotifyPasswordChange' is enabled, but the PASSWORD_CHANGE notice template is missing. Patrons will not be notified about password changes. Please create the PASSWORD_CHANGE notice template
779
                                System preference
670
                                in <a href="/cgi-bin/koha/tools/letter.pl">Tools &gt; Notices and slips</a>.</td
780
                                [% IF (UserHasSysPrefsPerm) %]
671
                            >
781
                                    '<a href="admin/preferences.pl?op=search&searchfield=NotifyPasswordChange&ok=Search">NotifyPasswordChange</a>'
782
                                [% ELSE %]
783
                                    'NotifyPasswordChange'
784
                                [% END %]
785
                                is enabled, but the PASSWORD_CHANGE notice template is missing. Patrons will not be notified about password changes. Please create the PASSWORD_CHANGE notice template in
786
                                <a href="/cgi-bin/koha/tools/letter.pl">Tools &gt; Notices and slips</a>.
787
                            </td>
672
                        </tr>
788
                        </tr>
673
                    [% END %]
789
                    [% END %]
674
                    [% IF warnILLConfiguration %]
790
                    [% IF warnILLConfiguration || 1 %]
675
                        [% IF no_ill_backends %]
791
                        [% IF no_ill_backends || 1 %]
676
                            <tr>
792
                            <tr>
677
                                <th scope="row"><strong>Warning</strong> </th>
793
                                <th scope="row"><strong>Warning</strong> </th>
678
                                <td> The ILL module is enabled, but there are no backends available. </td>
794
                                <td>
795
                                    The
796
                                    [% IF (UserHasSysPrefsPerm) %]
797
                                        <a href="admin/preferences.pl?op=search&searchfield=ILLModule&ok=Search">ILL module</a>
798
                                    [% ELSE %]
799
                                        ILL module
800
                                    [% END %]
801
                                    is enabled, but there are no backends available.
802
                                </td>
679
                            </tr>
803
                            </tr>
680
                        [% END %]
804
                        [% END %]
681
                        [% IF ill_partner_code_not_defined %]
805
                        [% IF ill_partner_code_not_defined %]
682
                            <tr>
806
                            <tr>
683
                                <th scope="row"><strong>Warning</strong> </th>
807
                                <th scope="row"><strong>Warning</strong> </th>
684
                                <td> The ILL module is enabled, but ILLPartnerCode system preference is empty. Falling back to the hardcoded 'IL'. </td>
808
                                <td>
809
                                    The
810
                                    [% IF (UserHasSysPrefsPerm) %]
811
                                        <a href="admin/preferences.pl?op=search&searchfield=ILLModule&ok=Search">ILL module</a>
812
                                    [% ELSE %]
813
                                        ILL module
814
                                    [% END %]
815
                                    is enabled, but
816
                                    [% IF (UserHasSysPrefsPerm) %]
817
                                        <a href="admin/preferences.pl?op=search&searchfield=ILLPartnerCode&ok=Search">ILLPartnerCode</a>
818
                                    [% ELSE %]
819
                                        ILLPartnerCode
820
                                    [% END %]
821
                                    system preference is empty. Falling back to the hardcoded 'IL'.
822
                                </td>
685
                            </tr>
823
                            </tr>
686
                        [% END %]
824
                        [% END %]
687
                        [% IF ill_partner_code_no_patrons %]
825
                        [% IF ill_partner_code_no_patrons || 1 %]
688
                            <tr>
826
                            <tr>
689
                                <th scope="row"><strong>Warning</strong> </th>
827
                                <th scope="row"><strong>Warning</strong> </th>
690
                                <td> The ILL module is enabled and ILLPartnerCode system preference configured, but there are no patrons in [% ill_partner_code_no_patrons | html %] category. </td>
828
                                <td>
829
                                    The
830
                                    [% IF (UserHasSysPrefsPerm) %]
831
                                        <a href="admin/preferences.pl?op=search&searchfield=ILLModule&ok=Search">ILL module</a>
832
                                    [% ELSE %]
833
                                        ILL module
834
                                    [% END %]
835
                                    is enabled and
836
                                    [% IF (UserHasSysPrefsPerm) %]
837
                                        <a href="admin/preferences.pl?op=search&searchfield=ILLPartnerCode&ok=Search">ILLPartnerCode</a>
838
                                    [% ELSE %]
839
                                        ILLPartnerCode
840
                                    [% END %]
841
                                    system preference configured, but there are no patrons in [% ill_partner_code_no_patrons | html %] category.
842
                                </td>
691
                            </tr>
843
                            </tr>
692
                        [% END %]
844
                        [% END %]
693
                        [% IF ill_branch_not_defined %]
845
                        [% IF ill_branch_not_defined || 1 %]
694
                            <tr>
846
                            <tr>
695
                                <th scope="row"><strong>Warning</strong> </th>
847
                                <th scope="row"><strong>Warning</strong> </th>
696
                                <td> The ILL module is enabled, but no 'branch' block is defined in koha-conf.xml. You must define this block before use. </td>
848
                                <td>
849
                                    The
850
                                    [% IF (UserHasSysPrefsPerm) %]
851
                                        <a href="admin/preferences.pl?op=search&searchfield=ILLModule&ok=Search">ILL module</a>
852
                                    [% ELSE %]
853
                                        ILL module
854
                                    [% END %]
855
                                    is enabled, but no 'branch' block is defined in koha-conf.xml. You must define this block before use.
856
                                </td>
697
                            </tr>
857
                            </tr>
698
                        [% END %]
858
                        [% END %]
699
                        [% IF ill_partner_code_doesnt_exist %]
859
                        [% IF ill_partner_code_doesnt_exist || 1 %]
700
                            <tr>
860
                            <tr>
701
                                <th scope="row"><strong>Warning</strong> </th>
861
                                <th scope="row"><strong>Warning</strong> </th>
702
                                <td> The ILL module is enabled, but the configured ILLPartnerCode ([% ill_partner_code_doesnt_exist | html %]) is not defined on the system. </td>
862
                                <td>
863
                                    The
864
                                    [% IF (UserHasSysPrefsPerm) %]
865
                                        <a href="admin/preferences.pl?op=search&searchfield=ILLModule&ok=Search">ILL module</a>
866
                                    [% ELSE %]
867
                                        ILL module
868
                                    [% END %]
869
                                    is enabled, but the configured
870
                                    [% IF (UserHasSysPrefsPerm) %]
871
                                        <a href="admin/preferences.pl?op=search&searchfield=ILLPartnerCode&ok=Search">ILLPartnerCode</a>
872
                                    [% ELSE %]
873
                                        ILLPartnerCode
874
                                    [% END %]
875
                                    ([% ill_partner_code_doesnt_exist | html %]) is not defined on the system.
876
                                </td>
703
                            </tr>
877
                            </tr>
704
                        [% END %]
878
                        [% END %]
705
                        [% IF ill_deprecated_backend_freeform_is_installed %]
879
                        [% IF ill_deprecated_backend_freeform_is_installed || 1 %]
706
                            <tr>
880
                            <tr>
707
                                <th scope="row"><strong>Warning</strong> </th>
881
                                <th scope="row"><strong>Warning</strong> </th>
708
                                <td>
882
                                <td>
709
                                    <p>The ILL module is enabled, but the deprecated 'FreeForm' backend is installed.</p>
883
                                    <p
884
                                        >The
885
                                        [% IF (UserHasSysPrefsPerm) %]
886
                                            <a href="admin/preferences.pl?op=search&searchfield=ILLModule&ok=Search">ILL module</a>
887
                                        [% ELSE %]
888
                                            ILL module
889
                                        [% END %]
890
                                        is enabled, but the deprecated 'FreeForm' backend is installed.</p
891
                                    >
710
                                    <p>'FreeForm' has since become part of core Koha as 'Standard'.</p>
892
                                    <p>'FreeForm' has since become part of core Koha as 'Standard'.</p>
711
                                    <p>All 'FreeForm' ILL content should've been migrated to 'Standard' upon upgrading Koha to 24.11.</p>
893
                                    <p>All 'FreeForm' ILL content should've been migrated to 'Standard' upon upgrading Koha to 24.11.</p>
712
                                    <p>To avoid confusion or redundancy, please uninstall the 'FreeForm' backend before using the ILL module.</p>
894
                                    <p
895
                                        >To avoid confusion or redundancy, please uninstall the 'FreeForm' backend before using the
896
                                        [% IF (UserHasSysPrefsPerm) %]
897
                                            <a href="admin/preferences.pl?op=search&searchfield=ILLModule&ok=Search">ILL module</a>.
898
                                        [% ELSE %]
899
                                            ILL module.
900
                                        [% END %]
901
                                    </p>
713
                                </td>
902
                                </td>
714
                            </tr>
903
                            </tr>
715
                        [% END %]
904
                        [% END %]
Lines 721-730 Link Here
721
                        >
910
                        >
722
                    [% END %]
911
                    [% END %]
723
912
724
                    [% IF oauth2_missing_deps %]
913
                    [% IF oauth2_missing_deps || 1 %]
725
                        <tr>
914
                        <tr>
726
                            <th scope="row"><strong>Warning</strong> </th>
915
                            <th scope="row"><strong>Warning</strong> </th>
727
                            <td> System preference 'RESTOAuth2ClientCredentials' is set, but the required Net::OAuth2::AuthorizationServer dependency is missing. The feature is disabled. </td>
916
                            <td>
917
                                System preference
918
                                [% IF (UserHasSysPrefsPerm) %]
919
                                    '<a href="admin/preferences.pl?op=search&searchfield=RESTOAuth2ClientCredentials&ok=Search">RESTOAuth2ClientCredentials</a>'
920
                                [% ELSE %]
921
                                    'RESTOAuth2ClientCredentials'
922
                                [% END %]
923
                                is set, but the required Net::OAuth2::AuthorizationServer dependency is missing. The feature is disabled.
924
                            </td>
728
                        </tr>
925
                        </tr>
729
                    [% END %]
926
                    [% END %]
730
                    [% IF bad_yaml_prefs %]
927
                    [% IF bad_yaml_prefs %]
Lines 733-742 Link Here
733
                            <td> Some system preferences have badly formatted YAML content: [% bad_yaml_prefs.join(', ') | html %] </td>
930
                            <td> Some system preferences have badly formatted YAML content: [% bad_yaml_prefs.join(', ') | html %] </td>
734
                        </tr>
931
                        </tr>
735
                    [% END %]
932
                    [% END %]
736
                    [% IF config_bcrypt_settings_no_set %]
933
                    [% IF config_bcrypt_settings_no_set || 1 %]
737
                        <tr>
934
                        <tr>
738
                            <th scope="row"><strong>Warning</strong> </th>
935
                            <th scope="row"><strong>Warning</strong> </th>
739
                            <td> System preference 'Pseudonymization' is set, but there is not 'bcrypt_settings' entry defined in the $KOHA_CONF file. </td>
936
                            <td>
937
                                System preference
938
                                [% IF (UserHasSysPrefsPerm) %]
939
                                    '<a href="admin/preferences.pl?op=search&searchfield=Pseudonymization&ok=Search">Pseudonymization</a>'
940
                                [% ELSE %]
941
                                    'Pseudonymization'
942
                                [% END %]
943
                                is set, but there is not 'bcrypt_settings' entry defined in the $KOHA_CONF file.
944
                            </td>
740
                        </tr>
945
                        </tr>
741
                    [% END %]
946
                    [% END %]
742
                    [% IF warnHiddenBiblionumbers.size %]
947
                    [% IF warnHiddenBiblionumbers.size %]
743
- 

Return to bug 41522