X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=CRM%2FMember%2FPage%2FDashBoard.php;h=d44ce85c25fb9ca6bb37e7ddbddd1a647270d81a;hb=9847453b18bb30a6d9a5a53e006b4dd9ba145e59;hp=27ca65730cb46336533aa47b1dbf96d086a78c1f;hpb=0390c9430e81695037efb02fba01131a29f18c17;p=civicrm-core.git diff --git a/CRM/Member/Page/DashBoard.php b/CRM/Member/Page/DashBoard.php index 27ca65730c..d44ce85c25 100644 --- a/CRM/Member/Page/DashBoard.php +++ b/CRM/Member/Page/DashBoard.php @@ -1,34 +1,18 @@ $newCountPreMonth, - //'url' => CRM_Utils_System::url('civicrm/activity/search', - // "reset=1&force=1&signupType=1&dateLow=$preMonth&dateHigh=$preMonthEnd" - //), ); $totalCount['premonth']['renew'] = array( 'count' => $renewCountPreMonth, - //'url' => CRM_Utils_System::url('civicrm/activity/search', - // "reset=1&force=1&signupType=2&dateLow=$preMonth&dateHigh=$preMonthEnd" - //), ); $totalCount['premonth']['total'] = array( 'count' => $totalCountPreMonth, - //'url' => CRM_Utils_System::url('civicrm/activity/search', - // "reset=1&force=1&signupType=3&dateLow=$preMonth&dateHigh=$preMonthEnd" - //), ); $totalCount['month']['new'] = array( 'count' => $newCountMonth, - //'url' => CRM_Utils_System::url('civicrm/activity/search', - // "reset=1&force=1&signupType=1&dateLow=$monthStart&dateHigh=$ymd" - //), ); $totalCount['month']['renew'] = array( 'count' => $renewCountMonth, - //'url' => CRM_Utils_System::url('civicrm/activity/search', - // "reset=1&force=1&signupType=2&dateLow=$monthStart&dateHigh=$ymd" - //), ); $totalCount['month']['total'] = array( 'count' => $totalCountMonth, - //'url' => CRM_Utils_System::url('civicrm/activity/search', - // "reset=1&force=1&signupType=3&dateLow=$monthStart&dateHigh=$ymd" - //), ); $totalCount['year']['new'] = array( 'count' => $newCountYear, - //'url' => CRM_Utils_System::url('civicrm/activity/search', - // "reset=1&force=1&signupType=1&dateLow=$yearStart&dateHigh=$ymd" - //), ); $totalCount['year']['renew'] = array( 'count' => $renewCountYear, - //'url' => CRM_Utils_System::url('civicrm/activity/search', - // "reset=1&force=1&signupType=2&dateLow=$yearStart&dateHigh=$ymd" - //), ); $totalCount['year']['total'] = array( 'count' => $totalCountYear, - //'url' => CRM_Utils_System::url('civicrm/activity/search', - // "reset=1&force=1&signupType=3&dateLow=$yearStart&dateHigh=$ymd" - //), ); $totalCount['current']['total'] = array(