This commit is contained in:
2022-08-31 21:06:38 -04:00
parent 9ec5e63c07
commit 46985d09b3
2 changed files with 9 additions and 9 deletions
+6 -6
View File
@@ -685,19 +685,19 @@ echo $this->getMarketInterestMessage( $in['offer_code'], $out['client_id'] );
return "<div class='card-body'><table class='table table-sm table-hover table-bordered table-condensed' style='background-color: #ffffff;'><tr><td colspan='2' ><b>" . $row['offer_code'] . "</b> Timeline:" . $row['timeline_days'] . " day(s) - <b>Budget: </b> " . $row['price'] * 0.01 . " Naira</td></tr>"
return "<div class='card-body'><table class='table'><tr><td><table class='table table-sm table-hover table-bordered table-condensed' style='background-color: #ffffff;'><tr><td colspan='2' ><b>" . $row['offer_code'] . "</b> Timeline:" . $row['timeline_days'] . " day(s) - <b>Budget: </b> " . $row['price'] * 0.01 . " Naira</td></tr>"
. "<tr><td style='width:100px;'><b>Title</b></td><td>" . $row['title'] . "</td></tr>"
. "<tr><td><b>Description</b></td><td>" . $row['description'] . "</td></tr>"
. "<tr><td><b>Detail</b></td><td>" . $row['job_description'] . "</td></tr>"
. "<tr><td colspan='2' >Interests : <b>" . $data['interest'] . "</b> Expire:<b> " . $row['expire']."</b> </td></tr>"
. "<tr><td colspan='2' style='text-align:center; padding-bottom: 10px;'><b>If you are interested in this task, send message to the owner </b><input type=submit id='submit_interest_" . $row['offer_code'] . "' name=\"mview\" onclick=\"return SInterest('" . $row['offer_code'] . "');\" class=\"btn btn-success btn-xs\" value=\"Send Interest Request\"></td></tr>"
. "<tr><td colspan='2'><div id='" . $row['offer_code'] . "'></div><hr size='1'></td></tr>"
."<tr><td colspan='2'>If you have any questions about this task :"
. "<tr><td colspan='2' ><hr> </td></tr>"
."<tr><td colspan='2'> If you have any questions about this task:"
. "<div id='msg_result_" . $row['offer_code'] . "'><form name=\"job_message\"><table class='table table-striped table-hover table-bordered table-condensed'>"
. "<tr><td><textarea name='yourmessage' cols=\"5\" rows=\"3\" class=\"textarea form-control\" class=\"btn btn-warning btn-xs\" placeholder=\"Enter message here ...\"></textarea></td></tr>"
. "<tr><td style='text-align:right;'><button id='submit_yourmessage_" . $row['offer_code'] . "' onclick=\"return OMessage('" . $row['offer_code'] . "');\" class=\"btn btn-warning btn-sm\">Send Message</button></td></tr></table></form></div>"
. "</td></tr>"
. " </table></div>";
. " </table></td><td style=\"width:90px; padding: 5px; background-color: aliceblue;\"><b>Interested in this task ?</b><hr>"
. "<div type=submit id='submit_interest_" . $row['offer_code'] . "' name=\"mview\" onclick=\"return SInterest('" . $row['offer_code'] . "');\" class=\"btn btn-success btn-sm\" style='width: 85px; height: auto' value=\"Send Interest Request\">Send Interest Request</div><div id='" . $row['offer_code'] . "'></div>"
."<hr size='1'>Interests : <b>" . $data['interest'] . "</b><hr><br> Expire:<br><b> " . $row['expire']."</b> </td></tr></table></div>";
}
public function viewmyjob() {
+3 -3
View File
@@ -98,13 +98,13 @@
<div class="modal-body scroll-y px-10 px-lg-15 pt-0 pb-15">
<!-- Basic modal -->
<div id="modal_theme_primary" class="modal fade">
<div class="modal-dialog modal-dialog-centered mw-650px">
<div class="modal-content">
<!--begin::Modal header-->
<div class="modal-content rounded">
<!--begin::Modal header-->
<div class="modal-header pb-0 border-0 justify-content-end">
<!--begin::Close-->
<div class="btn btn-sm btn-icon btn-active-color-primary" data-bs-dismiss="modal">