Skip to content

Commit

Permalink
Fixed minor template errors.
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnFF committed Apr 23, 2017
1 parent d501975 commit 555dad5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion templates/CRM/Contact/Form/Inline/Phone.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
<td align="center" class="crm-phone-is_primary">{$form.phone.$blockId.is_primary.1.html}</td>
<td>
{if $blockId gt 1}
<a class="crm-delete-inline crm-hover-button\" href="#" title="{ts}Delete phone{/ts}"><span class="icon delete-icon"></span></a>
<a class="crm-delete-inline crm-hover-button" href="#" title="{ts}Delete phone{/ts}"><span class="icon delete-icon"></span></a>
{/if}
</td>
</tr>
Expand Down
2 changes: 1 addition & 1 deletion templates/CRM/Contribute/Import/Form/DataSource.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
*}
{* Contribution Import Wizard - Step 1 (upload data file) *}
{* @var $form Contains the array for the form elements and other form associated information assigned to the template by the controller *}
<div class="crm-block crm-form-block crm-contribution-import-uploadfile-form-block id="upload-file">
<div class="crm-block crm-form-block crm-contribution-import-uploadfile-form-block" id="upload-file">
{* WizardHeader.tpl provides visual display of steps thru the wizard as well as title for current step *}
{include file="CRM/common/WizardHeader.tpl"}
<div class="help">
Expand Down

0 comments on commit 555dad5

Please sign in to comment.