diff --git a/www/application/controllers/Jobs.php b/www/application/controllers/Jobs.php index a0edee91..13ee6f3f 100644 --- a/www/application/controllers/Jobs.php +++ b/www/application/controllers/Jobs.php @@ -50,9 +50,9 @@ class Jobs extends Users_Controller { return [ [ 'ID'=>'FACEBOOKSHARE', - 'name'=>'Share my article on your facebook page', - 'description'=>'We’ve been focused on making a the from also not been eye', - 'delivery'=>'', + 'name'=>'Share my article on your FaceBook Page', + 'description'=>'Pick from the articles on my blog and share on your FaceBook page', + 'delivery'=>'You will need to have a minimum of 100 friends on your profile', 'img'=>'/site3/assets/media/jobs/share-stories.jpg', 'timeline_days'=>'7', 'price'=> 2000 @@ -60,8 +60,8 @@ class Jobs extends Users_Controller { [ 'ID'=>'TESTMYAPP', 'name'=>'Test my App and give feedback', - 'description'=>'We’ve been focused on making a the from also not been eye', - 'delivery'=>'', + 'description'=>'Download install and go through my app, upload feedback as part of my testing', + 'delivery'=>'You will have to capture and upload up to 12 screens', 'img'=>'/site3/assets/media/jobs/test-app.jpg', 'timeline_days'=>'7', 'price'=> 2000 @@ -69,7 +69,7 @@ class Jobs extends Users_Controller { [ 'ID'=>'REVIEWFEEDBACK', 'name'=>'Review My Blog Story with feedback', - 'description'=>'We’ve been focused on making a the from also not been eye', + 'description'=>'View my Blog or Site stories, review and provide feedbacks or comments', 'delivery'=>'', 'img'=>'/site3/assets/media/jobs/review-stories.jpg', 'timeline_days'=>'7', @@ -78,8 +78,8 @@ class Jobs extends Users_Controller { [ 'ID'=>'PROPOSEBLOG', 'name'=>'Propose new articles tiltles for my blog', - 'description'=>'We’ve been focused on making a the from also not been eye', - 'delivery'=>'', + 'description'=>'Look at my site stories, propose 5 new articles for my contents line', + 'delivery'=>'Proposed items myst be relvant to the site and not currenlty present in any form', 'img'=>'/site3/assets/media/jobs/propose-new.jpg', 'timeline_days'=>'7', 'price'=> 2000 @@ -87,8 +87,8 @@ class Jobs extends Users_Controller { [ 'ID'=>'WEBSITEREVIEW', 'name'=>'Visit and review my Website provide feedback', - 'description'=>'We’ve been focused on making a the from also not been eye', - 'delivery'=>'', + 'description'=>'Visit my website,browse througn the pages and provide feedback', + 'delivery'=>'Capture 10 screen shots and upload', 'img'=>'/site3/assets/media/jobs/review-site.jpg', 'timeline_days'=>'7', 'price'=> 2000 @@ -547,9 +547,6 @@ $data['job_table_result'] = $acp['job_table_result']; $out["expire"] = date_format($date, 'Y-m-d H:i'); $data["expire"] = $out["expire"]; - // $this->load->view('users/view_header_user', $data); - // $this->load->view('jobs/view_viewjoboffer', $data); - // $this->load->view('users/view_footer_user', $data); $this->renderSecurePage('jobs/view_viewjoboffer', $data); } else { redirect('dash'); // go back to dash if not valid @@ -952,6 +949,7 @@ echo $this->getMarketInterestMessage( $in['offer_code'], $out['client_id'] ); { $title = $preFill['name']; $description = $preFill['description']; + $job_detail = $preFill['delivery']; $timeline = $preFill['timeline_days']; $price = $preFill['price']; } @@ -960,13 +958,12 @@ echo $this->getMarketInterestMessage( $in['offer_code'], $out['client_id'] ); $title = NULL; $description = NULL; $timeline = NULL; - $price = 0; + $price = 0; + $job_detail = NULL; } - $mybalance = 0; $data['job_message'] = ''; - $job_detail = NULL; $country = 'NG'; $submit = NULL; $country_job ='NG';