}
$row = (array) $info;
$row['id'] = $info->key;
+ $row['upgradelink'] = '';
$action = CRM_Core_Action::UPDATE;
$row['action'] = CRM_Core_Action::formLink(self::links(),
$action,
</td>
</tr>
<tr>
- <td class="label">{ts}Local path{/ts}</td><td>{$extension.path|escape}</td>
+ <td class="label">{ts}Local path{/ts}</td><td>{if !empty($extension.path)}{$extension.path|escape}{/if}</td>
</tr>
{if !empty($extension.downloadUrl)}
<tr>
</thead>
<tbody>
{foreach from=$remoteExtensionRows key=extKey item=row}
- {if $localExtensionRows[$extKey]}
+ {if !empty($localExtensionRows[$extKey])}
{continue}
{/if}
<tr id="addnew-row_{$row.file}" class="crm-extensions crm-extensions_{$row.file}">
*}
{* enclose all tabs and its content in a block *}
<div class="crm-block crm-content-block">
- {if $tabHeader and count($tabHeader)}
+ {if !empty($tabHeader) and count($tabHeader)}
<div id="mainTabContainer">
<ul>
{foreach from=$tabHeader key=tabName item=tabValue}