From 2762dbd4a5f08262429a7b5beb58c598441b3a45 Mon Sep 17 00:00:00 2001 From: Mathieu Lutfy Date: Tue, 11 Jul 2023 09:57:10 -0400 Subject: [PATCH] Extension Browser: there are no standalone-specific modules --- templates/CRM/Admin/Page/Extensions/About.tpl | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/templates/CRM/Admin/Page/Extensions/About.tpl b/templates/CRM/Admin/Page/Extensions/About.tpl index 91b6e94401..011cbff600 100644 --- a/templates/CRM/Admin/Page/Extensions/About.tpl +++ b/templates/CRM/Admin/Page/Extensions/About.tpl @@ -1,5 +1,7 @@
{capture assign='adminURL'}{crmURL p='civicrm/admin/setting/path' q="reset=1&civicrmDestination=$destination"}{/capture}

{ts 1=$adminURL 2="https://civicrm.org/extensions"}CiviCRM extensions allow you to install additional features for your site. This page will automatically list the available "native" extensions from the CiviCRM.org extensions directory which are compatible with this version of CiviCRM. If you install Custom Searches, Reports or Payment Processor extensions - these will automatically be available on the corresponding menus and screens.{/ts}

- {ts 1=$config->userFramework|replace:'6':'' 2="https://civicrm.org/extensions"}

You may also want to check the directory for native %1 modules that may be useful for you (CMS-specific modules are not listed here).{/ts}

+ {if $config->userFramework != "Standalone"} + {ts 1=$config->userFramework|replace:'6':'' 2="https://civicrm.org/extensions"}

You may also want to check the directory for native %1 modules that may be useful for you (CMS-specific modules are not listed here).{/ts}

+ {/if}
-- 2.25.1