INFRA-132 - CRM/PCP - phpcbf
authorTim Otten <totten@civicrm.org>
Tue, 6 Jan 2015 21:21:22 +0000 (13:21 -0800)
committerTim Otten <totten@civicrm.org>
Tue, 6 Jan 2015 23:07:44 +0000 (15:07 -0800)
CRM/PCP/Controller/PCP.php
CRM/PCP/Form/Campaign.php
CRM/PCP/Form/Event.php
CRM/PCP/Form/PCP.php
CRM/PCP/Form/PCPAccount.php
CRM/PCP/Page/PCP.php
CRM/PCP/Page/PCPInfo.php

index e2fedad9f72811fa7f81748de8a96c7086ad2161..9e0ce154dc96d9bb85b4ef2cb9bb20ae9a44b029 100644 (file)
@@ -53,7 +53,6 @@ class CRM_PCP_Controller_PCP extends CRM_Core_Controller {
 
     parent::__construct($title, $modal);
 
-
     $this->_stateMachine = new CRM_PCP_StateMachine_PCP($this, $action);
 
     // create and instantiate the pages
index 21b9fd14bbc1c0f4f11cf1e3552ec1ec4ea449fd..24bcf2ca530bfb40bc1a3c8112672506fa8d2df4 100644 (file)
@@ -120,7 +120,7 @@ class CRM_PCP_Form_Campaign extends CRM_Core_Form {
     }
 
     $attrib = array('rows' => 8, 'cols' => 60);
-    $this->add('textarea', 'page_text', ts('Your Message'), null, false );
+    $this->add('textarea', 'page_text', ts('Your Message'), NULL, FALSE );
 
     $maxAttachments = 1;
     CRM_Core_BAO_File::buildAttachment($this, 'civicrm_pcp', $this->_pageId, $maxAttachments);
@@ -227,7 +227,6 @@ class CRM_PCP_Form_Campaign extends CRM_Core_Form {
 
     $pcp = CRM_PCP_BAO_PCP::add($params, FALSE);
 
-
     // add attachments as needed
     CRM_Core_BAO_File::formatAttachment($params,
       $params,
@@ -267,7 +266,6 @@ class CRM_PCP_Form_Campaign extends CRM_Core_Form {
       $supporterName = CRM_Core_DAO::getFieldValue('CRM_Contact_DAO_Contact', $pcp->contact_id, 'display_name');
       $this->assign('supporterName', $supporterName);
 
-
       if ($this->_component == 'contribute') {
         $pageUrl = CRM_Utils_System::url('civicrm/contribute/transact',
           "reset=1&id={$pcpBlock->entity_id}",
index 02ead9c2376f089782ca3802ce1affc9c8de68c4..9570b112eed8d3e53f3253e2cb69f780767a27fa 100644 (file)
@@ -62,8 +62,8 @@ class CRM_PCP_Form_Event extends CRM_Event_Form_ManageEvent {
 
     $defaults = array();
     if (isset($this->_id)) {
-    $title = CRM_Core_DAO::getFieldValue('CRM_Event_DAO_Event', $this->_id, 'title');
-    CRM_Utils_System::setTitle(ts('Personal Campaign Page Settings (%1)', array(1 => $title)));
+      $title = CRM_Core_DAO::getFieldValue('CRM_Event_DAO_Event', $this->_id, 'title');
+      CRM_Utils_System::setTitle(ts('Personal Campaign Page Settings (%1)', array(1 => $title)));
 
       $params = array('entity_id' => $this->_id, 'entity_table' => 'civicrm_event');
       CRM_Core_DAO::commonRetrieve('CRM_PCP_DAO_PCPBlock', $params, $defaults);
index bafc8bc57052702c52e4e2961c4ebd8a7a1c5e13..1458f31e38a82781a08e3f5b9b3ca3ff998fa0f3 100644 (file)
@@ -75,7 +75,6 @@ class CRM_PCP_Form_PCP extends CRM_Core_Form {
 
     $this->assign('context', $this->_context);
 
-
     $session = CRM_Core_Session::singleton();
     $context = $session->popUserContext();
     $userID  = $session->get('userID');
@@ -198,7 +197,8 @@ class CRM_PCP_Form_PCP extends CRM_Core_Form {
    * @return array list of errors to be posted back to the form
    * @static
    */
-  public static function formRule($fields, $files, $form) {}
+  public static function formRule($fields, $files, $form) {
+  }
 
   /**
    * Process the form
index 49744abe398f0f1b1d20b4a1293945dd53035e01..9c2f0fc1d01c2eb931bb3a24fdf9ccc12a16bd9c 100644 (file)
@@ -40,7 +40,7 @@
 class CRM_PCP_Form_PCPAccount extends CRM_Core_Form {
 
   /**
-   *Variable defined for Contribution Page Id
+   * Variable defined for Contribution Page Id
    *
    */
 
@@ -186,7 +186,6 @@ class CRM_PCP_Form_PCPAccount extends CRM_Core_Form {
       }
     }
 
-
     if ($this->_component == 'contribute') {
       $this->assign('campaignName', CRM_Contribute_PseudoConstant::contributionPage($this->_pageId));
     }
@@ -196,7 +195,8 @@ class CRM_PCP_Form_PCPAccount extends CRM_Core_Form {
 
     if ($this->_single) {
       $button = array(
-        array('type' => 'next',
+        array(
+      'type' => 'next',
           'name' => ts('Save'),
           'spacing' => '&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;',
           'isDefault' => TRUE,
index 28ec1336c20120babdd6314be1f7024528d75367..e8efea372305138cb8243257a900ec22a7036b09 100644 (file)
@@ -91,12 +91,14 @@ class CRM_PCP_Page_PCP extends CRM_Core_Page_Basic {
           'extra' => 'onclick = "return confirm(\'' . $deleteExtra . '\');"',
           'title' => ts('Delete Personal Campaign Page'),
         ),
-        CRM_Core_Action::ENABLE => array('name' => ts('Enable'),
+        CRM_Core_Action::ENABLE => array(
+      'name' => ts('Enable'),
           'url' => 'civicrm/admin/pcp',
           'qs' => 'action=enable&id=%%id%%',
           'title' => ts('Enable'),
         ),
-        CRM_Core_Action::DISABLE => array('name' => ts('Disable'),
+        CRM_Core_Action::DISABLE => array(
+      'name' => ts('Disable'),
           'url' => 'civicrm/admin/pcp',
           'qs' => 'action=disable&id=%%id%%',
           'title' => ts('Disable'),
@@ -176,7 +178,6 @@ class CRM_PCP_Page_PCP extends CRM_Core_Page_Basic {
       $this->_sortByCharacter = '';
     }
 
-
     $status = CRM_PCP_BAO_PCP::buildOptions('status_id', 'create');
 
     $pcpSummary = $params = array();
index f92e7c598ed3f01d108705b6219292e037962810..6e9f9cd38e7d192da52b52c87fee032069e259dd 100644 (file)
@@ -160,7 +160,7 @@ class CRM_PCP_Page_PCPInfo extends CRM_Core_Page {
       $hints = array(
         CRM_Core_Action::UPDATE => ts('Change the content and appearance of your page'),
         CRM_Core_Action::DETACH => ts('Send emails inviting your friends to support your campaign!'),
-        CRM_Core_Action::VIEW =>   ts('Copy this link to share directly with your network!'),
+        CRM_Core_Action::VIEW => ts('Copy this link to share directly with your network!'),
         CRM_Core_Action::BROWSE => ts('Update your personal contact information'),
         CRM_Core_Action::DISABLE => ts('De-activate the page (you can re-activate it later)'),
         CRM_Core_Action::ENABLE => ts('Activate the page (you can de-activate it later)'),
@@ -207,7 +207,6 @@ class CRM_PCP_Page_PCPInfo extends CRM_Core_Page {
     $totalAmount = CRM_PCP_BAO_PCP::thermoMeter($this->_id);
     $achieved = round($totalAmount / $pcpInfo['goal_amount'] * 100, 2);
 
-
     if ($pcpBlock->is_active == 1) {
       $linkTextUrl = CRM_Utils_System::url('civicrm/contribute/campaign',
         "action=add&reset=1&pageId={$pcpInfo['page_id']}&component={$pcpInfo['page_type']}",
@@ -235,7 +234,6 @@ class CRM_PCP_Page_PCPInfo extends CRM_Core_Page {
       $endDate = CRM_Utils_Date::unixTime(CRM_Utils_Array::value('end_date', $pageInfo));
     }
 
-
     $now = time();
     $validDate = TRUE;
     if ($startDate && $startDate >= $now) {
@@ -265,7 +263,6 @@ class CRM_PCP_Page_PCPInfo extends CRM_Core_Page {
 
     $this->assign('parentURL', $parentUrl);
 
-
     if ($validDate) {
 
       $contributionText = ts('Contribute Now');