{if $event.confirm_email_text AND (not $isOnWaitlist AND not $isRequireApproval)}
{$event.confirm_email_text|htmlize}
{else}
-
Thank you for your participation. This letter is a confirmation that your registration has been received and your status has been updated to {if $isOnWaitlist}waitlisted{else}registered{/if} for the following:
+
Thank you for your participation. This letter is a confirmation that your registration has been received and your status has been updated to {if $isOnWaitlist}waitlisted{else}registered{/if} for the following:
{/foreach}
@@ -442,7 +442,7 @@ registration process.{/ts}
{/foreach}
{/foreach}
{/if}
-
+
diff --git a/CRM/Upgrade/4.3.5.msg_template/message_templates/event_online_receipt_text.tpl b/CRM/Upgrade/4.3.5.msg_template/message_templates/event_online_receipt_text.tpl
index f34add1949..2e18deffb4 100644
--- a/CRM/Upgrade/4.3.5.msg_template/message_templates/event_online_receipt_text.tpl
+++ b/CRM/Upgrade/4.3.5.msg_template/message_templates/event_online_receipt_text.tpl
@@ -162,14 +162,14 @@ You were registered by: {$payer.name}
{/foreach}
{if $lineItemCount < 1 }
{assign var="lineItemCount" value=1}
- {/if}
+ {/if}
{assign var="count" value=$count+$lineItemCount}
{/if}
{/foreach}
{ts}Total Participants{/ts}: {$count}
{/if}
-
+
{if $register_date}
{ts}Registration Date{/ts}: {$register_date|crmDate}
{/if}
@@ -233,7 +233,7 @@ You were registered by: {$payer.name}
{foreach from=$customPost item=customPos key=j}
==========================================================={if $pricesetFieldsCount }===================={/if}
-{$customPost_grouptitle.$j}
+{$customPost_grouptitle.$j}
==========================================================={if $pricesetFieldsCount }===================={/if}
{foreach from=$customPos item=customValue key=customName}
diff --git a/CRM/Upgrade/Incremental/php/FourThree.php b/CRM/Upgrade/Incremental/php/FourThree.php
index c0c8429c88..d0b97abaa6 100644
--- a/CRM/Upgrade/Incremental/php/FourThree.php
+++ b/CRM/Upgrade/Incremental/php/FourThree.php
@@ -299,7 +299,7 @@ ADD COLUMN premiums_nothankyou_label varchar(255) COLLATE utf8_unicode_ci DEFA
function upgrade_4_3_4($rev) {
$this->addTask(ts('Upgrade DB to 4.3.4: SQL'), 'task_4_3_x_runSql', $rev);
}
-
+
function upgrade_4_3_5($rev) {
// CRM-12156
$config = CRM_Core_Config::singleton();
@@ -310,7 +310,7 @@ WHERE CONSTRAINT_NAME = 'FK_civicrm_financial_item_contact_id'
AND CONSTRAINT_SCHEMA = %1";
$params = array(1 => array($dbname['database'], 'String'));
$onDelete = CRM_Core_DAO::singleValueQuery($sql, $params, TRUE, FALSE);
-
+
if ($onDelete != 'CASCADE') {
$query = "ALTER TABLE `civicrm_financial_item`
DROP FOREIGN KEY FK_civicrm_financial_item_contact_id,
diff --git a/CRM/Utils/Hook.php b/CRM/Utils/Hook.php
index e7cb5189ac..efc8ac72b7 100644
--- a/CRM/Utils/Hook.php
+++ b/CRM/Utils/Hook.php
@@ -472,10 +472,10 @@ abstract class CRM_Utils_Hook {
* This hook is called when rendering the tabs
* used for events and potentially contribution pages, etc
* @param string $tabset - name of the screen or visual element
- * @param array $tabs - the array of tabs that will be displayed
+ * @param array $tabs - the array of tabs that will be displayed
* @param array $context - extra data about the screen or context in which the tab is used
*
- * @return null
+ * @return null
* @access public
*/
static function tabset($tabsetName, &$tabs, $context) {
@@ -1314,7 +1314,7 @@ abstract class CRM_Utils_Hook {
}
/**
- * This hook is called while building the core search query,
+ * This hook is called while building the core search query,
* so hook implementers can provide their own query objects which alters/extends core search.
*
* @param Array $queryObjects
diff --git a/CRM/Utils/System/Joomla.php b/CRM/Utils/System/Joomla.php
index 52414fdb55..19b03bf917 100644
--- a/CRM/Utils/System/Joomla.php
+++ b/CRM/Utils/System/Joomla.php
@@ -602,7 +602,7 @@ class CRM_Utils_System_Joomla extends CRM_Utils_System_Base {
// Get the framework.
if (file_exists($joomlaBase . '/libraries/import.legacy.php')) {
- require $joomlaBase . '/libraries/import.legacy.php';
+ require $joomlaBase . '/libraries/import.legacy.php';
}
require $joomlaBase . '/libraries/import.php';
require $joomlaBase . '/libraries/joomla/event/dispatcher.php';
diff --git a/css/Audit/style.css b/css/Audit/style.css
index 934d0e3b0d..aec13991b9 100644
--- a/css/Audit/style.css
+++ b/css/Audit/style.css
@@ -82,7 +82,7 @@
}
.activity a:link, .activity a:visited {
-}
+}
.activityheader {
display: none;
diff --git a/css/civicrm.css b/css/civicrm.css
index a883418e34..e1c706378d 100644
--- a/css/civicrm.css
+++ b/css/civicrm.css
@@ -1254,7 +1254,7 @@ div.crm-container label {
height: auto;
margin: 0 1px;
padding: 2px 5px;
- font-family: Arial, Helvetica, sans-serif;
+ font-family: Arial, Helvetica, sans-serif;
}
.crm-container #alpha-filter a {
diff --git a/js/jquery/jquery.crmasmselect.js b/js/jquery/jquery.crmasmselect.js
index 902e09907f..ffee488329 100644
--- a/js/jquery/jquery.crmasmselect.js
+++ b/js/jquery/jquery.crmasmselect.js
@@ -57,18 +57,18 @@
// initialize the alternate select multiple
// this loop ensures uniqueness, in case of existing crmasmSelects placed by ajax (1.0.3)
- while($("#" + options.containerClass + index).size() > 0) index++;
+ while($("#" + options.containerClass + index).size() > 0) index++;
$select = $("")
.addClass(options.selectClass)
.attr('name', options.selectClass + index)
- .attr('id', options.selectClass + index);
+ .attr('id', options.selectClass + index);
- $selectRemoved = $("");
+ $selectRemoved = $("");
$ol = $("<" + options.listType + ">" + options.listType + ">")
.addClass(options.listClass)
- .attr('id', options.listClass + index);
+ .attr('id', options.listClass + index);
$container = $("")
.addClass(options.containerClass)
@@ -410,11 +410,12 @@
'id': optionId,
'item': $ol.children("[rel=" + optionId + "]"),
'type': type
- }]);
+ }]);
}
init();
});
};
-})(jQuery);
+})(jQuery);
+
diff --git a/js/jquery/jquery.crmeditable.js b/js/jquery/jquery.crmeditable.js
index fea1a794f7..cd7c9f02ac 100644
--- a/js/jquery/jquery.crmeditable.js
+++ b/js/jquery/jquery.crmeditable.js
@@ -27,7 +27,7 @@
*
*
* This offers two features:
-* - crmEditable() edit in place of a single field
+* - crmEditable() edit in place of a single field
* (mostly a wrapper that binds jeditable features with the ajax api and replies on crm-entity crmf-{field} html conventions)
* if you want to add an edit in place on a template:
* - add a class crm-entity and id {EntityName}-{Entityid} higher in the dom
@@ -90,7 +90,7 @@
if (!getEntityID (this,function (e,id) {
entity=e;
params.id = id;
-
+
})) { return };
params['field']=getFieldName(this);
@@ -156,7 +156,7 @@
var id= $i.closest('.crm-entity').attr('id');
if (id) {
var e=id.match(/(\S*)-(\S*)/);
- if (!e)
+ if (!e)
console && console.log && console.log("Couldn't get the entity id. You need to set class='crm-entity' id='{entityName}-{id}'");
formSettings.entity=e[1];
formSettings.id=e[2];
diff --git a/templates/CRM/Admin/Page/PaymentProcessor.hlp b/templates/CRM/Admin/Page/PaymentProcessor.hlp
index db9d3f0189..2cbf67b802 100644
--- a/templates/CRM/Admin/Page/PaymentProcessor.hlp
+++ b/templates/CRM/Admin/Page/PaymentProcessor.hlp
@@ -362,16 +362,16 @@
{ts 1='4111111111111111' 2='76'}The test Credit Card number is %1 - this is the only credit card number that will work on the test gateway. The test Total Amount can be any amount except one that ends in a value of .%2 (e.g. $10.%2) - all amounts ending in .%2 will return a failed response.{/ts}
{/htxt}
-{htxt id='Payment_Express-test-url-site'} {ts}This is the URL for accessing the DPS/Payment Express payment site.
+{htxt id='Payment_Express-test-url-site'} {ts}This is the URL for accessing the DPS/Payment Express payment site.
If you have been given a MAC key please fill in the Mac Key field, and use https://sec.paymentexpress.com/pxpay/pxpay.aspx for the Site URL.
Otherwise use https://sec.paymentexpress.com/pxpay/pxaccess.aspx for the Site URL.{/ts} {/htxt}
{htxt id='Payment_Express-live-user-name'} {ts}Payment Express UserID (LIVE account):{/ts}
{ts}This is the live user name provided to you by DPS/Payment Express.{/ts}{/htxt}
-{htxt id='Payment_Express-live-url-site'} {ts}This is the URL for accessing the DPS/Payment Express payment site.
+{htxt id='Payment_Express-live-url-site'} {ts}This is the URL for accessing the DPS/Payment Express payment site.
If you have been given a MAC key please fill in the Mac Key field, and use https://sec.paymentexpress.com/pxpay/pxpay.aspx for the Site URL.
-Otherwise use https://sec.paymentexpress.com/pxpay/pxaccess.aspx for the Site URL.{/ts} {/htxt}
+Otherwise use https://sec.paymentexpress.com/pxpay/pxaccess.aspx for the Site URL.{/ts} {/htxt}
{htxt id='Elavon-live-user-name'}
{ts}This is the LIVE Elavon Merchant ID associated with your Elavon account.{/ts}