public function addWizardStyle(&$wizard) {
$wizard['style'] = [
'barClass' => '',
- 'stepPrefixCurrent' => '»',
- 'stepPrefixPast' => '✔',
+ 'stepPrefixCurrent' => '<i class="crm-i fa-chevron-right"></i> ',
+ 'stepPrefixPast' => '<i class="crm-i fa-check"></i> ',
'stepPrefixFuture' => ' ',
'subStepPrefixCurrent' => ' ',
'subStepPrefixPast' => ' ',
{/if}
{if $values.mailingId}
<tr>
- <td class="label">{ts}With Contact{/ts}</td><td class="view-value"><a href="{$values.mailingId}" title="{ts}View Mailing Report{/ts}">»{ts}Mailing Report{/ts}</a></td>
+ <td class="label">{ts}With Contact{/ts}</td><td class="view-value"><a href="{$values.mailingId}" title="{ts}View Mailing Report{/ts}"><i class="crm-i fa-chevron-right"></i>{ts}Mailing Report{/ts}</a></td>
</tr>
{/if}
<tr>
{$mailingReport.mailing.body_text|mb_truncate:30|escape|nl2br}
<br />
{if $values.mailingId}
- <strong><a class="crm-popup" href='{$textViewURL}'>» {ts}View complete message{/ts}</a></strong>
+ <strong><a class="crm-popup" href='{$textViewURL}'><i class="crm-i fa-chevron-right"></i> {ts}View complete message{/ts}</a></strong>
{/if}
</td>
</tr>
{$mailingReport.mailing.body_html|mb_truncate:30|escape|nl2br}
<br/>
{if $values.mailingId}
- <strong><a class="crm-popup" href='{$htmlViewURL}'>» {ts}View complete message{/ts}</a></strong>
+ <strong><a class="crm-popup" href='{$htmlViewURL}'><i class="crm-i fa-chevron-right"></i> {ts}View complete message{/ts}</a></strong>
{/if}
</td>
</tr>
</table>
<div class="crm-submit-buttons">{include file="CRM/common/formButtons.tpl" location="bottom"}</div>
</div>
-
<td class="data">{$invalidRowCount}</td>
<td class="explanation">{ts}Rows with invalid data in one or more fields. These rows will be skipped (not imported).{/ts}
{if $invalidRowCount}
- <div class="action-link"><a href="{$downloadErrorRecordsUrl}">» {ts}Download Errors{/ts}</a></div>
+ <div class="action-link"><a href="{$downloadErrorRecordsUrl}"><i class="crm-i fa-download"></i> {ts}Download Errors{/ts}</a></div>
{/if}
</td>
</tr>
<table class="report">
<tr>
- <td class="nowrap"><a href="{$ufAccessURL}" {$jAccessParams} id="adminAccess">» {ts 1=$config->userFramework}%1 Access Control{/ts}</a></td>
+ <td class="nowrap"><a href="{$ufAccessURL}" {$jAccessParams} id="adminAccess"><i class="crm-i fa-chevron-right fa-fw"></i> {ts 1=$config->userFramework}%1 Access Control{/ts}</a></td>
<td>{ts}Grant access to CiviCRM components and other CiviCRM permissions.{/ts}</td>
</tr>
<tr><td colspan="2" class="separator"><strong>{ts}Use following steps if you need to control View and/or Edit permissions for specific contact groups, specific profiles or specific custom data fields.{/ts}</strong></td></tr>
<tr>
- <td class="nowrap"><a href="{crmURL p='civicrm/admin/options/acl_role' q="reset=1"}" id="editACLRoles">» {ts}1. Manage Roles{/ts}</a></td>
+ <td class="nowrap"><a href="{crmURL p='civicrm/admin/options/acl_role' q="reset=1"}" id="editACLRoles"><i class="crm-i fa-users fa-fw"></i> {ts}1. Manage Roles{/ts}</a></td>
<td>{ts}Each CiviCRM ACL Role is assigned a set of permissions. Use this link to create or edit the different roles needed for your site.{/ts}</td>
</tr>
<tr>
- <td class="nowrap"><a href="{crmURL p='civicrm/acl/entityrole' q="reset=1"}" id="editRoleAssignments">» {ts}2. Assign Users to CiviCRM ACL Roles{/ts}</a></td>
+ <td class="nowrap"><a href="{crmURL p='civicrm/acl/entityrole' q="reset=1"}" id="editRoleAssignments"><i class="crm-i fa-user-plus fa-fw"></i> {ts}2. Assign Users to CiviCRM ACL Roles{/ts}</a></td>
<td>{ts}Once you have defined CiviCRM ACL Roles and granted ACLs to those Roles, use this link to assign users to role(s).{/ts}</td>
</tr>
<tr>
- <td class="nowrap"><a href="{crmURL p='civicrm/acl' q="reset=1"}" id="editACLs">» {ts}3. Manage ACLs{/ts}</a></td>
+ <td class="nowrap"><a href="{crmURL p='civicrm/acl' q="reset=1"}" id="editACLs"><i class="crm-i fa-id-card-o fa-fw"></i> {ts}3. Manage ACLs{/ts}</a></td>
<td>{ts}ACLs define permission to do an operation on a set of data, and grant that permission to a CiviCRM ACL Role. Use this link to create or edit the ACLs for your site.{/ts}</td>
</tr>
</table>
{if $action ne 1 and $action ne 2}
<div class="action-link">
- <a href="{crmURL q="action=add&reset=1"}" id="newPaymentProcessor">» {ts}New Payment Processor{/ts}</a>
+ <a href="{crmURL q="action=add&reset=1"}" id="newPaymentProcessor"><i class="crm-i fa-chevron-right"></i> {ts}New Payment Processor{/ts}</a>
{crmButton p="civicrm/admin" q="reset=1" class="cancel" icon="times"}{ts}Done{/ts}{/crmButton}
</div>
{/if}
{if $action eq 1 or $action eq 2}
<br />
- <a href="#" class="crm-with-contact">» {ts}With other contact(s){/ts}</a>
+ <a href="#" class="crm-with-contact"><i class="crm-i fa-user-plus"></i> {ts}With other contact(s){/ts}</a>
{/if}
</td>
</tr>
{$form.target_contact_id.html}
<br/>
<a href="#" class="crm-with-contact">
- » {if not $multiClient}{ts}With client{/ts}{else}{ts}With client(s){/ts}{/if}
+ <i class="crm-i fa-user"></i> {if not $multiClient}{ts}With client{/ts}{else}{ts}With client(s){/ts}{/if}
</a>
</td>
</tr>
{if $smarty.foreach.report.first AND ( $activityID OR $parentID OR $latestRevisionID )} {* Add a cell to first row with links to prior revision listing and Prompted by (parent) as appropriate *}
<td>{$row.value}</td>
<td style="padding-right: 50px; text-align: right; font-size: .9em;">
- {if $activityID}<a class="open-inline-noreturn" href="{crmURL p='civicrm/case/activity/view' h=0 q="cid=$contactID&aid=$activityID&revs=1"}">» {ts}List all revisions{/ts}</a>{if !$latestRevisionID}<br />{ts}(this is the current revision){/ts}{/if}<br />{/if}
- {if $latestRevisionID}<a class="open-inline-noreturn" href="{crmURL p='civicrm/case/activity/view' h=0 q="cid=$contactID&aid=$latestRevisionID"}">» {ts}View current revision{/ts}</a><br /><span style="color: red;">{ts}(this is not the current revision){/ts}</span><br />{/if}
- {if $parentID}<a class="open-inline-noreturn" href="{crmURL p='civicrm/case/activity/view' h=0 q="cid=$contactID&aid=$parentID"}">» {ts}Prompted by{/ts}</a>{/if}
+ {if $activityID}<a class="open-inline-noreturn" href="{crmURL p='civicrm/case/activity/view' h=0 q="cid=$contactID&aid=$activityID&revs=1"}"><i class="crm-i fa-history"></i> {ts}List all revisions{/ts}</a>{if !$latestRevisionID}<br />{ts}(this is the current revision){/ts}{/if}<br />{/if}
+ {if $latestRevisionID}<a class="open-inline-noreturn" href="{crmURL p='civicrm/case/activity/view' h=0 q="cid=$contactID&aid=$latestRevisionID"}"><i class="crm-i fa-chevron-right"></i> {ts}View current revision{/ts}</a><br /><span style="color: red;">{ts}(this is not the current revision){/ts}</span><br />{/if}
+ {if $parentID}<a class="open-inline-noreturn" href="{crmURL p='civicrm/case/activity/view' h=0 q="cid=$contactID&aid=$parentID"}"><i class="crm-i fa-chevron-right"></i> {ts}Prompted by{/ts}</a>{/if}
</td>
{else}
<td colspan="2">{if $row.label eq 'Details'}{$row.value|crmStripAlternatives|nl2br|purify}{elseif $row.type eq 'Date'}{$row.value|crmDate}{else}{$row.value}{/if}</td>
{* Dashboard only lists 10 most recent cases. *}
{if $context EQ 'dashboard' and $limit and $pager->_totalItems GT $limit }
<tr class="even-row">
- <td colspan="10"><a href="{crmURL p='civicrm/case/search' q='reset=1'}">» {ts}Find more cases{/ts}... </a></td>
+ <td colspan="10"><a href="{crmURL p='civicrm/case/search' q='reset=1'}"><i class="crm-i fa-chevron-right"></i> {ts}Find more cases{/ts}... </a></td>
</tr>
{/if}
{if ($action eq 4)}
<div class="action-link">
- <a href="{crmURL q="action=update&reset=1"}" id="editDomainInfo">» {ts}Edit Domain Information{/ts}</a>
+ <a href="{crmURL q="action=update&reset=1"}" id="editDomainInfo"><i class="crm-i fa-chevron-right"></i> {ts}Edit Domain Information{/ts}</a>
</div>
{/if}
{if !($action eq 4)}
{if !$table and $summary.addShowAllLink.Contact}
<div class="crm-section full-text-view-all-section">
<a href="{crmURL p='civicrm/contact/search/custom' q="csid=`$csID`&reset=1&force=1&table=Contact&text=$text"}"
- title="{ts}View all results for contacts{/ts}">» {ts}View all results for contacts{/ts}</a>
+ title="{ts}View all results for contacts{/ts}"><i class="crm-i fa-chevron-right"></i> {ts}View all results for contacts{/ts}</a>
</div>{/if}
{* note we using location="below" because we don't want to use rows per page for now. And therefore don't put location="bottom" for now. *}
{if $table}{include file="CRM/common/pager.tpl" location="below"}{/if}
{if !$table and $summary.addShowAllLink.Activity}
<div class="crm-section full-text-view-all-section">
<a href="{crmURL p='civicrm/contact/search/custom' q="csid=`$csID`&reset=1&force=1&table=Activity&text=$text"}"
- title="{ts}View all results for activities{/ts}">» {ts}View all results for activities{/ts}</a>
+ title="{ts}View all results for activities{/ts}"><i class="crm-i fa-chevron-right"></i> {ts}View all results for activities{/ts}</a>
</div>
{/if}
{if $table}{include file="CRM/common/pager.tpl" location="below"}{/if}
{if !$table and $summary.addShowAllLink.Case}
<div class="crm-section full-text-view-all-section">
<a href="{crmURL p='civicrm/contact/search/custom' q="csid=`$csID`&reset=1&force=1&table=Case&text=$text"}"
- title="{ts}View all results for cases{/ts}">» {ts}View all results for cases{/ts}</a>
+ title="{ts}View all results for cases{/ts}"><i class="crm-i fa-chevron-right"></i> {ts}View all results for cases{/ts}</a>
</div>
{/if}
{if $table}{include file="CRM/common/pager.tpl" location="below"}{/if}
{if !$table and $summary.addShowAllLink.Contribution}
<div class="crm-section full-text-view-all-section">
<a href="{crmURL p='civicrm/contact/search/custom' q="csid=`$csID`&reset=1&force=1&table=Contribution&text=$text"}"
- title="{ts}View all results for contributions{/ts}">» {ts}View all results for contributions{/ts}</a>
+ title="{ts}View all results for contributions{/ts}"><i class="crm-i fa-chevron-right"></i> {ts}View all results for contributions{/ts}</a>
</div>
{/if}
{if $table}{include file="CRM/common/pager.tpl" location="below"}{/if}
{if !$table and $summary.addShowAllLink.Participant}
<div class="crm-section full-text-view-all-section"><a
href="{crmURL p='civicrm/contact/search/custom' q="csid=`$csID`&reset=1&force=1&table=Participant&text=$text"}"
- title="{ts}View all results for participants{/ts}">» {ts}View all results for participants{/ts}</a>
+ title="{ts}View all results for participants{/ts}"><i class="crm-i fa-chevron-right"></i> {ts}View all results for participants{/ts}</a>
</div>{/if}
{if $table}{include file="CRM/common/pager.tpl" location="below"}{/if}
{* END Actions/Results section *}
{if !$table and $summary.addShowAllLink.Membership}
<div class="crm-section full-text-view-all-section">
<a href="{crmURL p='civicrm/contact/search/custom' q="csid=`$csID`&reset=1&force=1&table=Membership&text=$text"}"
- title="{ts}View all results for memberships{/ts}">» {ts}View all results for memberships{/ts}</a>
+ title="{ts}View all results for memberships{/ts}"><i class="crm-i fa-chevron-right"></i> {ts}View all results for memberships{/ts}</a>
</div>
{/if}
{if $table}{include file="CRM/common/pager.tpl" location="below"}{/if}
{if !$table and $summary.addShowAllLink.File}
<div class="crm-section full-text-view-all-section">
<a href="{crmURL p='civicrm/contact/search/custom' q="csid=`$csID`&reset=1&force=1&table=File&text=$text"}"
- title="{ts}View all results for files{/ts}">» {ts}View all results for files{/ts}</a>
+ title="{ts}View all results for files{/ts}"><i class="crm-i fa-chevron-right"></i> {ts}View all results for files{/ts}</a>
</div>{/if}
{if $table}{include file="CRM/common/pager.tpl" location="below"}{/if}
{* END Actions/Results section *}
<div id="search-status">
<div class="float-right right">
{if $action eq 256}
- <a href="{$advSearchURL}">» {ts}Advanced Search{/ts}</a><br />
+ <a href="{$advSearchURL}"><i class="crm-i fa-chevron-right"></i> {ts}Advanced Search{/ts}</a><br />
{if $context eq 'search'} {* Only show Search Builder link for basic search. *}
- <a href="{$searchBuilderURL}">» {ts}Search Builder{/ts}</a><br />
+ <a href="{$searchBuilderURL}"><i class="crm-i fa-chevron-right"></i> {ts}Search Builder{/ts}</a><br />
{/if}
{if $context eq 'smog'}
{help id="id-smog-criteria" group_id=$group.id group_title=$group.title ssID=$ssID ssMappingID=$ssMappingID permissionedForGroup=$permissionedForGroup}
{help id="id-basic-criteria"}
{/if}
{elseif $action eq 512}
- <a href="{$searchBuilderURL}">» {ts}Search Builder{/ts}</a><br />
+ <a href="{$searchBuilderURL}"><i class="crm-i fa-chevron-right"></i> {ts}Search Builder{/ts}</a><br />
{elseif $action eq 8192}
- <a href="{$advSearchURL}">» {ts}Advanced Search{/ts}</a><br />
+ <a href="{$advSearchURL}"><i class="crm-i fa-chevron-right"></i> {ts}Advanced Search{/ts}</a><br />
{/if}
</div>
<td class="data">{$invalidRowCount}</td>
<td class="explanation">{ts}Rows with invalid data in one or more fields (for example, invalid email address formatting). These rows will be skipped (not imported).{/ts}
{if $invalidRowCount}
- <div class="action-link"><a href="{$downloadErrorRecordsUrl}">» {ts}Download Errors{/ts}</a></div>
+ <div class="action-link"><a href="{$downloadErrorRecordsUrl}"><i class="crm-i fa-download"></i> {ts}Download Errors{/ts}</a></div>
{/if}
</td>
</tr>
<td class="data">{$conflictRowCount}</td>
<td class="explanation">{ts}Rows with conflicting email addresses within this file. These rows will be skipped (not imported).{/ts}
{if $conflictRowCount}
- <div class="action-link"><a href="{$downloadConflictRecordsUrl}">» {ts}Download Conflicts{/ts}</a></div>
+ <div class="action-link"><a href="{$downloadConflictRecordsUrl}"><i class="crm-i fa-download"></i> {ts}Download Conflicts{/ts}</a></div>
{/if}
</td>
</tr>
<td class="data">{$invalidRowCount}</td>
<td class="explanation">{ts}Rows with invalid data in one or more fields (for example, invalid email address formatting). These rows will be skipped (not imported).{/ts}
{if $invalidRowCount}
- <div class="action-link"><a href="{$downloadErrorRecordsUrl}">» {ts}Download Errors{/ts}</a></div>
+ <div class="action-link"><a href="{$downloadErrorRecordsUrl}"><i class="crm-i fa-download"></i> {ts}Download Errors{/ts}</a></div>
{/if}
</td>
</tr>
<td class="data">{$unMatchCount}</td>
<td class="explanation">{ts}Rows with mismatched contact IDs... (NOT updated).{/ts}
{if $unMatchCount}
- <<div class="action-link"><a href="{$downloadMismatchRecordsUrl}">» {ts}Download Mismatched Contacts{/ts}</a></div>
+ <<div class="action-link"><a href="{$downloadMismatchRecordsUrl}"><i class="crm-i fa-download"></i> {ts}Download Mismatched Contacts{/ts}</a></div>
{/if}
</td>
</tr>
<td class="data">{$conflictRowCount}</td>
<td class="explanation">{ts}Rows with conflicting email addresses (NOT imported).{/ts}
{if $conflictRowCount}
- <div class="action-link"><a href="{$downloadConflictRecordsUrl}">» {ts}Download Conflicts{/ts}</a></div>
+ <div class="action-link"><a href="{$downloadConflictRecordsUrl}"><i class="crm-i fa-download"></i> {ts}Download Conflicts{/ts}</a></div>
{/if}
</td>
</tr>
<td class="data">{$duplicateRowCount}</td>
<td class="explanation">{ts}Rows which are duplicates of existing CiviCRM contact records.{/ts} {$dupeActionString}
{if $duplicateRowCount}
- <div class="action-link"><a href="{$downloadDuplicateRecordsUrl}">» {ts}Download Duplicates{/ts}</a></div>
+ <div class="action-link"><a href="{$downloadDuplicateRecordsUrl}"><i class="crm-i fa-download"></i> {ts}Download Duplicates{/ts}</a></div>
{/if}
</td>
</tr>
<div class="crm-submit-buttons">{include file="CRM/common/formButtons.tpl" location="bottom"}</div>
</div>
-
{if $rows}
{foreach from=$rows item=customTitle key=csid}
<div class="action-link">
- <a href="{crmURL p="civicrm/contact/search/custom" q="csid=`$csid`&reset=1"}" title="{ts}Use this search{/ts}">» {$customTitle}</a>
+ <a href="{crmURL p="civicrm/contact/search/custom" q="csid=`$csid`&reset=1"}" title="{ts}Use this search{/ts}"><i class="crm-i fa-chevron-right"></i> {$customTitle}</a>
</div>
{/foreach}
{else}
<a href="{crmURL p='civicrm/contact/view' q="reset=1&cid=`$exception.contact_id2`"}" target="_blank">{ $exception.$contact2name }</a>
</td>
<td>
- <a id='duplicateContacts' href="#" title={ts}Remove Exception{/ts} onClick="processDupes( {$exception.contact_id1}, {$exception.contact_id2}, 'nondupe-dupe', 'dedupe-exception' );return false;">» {ts}Remove Exception{/ts}</a>
+ <a id='duplicateContacts' href="#" title={ts}Remove Exception{/ts} onClick="processDupes( {$exception.contact_id1}, {$exception.contact_id2}, 'nondupe-dupe', 'dedupe-exception' );return false;"><i class="crm-i fa-trash"></i> {ts}Remove Exception{/ts}</a>
</td>
</tr>
{htxt id="id-configure-contrib-pages"}
<table>
<tr>
- <td><a href="{crmURL p='civicrm/admin/contribute/settings' q="reset=1&action=update&id=`$contributionPageID`"}" id="idContribPageSettings">» {ts}Title and Settings{/ts}</a></td>
+ <td><a href="{crmURL p='civicrm/admin/contribute/settings' q="reset=1&action=update&id=`$contributionPageID`"}" id="idContribPageSettings"><i class="crm-i fa-chevron-right"></i> {ts}Title and Settings{/ts}</a></td>
<td>{ts}Use this form to edit the page title, financial type (e.g. donation, campaign contribution, etc.), goal amount, introduction, and status (active/inactive) for this online contribution page.{/ts}</td>
</tr>
<tr>
- <td><a href="{crmURL p='civicrm/admin/contribute/amount' q="reset=1&action=update&id=`$contributionPageID`"}" id="idAmount">» {ts}Amount{/ts}</a></td>
+ <td><a href="{crmURL p='civicrm/admin/contribute/amount' q="reset=1&action=update&id=`$contributionPageID`"}" id="idAmount"><i class="crm-i fa-chevron-right"></i> {ts}Amount{/ts}</a></td>
<td>{ts}Use this form to configure Contribution Amount options. You can give contributors the ability to enter their own contribution amounts and/or provide a fixed list of amounts. For fixed amounts, you can enter a label for each 'level' of contribution (e.g. Friend, Sustainer, etc.). If you allow people to enter their own dollar amounts, you can also set minimum and maximum values. Depending on your choice of Payment Processor, you may be able to offer a recurring contribution option.{/ts}</td>
</tr>
<tr>
- <td><a href="{crmURL p='civicrm/admin/contribute/membership' q="reset=1&action=update&id=`$contributionPageID`"}" id="idMembership">» {ts}Memberships{/ts}</a></td>
+ <td><a href="{crmURL p='civicrm/admin/contribute/membership' q="reset=1&action=update&id=`$contributionPageID`"}" id="idMembership"><i class="crm-i fa-chevron-right"></i> {ts}Memberships{/ts}</a></td>
<td>{ts}Use this form to enable and configure a Membership Signup and Renewal section for this Online Contribution Page. If you're not using this page for membership signup, leave the Enabled box un-checked.{/ts}</td>
</tr>
<tr>
- <td><a href="{crmURL p='civicrm/admin/contribute/thankYou' q="reset=1&action=update&id=`$contributionPageID`"}" id="idThanks">» {ts}Thank-you and Receipting{/ts}</a></td>
+ <td><a href="{crmURL p='civicrm/admin/contribute/thankYou' q="reset=1&action=update&id=`$contributionPageID`"}" id="idThanks"><i class="crm-i fa-chevron-right"></i> {ts}Thank-you and Receipting{/ts}</a></td>
<td>{ts}Use this form to configure the thank-you message and receipting options. Contributors will see a confirmation and thank-you page after whenever an online contribution is successfully processed. You provide the content and layout of the thank-you section below. You also control whether an electronic receipt is automatically emailed to each contributor, and you can add a custom message to that receipt.{/ts}</td>
</tr>
<tr>
- <td><a href="{crmURL p='civicrm/admin/contribute/friend' q="reset=1&action=update&id=`$contributionPageID`"}" id="idFriend">» {ts}Tell a Friend{/ts}</a></td>
+ <td><a href="{crmURL p='civicrm/admin/contribute/friend' q="reset=1&action=update&id=`$contributionPageID`"}" id="idFriend"><i class="crm-i fa-chevron-right"></i> {ts}Tell a Friend{/ts}</a></td>
<td>{ts}Tell a Friend gives your contributors an easy way to spread the word about this fundraising campaign. The contribution thank-you page will include a link to a form where they can enter their friends' email addresses, along with a personalized message. CiviCRM will record these solicitation activities, and will add the friends to your database.{/ts}</td>
</tr>
<tr>
- <td><a href="{crmURL p='civicrm/admin/contribute/custom' q="reset=1&action=update&id=`$contributionPageID`"}" id="idCustom">» {ts}Include Profiles{/ts}</a></td>
+ <td><a href="{crmURL p='civicrm/admin/contribute/custom' q="reset=1&action=update&id=`$contributionPageID`"}" id="idCustom"><i class="crm-i fa-chevron-right"></i> {ts}Include Profiles{/ts}</a></td>
<td>{ts}You may want to collect information from contributors beyond what is required to make a contribution. For example, you may want to inquire about volunteer availability and skills. Add any number of fields to your contribution form by selecting CiviCRM Profiles (collections of fields) to include at the beginning of the page, and/or at the bottom.{/ts}<br />
{capture assign=adminGroupURL}{crmURL p="civicrm/admin/uf/group" q="reset=1&action=browse"}{/capture}
{ts 1=$adminGroupURL}You can use existing CiviCRM Profiles on your page or create profile(s) specifically for use in Online Contribution pages. Go to <a href="%1"><strong>Administer CiviCRM Profiles</strong></a> if you need to review, modify or create profiles (you can come back at any time to select or update the Profile(s) used for this page).{/ts}</td>
</tr>
<tr>
- <td><a href="{crmURL p='civicrm/admin/contribute/premium q="reset=1&action=update&id=`$contributionPageID`"}" id="idPremium">» {ts}Premiums{/ts}</a></td>
+ <td><a href="{crmURL p='civicrm/admin/contribute/premium q="reset=1&action=update&id=`$contributionPageID`"}" id="idPremium"><i class="crm-i fa-chevron-right"></i> {ts}Premiums{/ts}</a></td>
<td>{ts}Enable the Premiums section for this Online Contribution Page, and customize the title and introductory message (e.g ...in appreciation of your support, you will be able to select from a number of exciting thank-you gifts...). You can optionally provide a contact email address and/or phone number for inquiries. Then select and review the premiums that you want to offer on this contribution page.{/ts}</td>
</tr>
<tr>
- <td><a href="{crmURL p='civicrm/admin/contribute/widget' q="reset=1&action=update&id=`$contributionPageID`"}" id="idWidget">» {ts}Widget{/ts}</a></td>
+ <td><a href="{crmURL p='civicrm/admin/contribute/widget' q="reset=1&action=update&id=`$contributionPageID`"}" id="idWidget"><i class="crm-i fa-chevron-right"></i> {ts}Widget{/ts}</a></td>
<td>{ts}Widgets allow you and your supporters to easily promote this fund-raising campaign. Widget code can be added to any web page. They will provide a real-time display of current contribution results, and a direct link to this contribution page.{/ts}</td>
</tr>
<tr>
- <td><a href="{crmURL p='civicrm/admin/contribute/pcp' q="reset=1&action=update&id=`$contributionPageID`"}" id="idPCP">» {ts}Personal Campaign Pages{/ts}</a></td>
+ <td><a href="{crmURL p='civicrm/admin/contribute/pcp' q="reset=1&action=update&id=`$contributionPageID`"}" id="idPCP"><i class="crm-i fa-chevron-right"></i> {ts}Personal Campaign Pages{/ts}</a></td>
<td>{ts}Allow constituents to create their own personal fundraising pages linked to this contribution page.{/ts}</td>
</tr>
<tr>
- <td><a href="{crmURL p='civicrm/contribute/transact' q="reset=1&action=preview&id=`$contributionPageID`"}" id="idTest">» {ts}Online Contribution{/ts}</a><br /> ({ts}Test-drive{/ts})</td>
+ <td><a href="{crmURL p='civicrm/contribute/transact' q="reset=1&action=preview&id=`$contributionPageID`"}" id="idTest"><i class="crm-i fa-chevron-right"></i> {ts}Online Contribution{/ts}</a><br /> ({ts}Test-drive{/ts})</td>
<td>{ts}Test-drive the entire contribution process—including custom fields, confirmation, thank-you page, and receipting. Transactions will be directed to your payment processor's test server. No live financial transactions will be submitted. However, a contact record will be created or updated and a test contribution record will be saved to the database. Use obvious test contact names so you can review and delete these records as needed. Test contributions are not visible on the Contributions tab, but can be viewed by searching for 'Test Contributions' in the CiviContribute search form.{/ts}</td>
</tr>
<tr>
- <td><a href="{crmURL p='civicrm/contribute/transact' q="reset=1&id=`$contributionPageID`"}" id="idLive">» {ts}Online Contribution{/ts}</a><br /> ({ts}Live{/ts})</td>
+ <td><a href="{crmURL p='civicrm/contribute/transact' q="reset=1&id=`$contributionPageID`"}" id="idLive"><i class="crm-i fa-chevron-right"></i> {ts}Online Contribution{/ts}</a><br /> ({ts}Live{/ts})</td>
<td>{ts}Review your customized <strong>LIVE</strong> online contribution page here. Use the following URL in links and buttons on any website to send visitors to this live page:{/ts}<br />
<strong>{crmURL a=1 fe=1 p="civicrm/contribute/transact" q="reset=1&id=`$contributionPageID`"}</strong></td>
</tr>
</div>
<textarea rows="8" cols="50" name="widget_code" id="widget_code">{include file="CRM/Contribute/Page/Widget.tpl" widgetId=$widget_id cpageId=$cpageId}</textarea>
<br />
- <strong><a href="#" onclick="Widget.widget_code.select(); return false;">» {ts}Select Code{/ts}</a></strong>
+ <strong><a href="#" onclick="Widget.widget_code.select(); return false;"><i class="crm-i fa-code"></i> {ts}Select Code{/ts}</a></strong>
{else}
<div class="description">
{ts}The code for adding this widget to web pages will be displayed here after you click <strong>Save and Preview</strong>.{/ts}
</div>
{if $products}
<div class="action-link">
- <a href="{crmURL p='civicrm/admin/contribute/addProductToPage' q="reset=1&action=update&id=$id"}">» {ts}Offer Another Premium on this Contribution Page{/ts}</a>
+ <a href="{crmURL p='civicrm/admin/contribute/addProductToPage' q="reset=1&action=update&id=$id"}"><i class="crm-i fa-plus-circle"></i> {ts}Offer Another Premium on this Contribution Page{/ts}</a>
</div>
{/if}
</div>
{if $myCases}
<tr>
<td class="right">
- <a href="{crmURL p="civicrm/case" q="reset=1&all=1"}"><span>» {ts}Show ALL Cases with Upcoming Activities{/ts}</span></a>
+ <a href="{crmURL p="civicrm/case" q="reset=1&all=1"}"><span><i class="crm-i fa-chevron-right"></i> {ts}Show ALL Cases with Upcoming Activities{/ts}</span></a>
</td>
</tr>
{else}
<tr>
<td class="right">
- <a href="{crmURL p="civicrm/case" q="reset=1&all=0"}"><span>» {ts}Show My Cases with Upcoming Activities{/ts}</span></a>
+ <a href="{crmURL p="civicrm/case" q="reset=1&all=0"}"><span><i class="crm-i fa-chevron-right"></i> {ts}Show My Cases with Upcoming Activities{/ts}</span></a>
</td>
</tr>
{/if}
<tr>
<td class="right">
- <a href="{crmURL p="civicrm/case/search" q="reset=1&case_owner=1&force=1"}"><span>» {ts}Show My Cases{/ts}</span></a>
+ <a href="{crmURL p="civicrm/case/search" q="reset=1&case_owner=1&force=1"}"><span><i class="crm-i fa-chevron-right"></i> {ts}Show My Cases{/ts}</span></a>
</td>
</tr>
</table>
<a href="{crmURL p='civicrm/event/cart_checkout'}" class="button crm-check-out-button"><i class="crm-i fa-credit-card"></i> {ts}Checkout{/ts}</a>
</div>
{/if}
-<a href="{crmURL p="civicrm/event/ical" q="reset=1&page=1&html=1"}">« Back to Event List</a>
+<a href="{crmURL p="civicrm/event/ical" q="reset=1&page=1&html=1"}"><i class="crm-i fa-chevron-left"></i> Back to Event List</a>
{ts}Event Configuration{/ts}
{/htxt}
{htxt id="id-configure-events"}
-<table>
+<table>
<tr>
- <td><a href="{crmURL p='civicrm/event/manage/settings' q="reset=1&action=update&id=`$params.eventId`"}" id="idEventInformationandSettings">» {ts}Info & Settings{/ts}</a></td>
+ <td><a href="{crmURL p='civicrm/event/manage/settings' q="reset=1&action=update&id=`$params.eventId`"}" id="idEventInformationandSettings"><i class="crm-i fa-chevron-right"></i> {ts}Info & Settings{/ts}</a></td>
<td>{ts}Set event title, type (conference, performance etc.), description, start and end dates, maximum number of participants, and activate the event. Enable the public participant listing feature.{/ts}</td>
</tr>
<tr>
- <td><a href="{crmURL p='civicrm/event/manage/location' q="reset=1&action=update&id=`$params.eventId`"}" id="idLocation">» {ts}Location{/ts}</a></td>
+ <td><a href="{crmURL p='civicrm/event/manage/location' q="reset=1&action=update&id=`$params.eventId`"}" id="idLocation"><i class="crm-i fa-chevron-right"></i> {ts}Location{/ts}</a></td>
<td>{ts}Set event location and event contact information (email and phone).{/ts}</td>
</tr>
<tr>
- <td><a href="{crmURL p='civicrm/event/manage/fee' q="reset=1&action=update&id=`$params.eventId`"}" id="idFee">» {ts}Fees{/ts}</a></td>
+ <td><a href="{crmURL p='civicrm/event/manage/fee' q="reset=1&action=update&id=`$params.eventId`"}" id="idFee"><i class="crm-i fa-chevron-right"></i> {ts}Fees{/ts}</a></td>
<td>{ts}Determine if the event is free or paid. For paid events, set the payment processor, fee level(s) and discounts. Give online registrants the option to 'pay later' (e.g. mail in a check, call in a credit card, etc.).{/ts}</td>
</tr>
<tr>
- <td><a href="{crmURL p='civicrm/event/manage/registration' q="reset=1&action=update&id=`$params.eventId`"}" id="idRegistration">» {ts}Online Registration{/ts}</a></td>
+ <td><a href="{crmURL p='civicrm/event/manage/registration' q="reset=1&action=update&id=`$params.eventId`"}" id="idRegistration"><i class="crm-i fa-chevron-right"></i> {ts}Online Registration{/ts}</a></td>
<td>{ts}Determine whether an online registration page is available. If so, configure registration, confirmation and thank you page elements and confirmation email details.{/ts}</td>
</tr>
<tr>
- <td><a href="{crmURL p='civicrm/event/manage/friend' q="reset=1&action=update&id=`$params.eventId`"}" id="idFriend">» {ts}Tell a Friend{/ts}</a></td>
+ <td><a href="{crmURL p='civicrm/event/manage/friend' q="reset=1&action=update&id=`$params.eventId`"}" id="idFriend"><i class="crm-i fa-chevron-right"></i> {ts}Tell a Friend{/ts}</a></td>
<td>{ts}Make it easy for participants to spread the word about this event to friends and colleagues.{/ts}</td>
</tr>
{if !$params.isTemplate}
<tr>
{if $params.participantListingURL}
- <td><a href="{$params.participantListingURL}" id="idParticipantListing">» {ts}Participant Listing{/ts}</a></td>
+ <td><a href="{$params.participantListingURL}" id="idParticipantListing"><i class="crm-i fa-chevron-right"></i> {ts}Participant Listing{/ts}</a></td>
{if $config->userSystem->is_drupal}
<td>{ts 1=$params.participantListingURL}The following URL will display a list of registered participants for this event to users whose role includes "view event participants" permission: <a href="%1">%1</a>{/ts}</td>
{else}
<td>{ts 1=$params.participantListingURL}The following URL will display a list of registered participants for this event: <a href="%1">%1</a>{/ts}</td>
{/if}
{else}
- <td>» {ts}Participant Listing{/ts}</td>
+ <td><i class="crm-i fa-chevron-right"></i> {ts}Participant Listing{/ts}</td>
<td>{ts}Participant Listing is not enabled for this event. You can enable it from{/ts} <a href="{crmURL p='civicrm/event/manage/settings' q="reset=1&action=update&id=`$params.eventId`"}">{ts}Event Information and Settings{/ts}</a>.
{/if}
</tr>
<tr>
- <td><a href="{crmURL p='civicrm/event/info' q="reset=1&id=`$params.eventId`" fe=1}" id="idDisplayEvent">» {ts}Event Info{/ts}</a></td>
+ <td><a href="{crmURL p='civicrm/event/info' q="reset=1&id=`$params.eventId`" fe=1}" id="idDisplayEvent"><i class="crm-i fa-chevron-right"></i> {ts}Event Info{/ts}</a></td>
<td>{ts}View the Event Information page as it will be displayed to site visitors.{/ts}</td>
</tr>
{if $params.isOnlineRegistration}
<tr>
- <td><a href="{crmURL p='civicrm/event/register' q="reset=1&action=preview&id=`$params.eventId`" a=1 fe=1}" id="idTest-drive">» {ts}Registration{/ts}</a><br />({ts}test-drive{/ts})</td>
+ <td><a href="{crmURL p='civicrm/event/register' q="reset=1&action=preview&id=`$params.eventId`" a=1 fe=1}" id="idTest-drive"><i class="crm-i fa-chevron-right"></i> {ts}Registration{/ts}</a><br />({ts}test-drive{/ts})</td>
<td>{ts}Test-drive the entire online registration process - including custom fields, confirmation, thank-you page, and receipting. Fee payment transactions will be directed to your payment processor's test server. <strong>No live financial transactions will be submitted. However, a contact record will be created or updated and participant and contribution records will be saved to the database. Use obvious test contact names so you can review and delete these records as needed.</strong>{/ts}</td>
</tr>
<tr>
- <td><a href="{crmURL a=1 fe=1 p='civicrm/event/register' q="reset=1&id=`$params.eventId`"}" id="idLive">» {ts}Registration{/ts}</a><br />({ts}live{/ts})</td>
+ <td><a href="{crmURL a=1 fe=1 p='civicrm/event/register' q="reset=1&id=`$params.eventId`"}" id="idLive"><i class="crm-i fa-chevron-right"></i> {ts}Registration{/ts}</a><br />({ts}live{/ts})</td>
<td>{ts}Review your customized <strong>LIVE</strong> online event registration page here. Use the following URL in links and buttons on any website to send visitors to this live page{/ts}:<br />
<strong>{crmURL a=1 fe=1 p='civicrm/event/register' q="reset=1&id=`$params.eventId`"}</strong>
</td>
{/if}
<div class="action-link section event_info_link-section">
- <a href="{crmURL p='civicrm/event/info' q="reset=1&id=`$event.id`"}">» {ts 1=$event.event_title}Back to "%1" event information{/ts}</a>
+ <a href="{crmURL p='civicrm/event/info' q="reset=1&id=`$event.id`"}"><i class="crm-i fa-chevron-left"></i> {ts 1=$event.event_title}Back to "%1" event information{/ts}</a>
</div>
{if $event.is_public }
{if $limit and $pager->_totalItems GT $limit }
{if $context EQ 'event_dashboard' }
<tr class="even-row">
- <td colspan="10"><a href="{crmURL p='civicrm/event/search' q='reset=1'}">» {ts}Find more event participants{/ts}...</a></td></tr>
+ <td colspan="10"><a href="{crmURL p='civicrm/event/search' q='reset=1'}"><i class="crm-i fa-chevron-right"></i> {ts}Find more event participants{/ts}...</a></td></tr>
</tr>
{elseif $context eq 'participant' }
<tr class="even-row">
- <td colspan="7"><a href="{crmURL p='civicrm/contact/view' q="reset=1&force=1&selectedChild=participant&cid=$contactId"}">» {ts}View all events for this contact{/ts}...</a></td></tr>
+ <td colspan="7"><a href="{crmURL p='civicrm/contact/view' q="reset=1&force=1&selectedChild=participant&cid=$contactId"}"><i class="crm-i fa-chevron-right"></i> {ts}View all events for this contact{/ts}...</a></td></tr>
</tr>
{/if}
{/if}
{if $actionColumn}
<td class="crm-event-isMap">
{if $values.isMap}
- <a href="{$values.isMap}" title="{ts}Map event location{/ts}">» {ts}Map{/ts}</a>
+ <a href="{$values.isMap}" title="{ts}Map event location{/ts}"><i class="crm-i fa-map-marker"></i> {ts}Map{/ts}</a>
|
{/if}
{if $values.configure}
</tbody>
</table>
{if $eventSummary.total_events GT 10}
- <div><a href="{crmURL p='civicrm/admin/event' q='reset=1'}">» {ts}Browse more events{/ts}...</a></div>
+ <div><a href="{crmURL p='civicrm/admin/event' q='reset=1'}"><i class="crm-i fa-chevron-right"></i> {ts}Browse more events{/ts}...</a></div>
{/if}
{else}
<br />
{if ($context EQ 'dashboard') AND $pager->_totalItems GT $limit}
<tr class="even-row">
- <td colspan="9"><a href="{crmURL p='civicrm/grant/search' q='reset=1&force=1'}">» {ts}List more Grants{/ts}...</a></td></tr>
+ <td colspan="9"><a href="{crmURL p='civicrm/grant/search' q='reset=1&force=1'}"><i class="crm-i fa-chevron-right"></i> {ts}List more Grants{/ts}...</a></td></tr>
</tr>
{/if}
</table>
<div class="crm-submit-buttons">{include file="CRM/common/formButtons.tpl" location="bottom"}</div>
{if $action neq 1}
<div class="action-link">
- <a {$crmURL}>» {ts}Contacts in this Group{/ts}</a>
+ <a {$crmURL}><i class="crm-i fa-users"></i> {ts}Contacts in this Group{/ts}</a>
{if $group.saved_search_id}
<br />
{if $group.mapping_id}
- <a class="no-popup" href="{crmURL p="civicrm/contact/search/builder" q="reset=1&ssID=`$group.saved_search_id`"}">» {ts}Edit Smart Group Criteria{/ts}</a>
+ <a class="no-popup" href="{crmURL p="civicrm/contact/search/builder" q="reset=1&ssID=`$group.saved_search_id`"}"><i class="crm-i fa-pencil"></i> {ts}Edit Smart Group Criteria{/ts}</a>
{elseif $group.search_custom_id}
- <a class="no-popup" href="{crmURL p="civicrm/contact/search/custom" q="reset=1&ssID=`$group.saved_search_id`"}">» {ts}Edit Smart Group Criteria{/ts}</a>
+ <a class="no-popup" href="{crmURL p="civicrm/contact/search/custom" q="reset=1&ssID=`$group.saved_search_id`"}"><i class="crm-i fa-pencil"></i> {ts}Edit Smart Group Criteria{/ts}</a>
{else}
- <a class="no-popup" href="{crmURL p="civicrm/contact/search/advanced" q="reset=1&ssID=`$group.saved_search_id`"}">» {ts}Edit Smart Group Criteria{/ts}</a>
+ <a class="no-popup" href="{crmURL p="civicrm/contact/search/advanced" q="reset=1&ssID=`$group.saved_search_id`"}"><i class="crm-i fa-pencil"></i> {ts}Edit Smart Group Criteria{/ts}</a>
{/if}
{/if}
{/if}
<div class="action-link">
- <a href="{$backUrl}">» {$backUrlTitle}</a>
+ <a href="{$backUrl}"><i class="crm-i fa-chevron-left"></i> {$backUrlTitle}</a>
</div>
{include file="CRM/common/pager.tpl" location="bottom"}
<td>
{$report.mailing.body_text|mb_truncate:30|escape|nl2br}
<br />
- <strong><a class="crm-popup" href='{$textViewURL}'>» {ts}View complete message{/ts}</a></strong>
+ <strong><a class="crm-popup" href='{$textViewURL}'><i class="crm-i fa-chevron-right"></i> {ts}View complete message{/ts}</a></strong>
</td>
</tr>
{/if}
<tr>
<td class="label nowrap">{ts}HTML Message{/ts}</td>
<td>
- <a class="crm-popup" href='{$htmlViewURL}'>» {ts}View complete message{/ts}</a>
+ <a class="crm-popup" href='{$htmlViewURL}'><i class="crm-i fa-chevron-right"></i> {ts}View complete message{/ts}</a>
</td>
</tr>
{/if}
{/strip}
</fieldset>
<div class="action-link">
- <a href="{$backUrl}" >» {$backUrlTitle}</a>
+ <a href="{$backUrl}" ><i class="crm-i fa-chevron-left"></i> {$backUrlTitle}</a>
</div>
-
-
-
-
-
{* Link to "View all memberships" for Contact Summary selector display *}
{if ($context EQ 'membership') AND $pager->_totalItems GT $limit}
<tr class="even-row">
- <td colspan="7"><a href="{crmURL p='civicrm/contact/view' q="reset=1&force=1&selectedChild=member&cid=$contactId"}">» {ts}View all memberships for this contact{/ts}...</a></td></tr>
+ <td colspan="7"><a href="{crmURL p='civicrm/contact/view' q="reset=1&force=1&selectedChild=member&cid=$contactId"}"><i class="crm-i fa-chevron-right"></i> {ts}View all memberships for this contact{/ts}...</a></td></tr>
</tr>
{/if}
{if ($context EQ 'dashboard') AND $pager->_totalItems GT $limit}
<tr class="even-row">
- <td colspan="10"><a href="{crmURL p='civicrm/member/search' q='reset=1'}">» {ts}Find more members{/ts}...</a></td></tr>
+ <td colspan="10"><a href="{crmURL p='civicrm/member/search' q='reset=1'}"><i class="crm-i fa-chevron-right"></i> {ts}Find more members{/ts}...</a></td></tr>
</tr>
{/if}
</table>
<td class="data">{$invalidRowCount}</td>
<td class="explanation">{ts}Rows with invalid data in one or more fields. These rows will be skipped (not imported).{/ts}
{if $invalidRowCount}
- <div class="action-link"><a href="{$downloadErrorRecordsUrl}">» {ts}Download Errors{/ts}</a></div>
+ <div class="action-link"><a href="{$downloadErrorRecordsUrl}"><i class="crm-i fa-download"></i> {ts}Download Errors{/ts}</a></div>
{/if}
</td>
</tr>
<td class="data">{$conflictRowCount}</td>
<td class="explanation">{ts}Rows with conflicting transaction ids within this file. These rows will be skipped (not imported).{/ts}
{if $conflictRowCount}
- <div class="action-link"><a href="{$downloadConflictRecordsUrl}">» {ts}Download Conflicts{/ts}</a></div>
+ <div class="action-link"><a href="{$downloadConflictRecordsUrl}"><i class="crm-i fa-download"></i> {ts}Download Conflicts{/ts}</a></div>
{/if}
</td>
</tr>
<td class="data">{$invalidRowCount}</td>
<td class="explanation">{ts}Rows with invalid data in one or more fields. These rows will be skipped (not imported).{/ts}
{if $invalidRowCount}
- <div class="action-link"><a href="{$downloadErrorRecordsUrl}">» {ts}Download Errors{/ts}</a></div>
+ <div class="action-link"><a href="{$downloadErrorRecordsUrl}"><i class="crm-i fa-download"></i> {ts}Download Errors{/ts}</a></div>
{/if}
</td>
</tr>
{foreach from = $links key = k item = v}
<tr>
<td>
- <a href="{crmURL p=$v.url q=$v.qs|replace:'%%pcpId%%':$replace.id|replace:'%%pageComponent%%':$replace.pageComponent|replace:'%%pcpBlock%%':$replace.block}" title="{$v.title|escape:'html'}" {if $v.extra}{$v.extra}{/if}><strong>» {$v.name}</strong></a>
+ <a href="{crmURL p=$v.url q=$v.qs|replace:'%%pcpId%%':$replace.id|replace:'%%pageComponent%%':$replace.pageComponent|replace:'%%pcpBlock%%':$replace.block}" title="{$v.title|escape:'html'}" {if $v.extra}{$v.extra}{/if}><strong><i class="crm-i fa-chevron-right"></i> {$v.name}</strong></a>
</td>
<td> <cite>{$hints.$k}</cite></td>
</tr>
{* Dashboard only lists 10 most recent pledges. *}
{if $context EQ 'dashboard' and $limit and $pager->_totalItems GT $limit }
<tr class="even-row">
- <td colspan="10"><a href="{crmURL p='civicrm/pledge/search' q='reset=1'}">» {ts}Find more pledges{/ts}... </a></td>
+ <td colspan="10"><a href="{crmURL p='civicrm/pledge/search' q='reset=1'}"><i class="crm-i fa-chevron-right"></i> {ts}Find more pledges{/ts}... </a></td>
</tr>
{/if}
<div id="search-status">
{ts}Displaying contacts where:{/ts}
{include file="CRM/common/displaySearchCriteria.tpl"}
- {if $mapURL}<a href="{$mapURL}">» {ts}Map these contacts{/ts}</a>{/if}
+ {if $mapURL}<a href="{$mapURL}"><i class="crm-i fa-map-marker"></i> {ts}Map these contacts{/ts}</a>{/if}
</div>
</div>
{/if}
{/foreach}
<div class="action-link">
{if $listingURL}
- <a href="{$listingURL}"><i class="crm-i fa-chevron-right"></i> {ts}Back to Listings{/ts}</a>
+ <a href="{$listingURL}"><i class="crm-i fa-chevron-left"></i> {ts}Back to Listings{/ts}</a>
{/if}
{if $mapURL}
- <a href="{$mapURL}">» {ts}Map Primary Address{/ts}</a>
+ <a href="{$mapURL}"><i class="crm-i fa-map-marker"></i> {ts}Map Primary Address{/ts}</a>
{/if}
</div>
{/if}
<table class="report-layout">
{foreach from=$rows item=row}
<tr id="row_{counter}" class="crm-report-instanceList">
- <td class="crm-report-instanceList-title" style="width:35%"><a href="{$row.url}" title="{ts}Run this report{/ts}">» <strong>{$row.title}</strong></a></td>
+ <td class="crm-report-instanceList-title" style="width:35%"><a href="{$row.url}" title="{ts}Run this report{/ts}"><i class="crm-i fa-chevron-right"></i> <strong>{$row.title}</strong></a></td>
<td class="crm-report-instanceList-description">{$row.description}</td>
<td>
<a href="{$row.viewUrl}" class="action-item crm-hover-button">{ts}View Results{/ts}</a>
{foreach from=$rows item=row}
<tr id="row_{counter}" class="crm-report-templateList">
<td class="crm-report-templateList-title" style="width:35%;">
- <a href="{$row.url}" title="{ts}Create report from this template{/ts}">» <strong>{$row.title}</strong></a>
+ <a href="{$row.url}" title="{ts}Create report from this template{/ts}"><i class="crm-i fa-chevron-right"></i> <strong>{$row.title}</strong></a>
{if $row.instanceUrl}
<div style="font-size:10px;text-align:right;margin-top:3px;">
<a href="{$row.instanceUrl}">{ts}Existing Report(s){/ts}</a>
<a href="#" onclick="html_code.profile.select(); return false;" class="button"><span>Select HTML Code</span></a>
</div>
<div class="action-link">
- <a href="{crmURL p='civicrm/admin/uf/group' q="reset=1"}">» {ts}Back to Profile Listings{/ts}</a>
+ <a href="{crmURL p='civicrm/admin/uf/group' q="reset=1"}"><i class="crm-i fa-chevron-left"></i> {ts}Back to Profile Listings{/ts}</a>
</div>
</form>
{if !empty($lastModified)}
{ts}Last Change by{/ts}: <a href="{crmURL p='civicrm/contact/view' q="action=view&reset=1&cid=`$lastModified.id`"}">{$lastModified.name}</a> ({$lastModified.date|crmDate})
{if !empty($changeLog)}
- <a href="{crmURL p='civicrm/contact/view' q="reset=1&action=browse&selectedChild=log&cid=`$contactId`"}" class="crm-log-view">» {ts}View Change Log{/ts}</a>
+ <a href="{crmURL p='civicrm/contact/view' q="reset=1&action=browse&selectedChild=log&cid=`$contactId`"}" class="crm-log-view"><i class="crm-i fa-history"></i> {ts}View Change Log{/ts}</a>
{/if}
{/if}
{if !empty($created_date)}<div class="contact-created-date">{ts}Created{/ts}: {$created_date|crmDate}</div>{/if}