From b55b8b67866d32cdf0ec59c5e11d816c6e247a1b Mon Sep 17 00:00:00 2001 From: Mathieu Lu Date: Fri, 22 Dec 2023 14:45:47 -0500 Subject: [PATCH] Manage Extensions: hide the type/module column --- templates/CRM/Admin/Page/Extensions/Main.tpl | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/templates/CRM/Admin/Page/Extensions/Main.tpl b/templates/CRM/Admin/Page/Extensions/Main.tpl index 5baaf34f7c..7fdfd12bc2 100644 --- a/templates/CRM/Admin/Page/Extensions/Main.tpl +++ b/templates/CRM/Admin/Page/Extensions/Main.tpl @@ -1,6 +1,5 @@ {* Display a table of locally-available extensions. - Depends: CRM/common/enableDisableApi.tpl and CRM/common/jsortable.tpl *} {if $localExtensionRows} @@ -13,7 +12,6 @@ Depends: CRM/common/enableDisableApi.tpl and CRM/common/jsortable.tpl {ts}Name{/ts} {ts}Status{/ts} {ts}Version{/ts} - {ts}Type{/ts} @@ -39,11 +37,8 @@ Depends: CRM/common/enableDisableApi.tpl and CRM/common/jsortable.tpl {icon icon="fa-check-circle crm-extensions-stage"}{ts}This is a stable release version.{/ts}{/icon} {/if} - {$row.type|escape|capitalize} {$row.action|smarty:nodefaults|replace:'xx':$row.id} - - {/foreach} @@ -51,7 +46,7 @@ Depends: CRM/common/enableDisableApi.tpl and CRM/common/jsortable.tpl {else}
- {icon icon="fa-info-circle"}{/icon} - {ts 1="https://civicrm.org/extensions"}There are no extensions to display. Click the "Add New" tab to browse and install extensions posted on the public CiviCRM Extensions Directory. If you have downloaded extensions manually and don't see them here, try clicking the "Refresh" button.{/ts} + {icon icon="fa-info-circle"}{/icon} + {ts 1="https://civicrm.org/extensions"}There are no extensions to display. Click the "Add New" tab to browse and install extensions posted on the public CiviCRM Extensions Directory. If you have downloaded extensions manually and don't see them here, try clicking the "Refresh" button.{/ts}
{/if} -- 2.25.1