*/
public function preProcess() {
parent::preProcess();
+ $this->assign('selectedChild', 'settings');
if ($this->_id) {
$this->assign('entityID', $this->_id);
*/
public function preProcess() {
parent::preProcess();
+ $this->assign('selectedChild', 'fee');
}
/**
*/
public function preProcess() {
parent::preProcess();
+ $this->assign('selectedChild', 'location');
$this->_values = $this->get('values');
if ($this->_id && empty($this->_values)) {
$this->_profileBottomNumAdd = CRM_Utils_Array::value('addProfileNumAdd', $_GET, 0);
parent::preProcess();
+ $this->assign('selectedChild', 'registration');
$this->assign('addProfileBottom', $this->_addProfileBottom);
$this->assign('profileBottomNum', $this->_profileBottomNum);
public function preProcess() {
parent::preProcess();
+ $this->assign('selectedChild', 'repeat');
$this->assign('currentEventId', $this->_id);
$checkParentExistsForThisId = CRM_Core_BAO_RecurringEntity::getParentFor($this->_id, 'civicrm_event');
*/
public function preProcess() {
parent::preProcess();
+ $this->assign('selectedChild', 'reminder');
$setTab = CRM_Utils_Request::retrieve('setTab', 'Int', $this, FALSE, 0);
$mapping = CRM_Utils_Array::first(CRM_Core_BAO_ActionSchedule::getMappings(array(
public function preProcess() {
parent::preProcess();
+ $this->assign('selectedChild', 'friend');
}
/**
public function preProcess() {
parent::preProcess();
+ $this->assign('selectedChild', 'pcp');
}
/**