Skip to content
This repository has been archived by the owner on Sep 24, 2019. It is now read-only.

Commit

Permalink
Use fontawesome v4 syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
mattwire committed Aug 24, 2018
1 parent 97e83c0 commit f6600c0
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion templates/CRM/Core/Payment/Smartdebit/Smartdebit.tpl
Expand Up @@ -23,7 +23,7 @@
+-------------------------------------------------------------------*}

<div class="help">
<span><i class="crm-i fas fa-exclamation-circle"></i><strong> You should not continue with this form if any of the following apply:</strong></span>
<span><i class="crm-i fa fa-exclamation-circle"></i><strong> You should not continue with this form if any of the following apply:</strong></span>
<ul>
<li>You are not the account holder.</li>
<li>If it is a business account and more than one person is required to authorise debits on this account.</li>
Expand Down
2 changes: 1 addition & 1 deletion templates/CRM/Smartdebit/Form/Auddis.tpl
Expand Up @@ -23,7 +23,7 @@
+-------------------------------------------------------------------*}

<div class="help">
<span><i class="crm-i fas fa-info-circle" aria-hidden="true"></i> {ts}The below tables summarise the data available from SmartDebit in the selected AUDDIS/ARUDD files and collection reports.{/ts}</span><br />
<span><i class="crm-i fa fa-info-circle" aria-hidden="true"></i> {ts}The below tables summarise the data available from SmartDebit in the selected AUDDIS/ARUDD files and collection reports.{/ts}</span><br />
<strong>{ts}To synchronise CiviCRM from Smartdebit click continue.{/ts}</strong>
</div>

Expand Down
2 changes: 1 addition & 1 deletion templates/CRM/Smartdebit/Form/Confirm.tpl
Expand Up @@ -26,7 +26,7 @@

<div class="help">
<span>
<i class="crm-i fas fa-info-circle" aria-hidden="true"></i>
<i class="crm-i fa fa-info-circle" aria-hidden="true"></i>
{ts}The below tables summarise what was updated in CiviCRM during the last (Scheduled/Manual) sync with SmartDebit.{/ts}
</span>
</div>
Expand Down
2 changes: 1 addition & 1 deletion templates/CRM/Smartdebit/Form/DataSource.tpl
Expand Up @@ -28,7 +28,7 @@
<h3>{ts}Automatic Synchronisation is {/ts}{if $sync_active}{ts}ENABLED{/ts}{else}{ts}DISABLED{/ts}{/if}</h3>
</div>
<div class="help">
<span><i class="crm-i fas fa-info-circle" aria-hidden="true"></i> {ts}The Smartdebit scheduled job automatically synchronises and caches the latest daily collection report.{/ts}
<span><i class="crm-i fa fa-info-circle" aria-hidden="true"></i> {ts}The Smartdebit scheduled job automatically synchronises and caches the latest daily collection report.{/ts}
{ts 1=$period}Collection reports older than %1 will be removed from the local cache.{/ts}<br />
</span>
</div>
Expand Down
8 changes: 4 additions & 4 deletions templates/CRM/Smartdebit/Form/ReconciliationList.tpl
Expand Up @@ -29,8 +29,8 @@
</div>
{else}
<div class="help">
<span><i class="crm-i fas fa-info-circle" aria-hidden="true"></i> Total Mandates synced from Smart Debit: {$totalMandates}</span><br/>
<span><i class="crm-i fas fa-question-circle" aria-hidden="true"></i> If you need to refresh mandates from Smart Debit: <a href="{crmURL p='civicrm/smartdebit/reconciliation/list' q='sync=1' h=0}">Click Here</a></span>
<span><i class="crm-i fa fa-info-circle" aria-hidden="true"></i> Total Mandates synced from Smart Debit: {$totalMandates}</span><br/>
<span><i class="crm-i fa fa-question-circle" aria-hidden="true"></i> If you need to refresh mandates from Smart Debit: <a href="{crmURL p='civicrm/smartdebit/reconciliation/list' q='sync=1' h=0}">Click Here</a></span>
</div>
{/if}
{if $totalMandates gt 0}
Expand All @@ -39,7 +39,7 @@
<tr>
<td>
<div class="help">
<span><i class="crm-i fas fa-question-circle" aria-hidden="true"></i> Select a filter from the list below to view mismatches.</span>
<span><i class="crm-i fa fa-question-circle" aria-hidden="true"></i> Select a filter from the list below to view mismatches.</span>
</div>
<div style="crm-form">
<h4>Show All Mandates Missing from CiviCRM:</h4>
Expand All @@ -65,7 +65,7 @@
<h3>{ts}Mis-Matched Contacts ({$totalRows} found for current filter){/ts}</h3>
{if $fixMeContact}
<div class="help">
<span><i class="crm-i fas fa-info-circle" aria-hidden="true"></i>
<span><i class="crm-i fa fa-info-circle" aria-hidden="true"></i>
For "Payer Reference" errors you need to login to the Smart Debit control panel and update the Payer Reference manually.
</span>
</div>
Expand Down
2 changes: 1 addition & 1 deletion templates/CRM/Smartdebit/Form/SyncSd.tpl
Expand Up @@ -46,7 +46,7 @@
</tbody></table>
</div>
<div class="help">
<span><i class="crm-i fas fa-info-circle" aria-hidden="true"></i> {ts}Terms:{/ts}</span>
<span><i class="crm-i fa fa-info-circle" aria-hidden="true"></i> {ts}Terms:{/ts}</span>
<ul>
<li>AUDDIS: Automated Direct Debit Instruction Service (payment reports)</li>
<li>ARUDD: Automated Return of Unpaid Direct Debit (failure reports)</li>
Expand Down

0 comments on commit f6600c0

Please sign in to comment.