diff --git a/www/application/controllers/Jobs.php b/www/application/controllers/Jobs.php index 13ee6f3f..fc9481e1 100644 --- a/www/application/controllers/Jobs.php +++ b/www/application/controllers/Jobs.php @@ -876,9 +876,10 @@ echo $this->getMarketInterestMessage( $in['offer_code'], $out['client_id'] ); $data["group_name"] = ""; $data["group_member_table"] = "Please add a group"; } - $this->load->view('users/view_header_user', $data); - $this->load->view('jobs/view_jobgroup', $data); - $this->load->view('users/view_footer_user', $data); + // $this->load->view('users/view_header_user', $data); + // $this->load->view('jobs/view_jobgroup', $data); + // $this->load->view('users/view_footer_user', $data); + $this->renderSecurePage('jobs/view_jobgroup', $data); } public function jobgrp_members() { diff --git a/www/application/models/Job_model.php b/www/application/models/Job_model.php index 1e05a30b..02742f11 100644 --- a/www/application/models/Job_model.php +++ b/www/application/models/Job_model.php @@ -101,7 +101,7 @@ class Job_model extends CI_Model { $this->tableStr = '
| id . "\" onchange=\"jobGroupChanged(this,'".str_replace("'","\\'",stripslashes($row->group_name))."')\"".(($sel==$row->id || ($sel<1 && $i==0))?"checked":"")."> | " . $row->group_name . " | |||||
| id . "\" onchange=\"jobGroupChanged(this,'".str_replace("'","\\'",stripslashes($row->group_name))."')\"".(($sel==$row->id || ($sel<1 && $i==0))?"checked":"")."> | " . $row->group_name . " | |||||
| - | - | + | + + | ++ | + |