<tr id="Website_Block_{$blockId}">
<td>{$form.website.$blockId.url.html|crmAddClass:url} </td>
<td>{$form.website.$blockId.website_type_id.html}</td>
- <td colspan="3">{if $blockId > 1} <a href="#" title="{ts}Delete Website Block{/ts}" onClick="removeBlock('Website','{$blockId}'); return false;">{ts}delete{/ts}</a>{/if}</td>
+ <td colspan="3"><a href="#" title="{ts}Delete Website Block{/ts}" onClick="removeBlock('Website','{$blockId}'); return false;">{ts}delete{/ts}</a></td>
</tr>
{if !$addBlock}
<tr>
<tr id="Website_Block_{$blockId}" {if $blockId gt $actualBlockCount}class="hiddenElement"{/if}>
<td>{$form.website.$blockId.url.html|crmAddClass:url} </td>
<td>{$form.website.$blockId.website_type_id.html}</td>
- <td>
- {if $blockId > 1}
- <a class="crm-delete-inline crm-hover-button action-item" href="#" title="{ts}Delete Website{/ts}"><span class="icon delete-icon"></span></a>
- {/if}
- </td>
+ <td><a class="crm-delete-inline crm-hover-button action-item" href="#" title="{ts}Delete Website{/ts}"><span class="icon delete-icon"></span></a></td>
</tr>
{/section}
</table>