This commit is contained in:
2022-09-18 22:08:04 -04:00
parent a145807138
commit 4ec6571a76
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -184,7 +184,7 @@ class Dash extends Users_Controller {
if ($offer_found == false) {
$data["dash_title"] = "<a href='/jobs/pendingoffer'>Offer(s)</a>";
$data["dash_title"] = "<a href='/jobs/pendingoffer'>Active Offer(s)</a>";
$jbx = "''/jobs/viewmyjob''";
$mysql = "SELECT jo.added::date||'<br>'||jo.expire::date AS pdate, jo.added::date AS start_job_date , jo.expire::date AS end_job_date, j.title, (CASE WHEN jo.public_view > 0 THEN '-Public View' ELSE jo.email END) AS tRec,'\/jobs\/viewmyjob' AS qpath,"
. 'CASE WHEN jo.status = 1 AND jo.public_view =0 THEN \'Pending\' WHEN jo.status = 1 AND jo.public_view >0 THEN \'Active\' ELSE \'Other\' END AS status,'
@@ -227,7 +227,7 @@
</span>
<!--end::Svg Icon-->
</span>
<span class="menu-title">my Market Jobs[<?php echo $_SESSION["active_offers_count"]; ?>]</span>
<span class="menu-title">Active Offers [<?php echo $_SESSION["active_offers_count"]; ?>]</span>
</span>
</div>