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

(-)a/about.pl (+4 lines)
Lines 407-412 if ( C4::Context->preference('WebBasedSelfCheck') Link Here
407
    );
407
    );
408
}
408
}
409
409
410
if ( C4::Context->preference('EnablePayPalOpacPayments') ) {
411
    $template->param( paypal_enabled => 1 );
412
}
413
410
# Test YAML system preferences
414
# Test YAML system preferences
411
# FIXME: This is list of current YAML formatted prefs, should by type of preference
415
# FIXME: This is list of current YAML formatted prefs, should by type of preference
412
my @yaml_prefs = (
416
my @yaml_prefs = (
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/about.tt (-1 / +8 lines)
Lines 279-285 Link Here
279
            Contact your system administrator.
279
            Contact your system administrator.
280
        [% END %]
280
        [% END %]
281
281
282
        [% IF warnPrefBiblioAddsAuthorities || warnPrefEasyAnalyticalRecords || warnPrefAnonymousPatronOPACPrivacy || warnPrefAnonymousPatronAnonSuggestions || warnPrefAnonymousPatronOPACPrivacy_PatronDoesNotExist || warnPrefAnonymousPatronAnonSuggestions_PatronDoesNotExist || warnPrefKohaAdminEmailAddress || warnNoActiveCurrency || AutoSelfCheckPatronDoesNotHaveSelfCheckPerm || AutoSelfCheckPatronHasTooManyPerm || warnStatisticsFieldsError || warnNoTemplateCaching || warnILLConfiguration || oauth2_missing_deps || bad_yaml_prefs || warnIssuingRules || config_bcrypt_settings_no_set || warnHiddenBiblionumbers.size %]
282
        [% IF warnPrefBiblioAddsAuthorities || warnPrefEasyAnalyticalRecords || warnPrefAnonymousPatronOPACPrivacy || warnPrefAnonymousPatronAnonSuggestions || warnPrefAnonymousPatronOPACPrivacy_PatronDoesNotExist || warnPrefAnonymousPatronAnonSuggestions_PatronDoesNotExist || warnPrefKohaAdminEmailAddress || warnNoActiveCurrency || AutoSelfCheckPatronDoesNotHaveSelfCheckPerm || AutoSelfCheckPatronHasTooManyPerm || warnStatisticsFieldsError || warnNoTemplateCaching || warnILLConfiguration || oauth2_missing_deps || bad_yaml_prefs || warnIssuingRules || config_bcrypt_settings_no_set || warnHiddenBiblionumbers.size || paypal_enabled %]
283
            <h2>Warnings regarding the system configuration</h2>
283
            <h2>Warnings regarding the system configuration</h2>
284
            <table>
284
            <table>
285
                <caption>Preferences and parameters</caption>
285
                <caption>Preferences and parameters</caption>
Lines 375-380 Link Here
375
                    [% END %]
375
                    [% END %]
376
                    </td></tr>
376
                    </td></tr>
377
                [% END %]
377
                [% END %]
378
                [% IF paypal_enabled %]
379
                    <tr><th scope="row"><strong>Warning</strong> </th><td>
380
                    You are using the PayPal functionality, which is now deprecated and replaced by the use of plugins. Please install the plugin
381
                    and follow the migration instructions in order to keep enjoying the PayPal integration. This feature will be removed from Koha
382
                    in a short term.
383
                    </td></tr>
384
                [% END %]
378
            </table>
385
            </table>
379
        [% END %]
386
        [% END %]
380
387
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/opac.pref (-1 / +1 lines)
Lines 901-906 OPAC: Link Here
901
                  yes: "sandbox"
901
                  yes: "sandbox"
902
                  no: "production"
902
                  no: "production"
903
            - "mode."
903
            - "mode."
904
            - "<br/><strong>Warning</strong>: this functionality has been deprecated in favour of plugin implementations."
904
        -
905
        -
905
            - "The email address to receive PayPal payments is "
906
            - "The email address to receive PayPal payments is "
906
            - pref: PayPalUser
907
            - pref: PayPalUser
907
- 

Return to bug 27044