/**
  * Constructor
  */
 public function __construct()
 {
     $this->widget_cssclass = 'jobify_widget_job_company_logo';
     $this->widget_description = __('Display the company logo or resume picture', 'jobify');
     $this->widget_id = 'jobify_widget_job_company_logo';
     $this->widget_name = __('Jobify - Job/Resume: Logo', 'jobify');
     $this->settings = array('title' => array('type' => 'text', 'std' => '', 'label' => __('Title:', 'jobify')));
     $this->settings = jobify_rcp_subscription_selector($this->settings);
     parent::__construct();
 }
Ejemplo n.º 2
0
 /**
  * Constructor
  */
 public function __construct()
 {
     $this->widget_cssclass = 'jobify_widget_job_apply';
     $this->widget_description = __('Display the job/resume action buttons', 'jobify');
     $this->widget_id = 'jobify_widget_job_apply';
     $this->widget_name = __('Jobify - Job/Resume: Actions', 'jobify');
     $this->settings = array('title' => array('type' => 'text', 'std' => '', 'label' => __('Title:', 'jobify')));
     $this->settings = jobify_rcp_subscription_selector($this->settings);
     parent::__construct();
 }
 /**
  * Constructor
  */
 public function __construct()
 {
     $this->widget_cssclass = 'jobify_widget_job_more_jobs';
     $this->widget_description = __('Display a link to more jobs from the company', 'jobify');
     $this->widget_id = 'jobify_widget_job_more_jobs';
     $this->widget_name = __('Jobify - Job: Company Listings', 'jobify');
     $this->settings = array('title' => array('type' => 'text', 'std' => '', 'label' => __('Title:', 'jobify')));
     $this->settings = jobify_rcp_subscription_selector($this->settings);
     parent::__construct();
 }
 /**
  * Constructor
  */
 public function __construct()
 {
     $this->widget_cssclass = 'jobify_widget_resume_categories';
     $this->widget_description = __('Display the resume\'s categories', 'jobify');
     $this->widget_id = 'jobify_widget_resume_categories';
     $this->widget_name = __('Jobify - Resume: Categories', 'jobify');
     $this->settings = array('title' => array('type' => 'text', 'std' => '', 'label' => __('Title:', 'jobify')));
     $this->settings = jobify_rcp_subscription_selector($this->settings);
     parent::__construct();
 }
 /**
  * Constructor
  */
 public function __construct()
 {
     $this->widget_cssclass = 'jobify_widget_job_company_social';
     $this->widget_description = __('Display the job\'s company social profiles', 'jobify');
     $this->widget_id = 'jobify_widget_job_company_social';
     $this->widget_name = __('Jobify - Job: Company Social', 'jobify');
     $this->settings = array('title' => array('type' => 'text', 'std' => '', 'label' => __('Title:', 'jobify')));
     $this->settings = jobify_rcp_subscription_selector($this->settings);
     parent::__construct();
 }