formatting fixes
authorDonald A. Lobo <lobo@civicrm.org>
Tue, 30 Apr 2013 22:19:30 +0000 (15:19 -0700)
committerDonald A. Lobo <lobo@civicrm.org>
Tue, 30 Apr 2013 22:19:30 +0000 (15:19 -0700)
CRM/Contact/BAO/Query.php
CRM/Contribute/Form/SearchContribution.php
CRM/Contribute/Selector/Search.php

index a3657e445bec9f1f645ab41f8026d5ce969850aa..377617fac745c69368aa227de7ac73778be9f90e 100644 (file)
@@ -1368,7 +1368,7 @@ class CRM_Contact_BAO_Query {
       (substr($values[0], 0, 6) == 'grant_') ||
       (substr($values[0], 0, 7) == 'pledge_') ||
       (substr($values[0], 0, 5) == 'case_') ||
-      (substr($values[0], 0, 10) == 'financial_') 
+      (substr($values[0], 0, 10) == 'financial_')
     ) {
       return;
     }
@@ -4849,7 +4849,6 @@ WHERE displayRelType.relationship_type_id = $relType
 AND   displayRelType.is_active = 1
 ";
       }
-
       $this->_qill[0][] = $qillMessage . "'" . $relationshipTypeLabel . "'";
     }
 
index a0dbe9d3b382c4728b735f0e26ccce299ad35293..cc5ac44a69497fe1f3948f819a4c82e41e7e90c9 100644 (file)
@@ -1,28 +1,28 @@
 <?php
 /*
- +--------------------------------------------------------------------+
- | CiviCRM version 4.3                                                |
- +--------------------------------------------------------------------+
- | Copyright CiviCRM LLC (c) 2004-2013                                |
- +--------------------------------------------------------------------+
- | This file is a part of CiviCRM.                                    |
- |                                                                    |
- | CiviCRM is free software; you can copy, modify, and distribute it  |
- | under the terms of the GNU Affero General Public License           |
- | Version 3, 19 November 2007 and the CiviCRM Licensing Exception.   |
- |                                                                    |
- | CiviCRM is distributed in the hope that it will be useful, but     |
- | WITHOUT ANY WARRANTY; without even the implied warranty of         |
- | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.               |
- | See the GNU Affero General Public License for more details.        |
- |                                                                    |
- | You should have received a copy of the GNU Affero General Public   |
- | License and the CiviCRM Licensing Exception along                  |
- | with this program; if not, contact CiviCRM LLC                     |
- | at info[AT]civicrm[DOT]org. If you have questions about the        |
- | GNU Affero General Public License or the licensing of CiviCRM,     |
- | see the CiviCRM license FAQ at http://civicrm.org/licensing        |
- +--------------------------------------------------------------------+
 +--------------------------------------------------------------------+
 | CiviCRM version 4.3                                                |
 +--------------------------------------------------------------------+
 | Copyright CiviCRM LLC (c) 2004-2013                                |
 +--------------------------------------------------------------------+
 | This file is a part of CiviCRM.                                    |
 |                                                                    |
 | CiviCRM is free software; you can copy, modify, and distribute it  |
 | under the terms of the GNU Affero General Public License           |
 | Version 3, 19 November 2007 and the CiviCRM Licensing Exception.   |
 |                                                                    |
 | CiviCRM is distributed in the hope that it will be useful, but     |
 | WITHOUT ANY WARRANTY; without even the implied warranty of         |
 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.               |
 | See the GNU Affero General Public License for more details.        |
 |                                                                    |
 | You should have received a copy of the GNU Affero General Public   |
 | License and the CiviCRM Licensing Exception along                  |
 | with this program; if not, contact CiviCRM LLC                     |
 | at info[AT]civicrm[DOT]org. If you have questions about the        |
 | GNU Affero General Public License or the licensing of CiviCRM,     |
 | see the CiviCRM license FAQ at http://civicrm.org/licensing        |
 +--------------------------------------------------------------------+
 */
 
 /**
@@ -47,9 +47,9 @@ class CRM_Contribute_Form_SearchContribution extends CRM_Core_Form {
 
     $this->add('text', 'title', ts('Find'), $attributes);
 
-        $financial_account = CRM_Contribute_PseudoConstant::financialType( );
-        foreach($financial_account as $contributionId => $contributionName) {
-            $this->addElement('checkbox', "financial_type_id[$contributionId]", 'Financial Type', $contributionName);
+    $financial_account = CRM_Contribute_PseudoConstant::financialType( );
+    foreach($financial_account as $contributionId => $contributionName) {
+      $this->addElement('checkbox', "financial_type_id[$contributionId]", 'Financial Type', $contributionName);
     }
 
     CRM_Campaign_BAO_Campaign::addCampaignInComponentSearch($this);
@@ -68,7 +68,7 @@ class CRM_Contribute_Form_SearchContribution extends CRM_Core_Form {
     $parent = $this->controller->getParent();
     $parent->set('searchResult', 1);
     if (!empty($params)) {
-            $fields = array( 'title', 'financial_type_id', 'campaign_id' );
+      $fields = array( 'title', 'financial_type_id', 'campaign_id' );
       foreach ($fields as $field) {
         if (isset($params[$field]) &&
           !CRM_Utils_System::isNull($params[$field])
index 7cf3364c89231284b37219fa34b0993188d74cb8..79f28e09209ead4bedeb05e5865b8e978b68c0ec 100644 (file)
@@ -376,15 +376,15 @@ class CRM_Contribute_Selector_Search extends CRM_Core_Selector_Base implements C
       );
 
       $row['action'] = CRM_Core_Action::formLink(self::links($componentId,
-          $componentAction,
-          $qfKey,
-          $componentContext
-        ),
-        $mask, $actions
+                         $componentAction,
+                         $qfKey,
+                         $componentContext
+                       ),
+                       $mask, $actions
       );
 
       $row['contact_type'] = CRM_Contact_BAO_Contact_Utils::getImage($result->contact_sub_type ?
-        $result->contact_sub_type : $result->contact_type, FALSE, $result->contact_id
+                             $result->contact_sub_type : $result->contact_type, FALSE, $result->contact_id
       );
 
       if (CRM_Utils_Array::value('amount_level', $row)) {
@@ -428,7 +428,7 @@ class CRM_Contribute_Selector_Search extends CRM_Core_Selector_Base implements C
           'direction' => CRM_Utils_Sort::DONTCARE,
         ),
         array('name' => ts('Type'),
-                                                'sort'      => 'financial_type_id',
+          'sort'      => 'financial_type_id',
           'direction' => CRM_Utils_Sort::DONTCARE,
         ),
         array(
@@ -497,5 +497,4 @@ class CRM_Contribute_Selector_Search extends CRM_Core_Selector_Base implements C
     return $this->_query->summaryContribution($this->_context);
   }
 }
-//end of class