diff --git a/templates/CRM/Admin/Page/ExtensionDetails.tpl b/templates/CRM/Admin/Page/ExtensionDetails.tpl index dcaa59e829d2..a7535309e882 100644 --- a/templates/CRM/Admin/Page/ExtensionDetails.tpl +++ b/templates/CRM/Admin/Page/ExtensionDetails.tpl @@ -1,24 +1,13 @@
{ts}Name (key){/ts} | {$extension.name} ({$extension.key}) | -||
{ts}Description{/ts} | {$extension.description} | -||
{ts}Download location{/ts} | {$extension.downloadUrl} | -||
{ts}Local path{/ts} | {$extension.path} | -||
{$label} | {$url} | ||
{ts}Author{/ts} | {$extension.maintainer.author} ({$extension.maintainer.email}) | ||
{ts}Comments{/ts} | {$extension.comments} | +||
{ts}Version{/ts} | {$extension.version} | ||
{ts}Comments{/ts} | {$extension.comments} | +{ts}Local path{/ts} | {$extension.path} | +
{ts}Download location{/ts} | {$extension.downloadUrl} | +||
{ts}Key{/ts} | {$extension.key} |
{ts}Extension name (key){/ts} | +{ts}Name{/ts} | {ts}Status{/ts} | {ts}Version{/ts} | {ts}Type{/ts} | @@ -21,7 +21,7 @@ Depends: CRM/common/enableDisableApi.tpl and CRM/common/jsortable.tpl {foreach from=$localExtensionRows key=extKey item=row}
---|---|---|---|---|
- {$row.label} ({$row.key}) + {$row.label} {$row.description} {if $extAddNewEnabled && $remoteExtensionRows[$extKey] && $remoteExtensionRows[$extKey].is_upgradeable} {capture assign='upgradeURL'}{crmURL p='civicrm/admin/extensions' q="action=update&id=$extKey&key=$extKey"}{/capture} {ts 1=$upgradeURL}Version {$remoteExtensionRows[$extKey].version} is available. Upgrade{/ts}
|