From 46985d09b3d914b5727a8018981f11fd2d5ad29a Mon Sep 17 00:00:00 2001 From: Olusesan Ameye Date: Wed, 31 Aug 2022 21:06:38 -0400 Subject: [PATCH] fix --- www/application/controllers/Jobs.php | 12 ++++++------ www/application/views/jobs/view_market.php | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/www/application/controllers/Jobs.php b/www/application/controllers/Jobs.php index 9b045cdd..27ddf62f 100644 --- a/www/application/controllers/Jobs.php +++ b/www/application/controllers/Jobs.php @@ -685,19 +685,19 @@ echo $this->getMarketInterestMessage( $in['offer_code'], $out['client_id'] ); - return "
" + return "
" . $row['offer_code'] . " Timeline:" . $row['timeline_days'] . " day(s) - Budget: " . $row['price'] * 0.01 . " Naira
" . "" . "" . "" - . "" - . "" - . "" - ."" + ."" - . "
" . $row['offer_code'] . " Timeline:" . $row['timeline_days'] . " day(s) - Budget: " . $row['price'] * 0.01 . " Naira
Title" . $row['title'] . "
Description" . $row['description'] . "
Detail" . $row['job_description'] . "
Interests : " . $data['interest'] . " Expire: " . $row['expire']."
If you are interested in this task, send message to the owner

If you have any questions about this task :" + . "

If you have any questions about this task:" . "
" . "" . "
" . "
"; + . "
Interested in this task ?
" + . "
Send Interest Request
" + ."
Interests : " . $data['interest'] . "

Expire:
" . $row['expire']."
"; } public function viewmyjob() { diff --git a/www/application/views/jobs/view_market.php b/www/application/views/jobs/view_market.php index 089d4e3e..42ace573 100644 --- a/www/application/views/jobs/view_market.php +++ b/www/application/views/jobs/view_market.php @@ -98,13 +98,13 @@ - +