From 08293aff862c02bad9ac5e2eef506df14061872b Mon Sep 17 00:00:00 2001 From: Andrew Hunt Date: Wed, 6 May 2020 19:30:09 -0400 Subject: [PATCH] Finished replacing the bulk of right angle quotes for links and buttons --- CRM/Core/Controller.php | 4 ++-- templates/CRM/Activity/Form/ActivityView.tpl | 7 +++--- .../CRM/Activity/Import/Form/Preview.tpl | 2 +- templates/CRM/Admin/Page/Access.tpl | 8 +++---- .../CRM/Admin/Page/PaymentProcessorType.tpl | 2 +- templates/CRM/Case/Form/Activity.tpl | 4 ++-- templates/CRM/Case/Form/ActivityView.tpl | 6 ++--- templates/CRM/Case/Form/Selector.tpl | 2 +- templates/CRM/Contact/Form/Domain.tpl | 2 +- .../Contact/Form/Search/Custom/FullText.tpl | 14 ++++++------ .../CRM/Contact/Form/Search/ResultTasks.tpl | 8 +++---- templates/CRM/Contact/Import/Form/Preview.tpl | 4 ++-- templates/CRM/Contact/Import/Form/Summary.tpl | 9 ++++---- templates/CRM/Contact/Page/CustomSearch.tpl | 2 +- .../CRM/Contact/Page/DedupeException.tpl | 2 +- .../Contribute/Form/ContributionPage/Tab.hlp | 22 +++++++++---------- .../Form/ContributionPage/Widget.tpl | 2 +- templates/CRM/Contribute/Page/Premium.tpl | 2 +- templates/CRM/Dashlet/Page/CaseDashboard.tpl | 6 ++--- templates/CRM/Event/Cart/Page/ViewCart.tpl | 2 +- templates/CRM/Event/Form/ManageEvent/Tab.hlp | 22 +++++++++---------- .../CRM/Event/Form/Registration/ThankYou.tpl | 2 +- templates/CRM/Event/Form/Selector.tpl | 4 ++-- templates/CRM/Event/Page/DashBoard.tpl | 4 ++-- templates/CRM/Grant/Form/Selector.tpl | 2 +- templates/CRM/Group/Form/Edit.tpl | 8 +++---- templates/CRM/Mailing/Page/Event.tpl | 2 +- templates/CRM/Mailing/Page/Report.tpl | 11 +++------- templates/CRM/Member/Form/Selector.tpl | 4 ++-- templates/CRM/Member/Import/Form/Preview.tpl | 4 ++-- templates/CRM/Member/Import/Form/Summary.tpl | 2 +- templates/CRM/PCP/Page/PCPInfo.tpl | 2 +- templates/CRM/Pledge/Form/Selector.tpl | 2 +- templates/CRM/Profile/Page/Listings.tpl | 2 +- templates/CRM/Profile/Page/View.tpl | 4 ++-- templates/CRM/Report/Page/InstanceList.tpl | 2 +- templates/CRM/Report/Page/TemplateList.tpl | 2 +- templates/CRM/UF/Page/Group.tpl | 2 +- templates/CRM/common/contactFooter.tpl | 2 +- 39 files changed, 93 insertions(+), 100 deletions(-) diff --git a/CRM/Core/Controller.php b/CRM/Core/Controller.php index 26a4eff054..9d9bba46cc 100644 --- a/CRM/Core/Controller.php +++ b/CRM/Core/Controller.php @@ -556,8 +556,8 @@ class CRM_Core_Controller extends HTML_QuickForm_Controller { public function addWizardStyle(&$wizard) { $wizard['style'] = [ 'barClass' => '', - 'stepPrefixCurrent' => '»', - 'stepPrefixPast' => '✔', + 'stepPrefixCurrent' => ' ', + 'stepPrefixPast' => ' ', 'stepPrefixFuture' => ' ', 'subStepPrefixCurrent' => '  ', 'subStepPrefixPast' => '  ', diff --git a/templates/CRM/Activity/Form/ActivityView.tpl b/templates/CRM/Activity/Form/ActivityView.tpl index b19a243c02..c33de36008 100644 --- a/templates/CRM/Activity/Form/ActivityView.tpl +++ b/templates/CRM/Activity/Form/ActivityView.tpl @@ -22,7 +22,7 @@ {/if} {if $values.mailingId} - {ts}With Contact{/ts}»{ts}Mailing Report{/ts} + {ts}With Contact{/ts}{ts}Mailing Report{/ts} {/if} @@ -84,7 +84,7 @@ {$mailingReport.mailing.body_text|mb_truncate:30|escape|nl2br}
{if $values.mailingId} - » {ts}View complete message{/ts} + {ts}View complete message{/ts} {/if} @@ -97,7 +97,7 @@ {$mailingReport.mailing.body_html|mb_truncate:30|escape|nl2br}
{if $values.mailingId} - » {ts}View complete message{/ts} + {ts}View complete message{/ts} {/if} @@ -130,4 +130,3 @@
{include file="CRM/common/formButtons.tpl" location="bottom"}
- diff --git a/templates/CRM/Activity/Import/Form/Preview.tpl b/templates/CRM/Activity/Import/Form/Preview.tpl index f0a3568a14..f4deaeeeba 100644 --- a/templates/CRM/Activity/Import/Form/Preview.tpl +++ b/templates/CRM/Activity/Import/Form/Preview.tpl @@ -48,7 +48,7 @@ {$invalidRowCount} {ts}Rows with invalid data in one or more fields. These rows will be skipped (not imported).{/ts} {if $invalidRowCount} - + {/if} diff --git a/templates/CRM/Admin/Page/Access.tpl b/templates/CRM/Admin/Page/Access.tpl index bbb735156f..065ab2a761 100644 --- a/templates/CRM/Admin/Page/Access.tpl +++ b/templates/CRM/Admin/Page/Access.tpl @@ -18,20 +18,20 @@ - + - + - + - +
» {ts 1=$config->userFramework}%1 Access Control{/ts} {ts 1=$config->userFramework}%1 Access Control{/ts} {ts}Grant access to CiviCRM components and other CiviCRM permissions.{/ts}
{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}
» {ts}1. Manage Roles{/ts} {ts}1. Manage Roles{/ts} {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}
» {ts}2. Assign Users to CiviCRM ACL Roles{/ts} {ts}2. Assign Users to CiviCRM ACL Roles{/ts} {ts}Once you have defined CiviCRM ACL Roles and granted ACLs to those Roles, use this link to assign users to role(s).{/ts}
» {ts}3. Manage ACLs{/ts} {ts}3. Manage ACLs{/ts} {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}
diff --git a/templates/CRM/Admin/Page/PaymentProcessorType.tpl b/templates/CRM/Admin/Page/PaymentProcessorType.tpl index b1261e7dac..f8fe04b81d 100644 --- a/templates/CRM/Admin/Page/PaymentProcessorType.tpl +++ b/templates/CRM/Admin/Page/PaymentProcessorType.tpl @@ -45,7 +45,7 @@ {if $action ne 1 and $action ne 2} {/if} diff --git a/templates/CRM/Case/Form/Activity.tpl b/templates/CRM/Case/Form/Activity.tpl index 285153e6db..8a97d5d358 100644 --- a/templates/CRM/Case/Form/Activity.tpl +++ b/templates/CRM/Case/Form/Activity.tpl @@ -75,7 +75,7 @@ {if $action eq 1 or $action eq 2}
- » {ts}With other contact(s){/ts} + {ts}With other contact(s){/ts} {/if} @@ -87,7 +87,7 @@ {$form.target_contact_id.html}
- » {if not $multiClient}{ts}With client{/ts}{else}{ts}With client(s){/ts}{/if} + {if not $multiClient}{ts}With client{/ts}{else}{ts}With client(s){/ts}{/if} diff --git a/templates/CRM/Case/Form/ActivityView.tpl b/templates/CRM/Case/Form/ActivityView.tpl index 5a5e145549..3000153af7 100644 --- a/templates/CRM/Case/Form/ActivityView.tpl +++ b/templates/CRM/Case/Form/ActivityView.tpl @@ -36,9 +36,9 @@ {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 *} {$row.value} - {if $activityID}» {ts}List all revisions{/ts}{if !$latestRevisionID}
{ts}(this is the current revision){/ts}{/if}
{/if} - {if $latestRevisionID}» {ts}View current revision{/ts}
{ts}(this is not the current revision){/ts}
{/if} - {if $parentID}» {ts}Prompted by{/ts}{/if} + {if $activityID} {ts}List all revisions{/ts}{if !$latestRevisionID}
{ts}(this is the current revision){/ts}{/if}
{/if} + {if $latestRevisionID} {ts}View current revision{/ts}
{ts}(this is not the current revision){/ts}
{/if} + {if $parentID} {ts}Prompted by{/ts}{/if} {else} {if $row.label eq 'Details'}{$row.value|crmStripAlternatives|nl2br|purify}{elseif $row.type eq 'Date'}{$row.value|crmDate}{else}{$row.value}{/if} diff --git a/templates/CRM/Case/Form/Selector.tpl b/templates/CRM/Case/Form/Selector.tpl index bba4976b9f..fb306ba85f 100644 --- a/templates/CRM/Case/Form/Selector.tpl +++ b/templates/CRM/Case/Form/Selector.tpl @@ -61,7 +61,7 @@ {* Dashboard only lists 10 most recent cases. *} {if $context EQ 'dashboard' and $limit and $pager->_totalItems GT $limit } - » {ts}Find more cases{/ts}... + {ts}Find more cases{/ts}... {/if} diff --git a/templates/CRM/Contact/Form/Domain.tpl b/templates/CRM/Contact/Form/Domain.tpl index c5543452ca..870dbd0544 100644 --- a/templates/CRM/Contact/Form/Domain.tpl +++ b/templates/CRM/Contact/Form/Domain.tpl @@ -46,7 +46,7 @@ {if ($action eq 4)} {/if} {if !($action eq 4)} diff --git a/templates/CRM/Contact/Form/Search/Custom/FullText.tpl b/templates/CRM/Contact/Form/Search/Custom/FullText.tpl index 6d15896a9a..1db51eadf1 100644 --- a/templates/CRM/Contact/Form/Search/Custom/FullText.tpl +++ b/templates/CRM/Contact/Form/Search/Custom/FullText.tpl @@ -62,7 +62,7 @@ {if !$table and $summary.addShowAllLink.Contact}
» {ts}View all results for contacts{/ts} + title="{ts}View all results for contacts{/ts}"> {ts}View all results for contacts{/ts}
{/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} @@ -125,7 +125,7 @@ {if !$table and $summary.addShowAllLink.Activity}
» {ts}View all results for activities{/ts} + title="{ts}View all results for activities{/ts}"> {ts}View all results for activities{/ts}
{/if} {if $table}{include file="CRM/common/pager.tpl" location="below"}{/if} @@ -182,7 +182,7 @@ {if !$table and $summary.addShowAllLink.Case}
» {ts}View all results for cases{/ts} + title="{ts}View all results for cases{/ts}"> {ts}View all results for cases{/ts}
{/if} {if $table}{include file="CRM/common/pager.tpl" location="below"}{/if} @@ -236,7 +236,7 @@ {if !$table and $summary.addShowAllLink.Contribution}
» {ts}View all results for contributions{/ts} + title="{ts}View all results for contributions{/ts}"> {ts}View all results for contributions{/ts}
{/if} {if $table}{include file="CRM/common/pager.tpl" location="below"}{/if} @@ -293,7 +293,7 @@ {if !$table and $summary.addShowAllLink.Participant}
» {ts}View all results for participants{/ts} + title="{ts}View all results for participants{/ts}"> {ts}View all results for participants{/ts}
{/if} {if $table}{include file="CRM/common/pager.tpl" location="below"}{/if} {* END Actions/Results section *} @@ -349,7 +349,7 @@ {if !$table and $summary.addShowAllLink.Membership}
» {ts}View all results for memberships{/ts} + title="{ts}View all results for memberships{/ts}"> {ts}View all results for memberships{/ts}
{/if} {if $table}{include file="CRM/common/pager.tpl" location="below"}{/if} @@ -395,7 +395,7 @@ {if !$table and $summary.addShowAllLink.File}
» {ts}View all results for files{/ts} + title="{ts}View all results for files{/ts}"> {ts}View all results for files{/ts}
{/if} {if $table}{include file="CRM/common/pager.tpl" location="below"}{/if} {* END Actions/Results section *} diff --git a/templates/CRM/Contact/Form/Search/ResultTasks.tpl b/templates/CRM/Contact/Form/Search/ResultTasks.tpl index aeb50dc254..3dfd9d9eb0 100644 --- a/templates/CRM/Contact/Form/Search/ResultTasks.tpl +++ b/templates/CRM/Contact/Form/Search/ResultTasks.tpl @@ -18,9 +18,9 @@
{if $action eq 256} - » {ts}Advanced Search{/ts}
+ {ts}Advanced Search{/ts}
{if $context eq 'search'} {* Only show Search Builder link for basic search. *} - » {ts}Search Builder{/ts}
+ {ts}Search Builder{/ts}
{/if} {if $context eq 'smog'} {help id="id-smog-criteria" group_id=$group.id group_title=$group.title ssID=$ssID ssMappingID=$ssMappingID permissionedForGroup=$permissionedForGroup} @@ -30,9 +30,9 @@ {help id="id-basic-criteria"} {/if} {elseif $action eq 512} - » {ts}Search Builder{/ts}
+ {ts}Search Builder{/ts}
{elseif $action eq 8192} - » {ts}Advanced Search{/ts}
+ {ts}Advanced Search{/ts}
{/if}
diff --git a/templates/CRM/Contact/Import/Form/Preview.tpl b/templates/CRM/Contact/Import/Form/Preview.tpl index ff88428d86..d47f3de8f8 100644 --- a/templates/CRM/Contact/Import/Form/Preview.tpl +++ b/templates/CRM/Contact/Import/Form/Preview.tpl @@ -48,7 +48,7 @@ {$invalidRowCount} {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} - + {/if} @@ -59,7 +59,7 @@ {$conflictRowCount} {ts}Rows with conflicting email addresses within this file. These rows will be skipped (not imported).{/ts} {if $conflictRowCount} - + {/if} diff --git a/templates/CRM/Contact/Import/Form/Summary.tpl b/templates/CRM/Contact/Import/Form/Summary.tpl index 7b4a540ea9..f4937d1a99 100644 --- a/templates/CRM/Contact/Import/Form/Summary.tpl +++ b/templates/CRM/Contact/Import/Form/Summary.tpl @@ -75,7 +75,7 @@ {$invalidRowCount} {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} - + {/if} @@ -86,7 +86,7 @@ {$unMatchCount} {ts}Rows with mismatched contact IDs... (NOT updated).{/ts} {if $unMatchCount} - < + < {/if} @@ -97,7 +97,7 @@ {$conflictRowCount} {ts}Rows with conflicting email addresses (NOT imported).{/ts} {if $conflictRowCount} - + {/if} @@ -108,7 +108,7 @@ {$duplicateRowCount} {ts}Rows which are duplicates of existing CiviCRM contact records.{/ts} {$dupeActionString} {if $duplicateRowCount} - + {/if} @@ -151,4 +151,3 @@
{include file="CRM/common/formButtons.tpl" location="bottom"}
- diff --git a/templates/CRM/Contact/Page/CustomSearch.tpl b/templates/CRM/Contact/Page/CustomSearch.tpl index f308f92478..1198b63dd2 100644 --- a/templates/CRM/Contact/Page/CustomSearch.tpl +++ b/templates/CRM/Contact/Page/CustomSearch.tpl @@ -16,7 +16,7 @@ {if $rows} {foreach from=$rows item=customTitle key=csid} {/foreach} {else} diff --git a/templates/CRM/Contact/Page/DedupeException.tpl b/templates/CRM/Contact/Page/DedupeException.tpl index 26898114f8..a493541615 100644 --- a/templates/CRM/Contact/Page/DedupeException.tpl +++ b/templates/CRM/Contact/Page/DedupeException.tpl @@ -60,7 +60,7 @@ { $exception.$contact2name } - » {ts}Remove Exception{/ts} + {ts}Remove Exception{/ts} diff --git a/templates/CRM/Contribute/Form/ContributionPage/Tab.hlp b/templates/CRM/Contribute/Form/ContributionPage/Tab.hlp index 0da4ccdfbc..f854389cef 100644 --- a/templates/CRM/Contribute/Form/ContributionPage/Tab.hlp +++ b/templates/CRM/Contribute/Form/ContributionPage/Tab.hlp @@ -13,49 +13,49 @@ {htxt id="id-configure-contrib-pages"} - + - + - + - + - + - + - + - + - + - + - + diff --git a/templates/CRM/Contribute/Form/ContributionPage/Widget.tpl b/templates/CRM/Contribute/Form/ContributionPage/Widget.tpl index 0d47f6ee58..10b8412329 100644 --- a/templates/CRM/Contribute/Form/ContributionPage/Widget.tpl +++ b/templates/CRM/Contribute/Form/ContributionPage/Widget.tpl @@ -60,7 +60,7 @@
- » {ts}Select Code{/ts} + {ts}Select Code{/ts} {else}
{ts}The code for adding this widget to web pages will be displayed here after you click Save and Preview.{/ts} diff --git a/templates/CRM/Contribute/Page/Premium.tpl b/templates/CRM/Contribute/Page/Premium.tpl index a226f68833..2c51cce1cf 100644 --- a/templates/CRM/Contribute/Page/Premium.tpl +++ b/templates/CRM/Contribute/Page/Premium.tpl @@ -43,7 +43,7 @@
{if $products} {/if} diff --git a/templates/CRM/Dashlet/Page/CaseDashboard.tpl b/templates/CRM/Dashlet/Page/CaseDashboard.tpl index 14a1250015..4107849a3f 100644 --- a/templates/CRM/Dashlet/Page/CaseDashboard.tpl +++ b/templates/CRM/Dashlet/Page/CaseDashboard.tpl @@ -26,19 +26,19 @@ {if $myCases} {else} {/if}
» {ts}Title and Settings{/ts} {ts}Title and Settings{/ts} {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}
» {ts}Amount{/ts} {ts}Amount{/ts} {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}
» {ts}Memberships{/ts} {ts}Memberships{/ts} {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}
» {ts}Thank-you and Receipting{/ts} {ts}Thank-you and Receipting{/ts} {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}
» {ts}Tell a Friend{/ts} {ts}Tell a Friend{/ts} {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}
» {ts}Include Profiles{/ts} {ts}Include Profiles{/ts} {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}
{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 Administer CiviCRM Profiles 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}
» {ts}Premiums{/ts} {ts}Premiums{/ts} {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}
» {ts}Widget{/ts} {ts}Widget{/ts} {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}
» {ts}Personal Campaign Pages{/ts} {ts}Personal Campaign Pages{/ts} {ts}Allow constituents to create their own personal fundraising pages linked to this contribution page.{/ts}
» {ts}Online Contribution{/ts}
({ts}Test-drive{/ts})
{ts}Online Contribution{/ts}
({ts}Test-drive{/ts})
{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}
» {ts}Online Contribution{/ts}
({ts}Live{/ts})
{ts}Online Contribution{/ts}
({ts}Live{/ts})
{ts}Review your customized LIVE online contribution page here. Use the following URL in links and buttons on any website to send visitors to this live page:{/ts}
{crmURL a=1 fe=1 p="civicrm/contribute/transact" q="reset=1&id=`$contributionPageID`"}
- » {ts}Show ALL Cases with Upcoming Activities{/ts} + {ts}Show ALL Cases with Upcoming Activities{/ts}
- » {ts}Show My Cases with Upcoming Activities{/ts} + {ts}Show My Cases with Upcoming Activities{/ts}
- » {ts}Show My Cases{/ts} + {ts}Show My Cases{/ts}
diff --git a/templates/CRM/Event/Cart/Page/ViewCart.tpl b/templates/CRM/Event/Cart/Page/ViewCart.tpl index 2e84d4965e..65e671ca8b 100644 --- a/templates/CRM/Event/Cart/Page/ViewCart.tpl +++ b/templates/CRM/Event/Cart/Page/ViewCart.tpl @@ -33,4 +33,4 @@ {ts}Checkout{/ts} {/if} -« Back to Event List + Back to Event List diff --git a/templates/CRM/Event/Form/ManageEvent/Tab.hlp b/templates/CRM/Event/Form/ManageEvent/Tab.hlp index b19e1ea1ab..00247c78c6 100644 --- a/templates/CRM/Event/Form/ManageEvent/Tab.hlp +++ b/templates/CRM/Event/Form/ManageEvent/Tab.hlp @@ -11,56 +11,56 @@ {ts}Event Configuration{/ts} {/htxt} {htxt id="id-configure-events"} - +
- + - + - + - + - + {if !$params.isTemplate} {if $params.participantListingURL} - + {if $config->userSystem->is_drupal} {else} {/if} {else} - + - + {if $params.isOnlineRegistration} - + - + diff --git a/templates/CRM/Event/Form/Registration/ThankYou.tpl b/templates/CRM/Event/Form/Registration/ThankYou.tpl index e65254bc6b..b2e6a65472 100644 --- a/templates/CRM/Event/Form/Registration/ThankYou.tpl +++ b/templates/CRM/Event/Form/Registration/ThankYou.tpl @@ -195,7 +195,7 @@ {/if} {if $event.is_public } diff --git a/templates/CRM/Event/Form/Selector.tpl b/templates/CRM/Event/Form/Selector.tpl index 919fddb155..7a0dbeeaf2 100644 --- a/templates/CRM/Event/Form/Selector.tpl +++ b/templates/CRM/Event/Form/Selector.tpl @@ -73,11 +73,11 @@ {if $limit and $pager->_totalItems GT $limit } {if $context EQ 'event_dashboard' } - + {elseif $context eq 'participant' } - + {/if} {/if} diff --git a/templates/CRM/Event/Page/DashBoard.tpl b/templates/CRM/Event/Page/DashBoard.tpl index 74fb0ecd03..dda0626c1d 100644 --- a/templates/CRM/Event/Page/DashBoard.tpl +++ b/templates/CRM/Event/Page/DashBoard.tpl @@ -93,7 +93,7 @@ {if $actionColumn}
» {ts}Info & Settings{/ts} {ts}Info & Settings{/ts} {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}
» {ts}Location{/ts} {ts}Location{/ts} {ts}Set event location and event contact information (email and phone).{/ts}
» {ts}Fees{/ts} {ts}Fees{/ts} {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}
» {ts}Online Registration{/ts} {ts}Online Registration{/ts} {ts}Determine whether an online registration page is available. If so, configure registration, confirmation and thank you page elements and confirmation email details.{/ts}
» {ts}Tell a Friend{/ts} {ts}Tell a Friend{/ts} {ts}Make it easy for participants to spread the word about this event to friends and colleagues.{/ts}
» {ts}Participant Listing{/ts} {ts}Participant Listing{/ts}{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: %1{/ts}{ts 1=$params.participantListingURL}The following URL will display a list of registered participants for this event: %1{/ts}» {ts}Participant Listing{/ts} {ts}Participant Listing{/ts} {ts}Participant Listing is not enabled for this event. You can enable it from{/ts} {ts}Event Information and Settings{/ts}. {/if}
» {ts}Event Info{/ts} {ts}Event Info{/ts} {ts}View the Event Information page as it will be displayed to site visitors.{/ts}
» {ts}Registration{/ts}
({ts}test-drive{/ts})
{ts}Registration{/ts}
({ts}test-drive{/ts})
{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. 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.{/ts}
» {ts}Registration{/ts}
({ts}live{/ts})
{ts}Registration{/ts}
({ts}live{/ts})
{ts}Review your customized LIVE online event registration page here. Use the following URL in links and buttons on any website to send visitors to this live page{/ts}:
{crmURL a=1 fe=1 p='civicrm/event/register' q="reset=1&id=`$params.eventId`"}
» {ts}Find more event participants{/ts}...
{ts}Find more event participants{/ts}...
» {ts}View all events for this contact{/ts}...
{ts}View all events for this contact{/ts}...
{if $values.isMap} - » {ts}Map{/ts} +  {ts}Map{/ts}  |  {/if} {if $values.configure} @@ -124,7 +124,7 @@
{if $eventSummary.total_events GT 10} -
» {ts}Browse more events{/ts}...
+
{ts}Browse more events{/ts}...
{/if} {else}
diff --git a/templates/CRM/Grant/Form/Selector.tpl b/templates/CRM/Grant/Form/Selector.tpl index 4a163ccd13..ea4ed83662 100644 --- a/templates/CRM/Grant/Form/Selector.tpl +++ b/templates/CRM/Grant/Form/Selector.tpl @@ -56,7 +56,7 @@ {if ($context EQ 'dashboard') AND $pager->_totalItems GT $limit} - » {ts}List more Grants{/ts}... + {ts}List more Grants{/ts}... {/if} diff --git a/templates/CRM/Group/Form/Edit.tpl b/templates/CRM/Group/Form/Edit.tpl index 2598bf54fc..7ed434f69b 100644 --- a/templates/CRM/Group/Form/Edit.tpl +++ b/templates/CRM/Group/Form/Edit.tpl @@ -82,15 +82,15 @@
{include file="CRM/common/formButtons.tpl" location="bottom"}
{if $action neq 1} {/if} diff --git a/templates/CRM/Profile/Page/View.tpl b/templates/CRM/Profile/Page/View.tpl index 199470d260..807f5b5aac 100644 --- a/templates/CRM/Profile/Page/View.tpl +++ b/templates/CRM/Profile/Page/View.tpl @@ -25,10 +25,10 @@ {/foreach} {/if} diff --git a/templates/CRM/Report/Page/InstanceList.tpl b/templates/CRM/Report/Page/InstanceList.tpl index 2da9bdfe97..8399ee4b3e 100644 --- a/templates/CRM/Report/Page/InstanceList.tpl +++ b/templates/CRM/Report/Page/InstanceList.tpl @@ -29,7 +29,7 @@ {foreach from=$rows item=row} - +
» {$row.title} {$row.title} {$row.description} {ts}View Results{/ts} diff --git a/templates/CRM/Report/Page/TemplateList.tpl b/templates/CRM/Report/Page/TemplateList.tpl index 55eafeb22a..e73ffe02c7 100644 --- a/templates/CRM/Report/Page/TemplateList.tpl +++ b/templates/CRM/Report/Page/TemplateList.tpl @@ -27,7 +27,7 @@ {foreach from=$rows item=row}
- » {$row.title} + {$row.title} {if $row.instanceUrl}
{ts}Existing Report(s){/ts} diff --git a/templates/CRM/UF/Page/Group.tpl b/templates/CRM/UF/Page/Group.tpl index 62469563a9..91b7b7cc2e 100644 --- a/templates/CRM/UF/Page/Group.tpl +++ b/templates/CRM/UF/Page/Group.tpl @@ -26,7 +26,7 @@ Select HTML Code
diff --git a/templates/CRM/common/contactFooter.tpl b/templates/CRM/common/contactFooter.tpl index bae700d6b3..0d19731cbc 100644 --- a/templates/CRM/common/contactFooter.tpl +++ b/templates/CRM/common/contactFooter.tpl @@ -17,7 +17,7 @@ {if !empty($lastModified)} {ts}Last Change by{/ts}: {$lastModified.name} ({$lastModified.date|crmDate})   {if !empty($changeLog)} - » {ts}View Change Log{/ts} + {ts}View Change Log{/ts} {/if} {/if} {if !empty($created_date)}
{ts}Created{/ts}: {$created_date|crmDate}
{/if} -- 2.25.1