* Unused parameter.
*/
public function browse($action = NULL) {
+ Civi::resources()->addStyleFile('civicrm', 'css/searchForm.css', 1, 'html-header');
+
$this->_sortByCharacter = CRM_Utils_Request::retrieve('sortByCharacter',
'String',
$this
* @return void
*/
public function browse() {
+ Civi::resources()->addStyleFile('civicrm', 'css/searchForm.css', 1, 'html-header');
+
$this->_sortByCharacter = CRM_Utils_Request::retrieve('sortByCharacter',
'String',
$this
* the contact and calls the appropriate type of page to view.
*/
public function preProcess() {
+ Civi::resources()->addStyleFile('civicrm', 'css/searchForm.css', 1, 'html-header');
+
$this->_unscheduled = $this->_archived = $archiveLinks = FALSE;
$this->_mailingId = CRM_Utils_Request::retrieve('mid', 'Positive', $this);
$this->_sms = CRM_Utils_Request::retrieve('sms', 'Positive', $this);