fix
This commit is contained in:
@@ -88,30 +88,10 @@
|
||||
<div class="fv-plugins-message-container invalid-feedback"></div></div>
|
||||
<!--end::Input group-->
|
||||
|
||||
<!--begin::Input group-->
|
||||
<div class="d-flex flex-column mb-5 fv-row">
|
||||
<!--begin::Label-->
|
||||
<label class="fs-5 fw-bold mb-2">Timeline</label>
|
||||
<!--end::Label-->
|
||||
<!--begin::Input-->
|
||||
<select class="form-select form-select-solid form-select-lg" name='timeline'>
|
||||
<option value="0">Select Market Timeline for this job</option>
|
||||
<option value="2">2 days</option>
|
||||
<option value="3">3 days</option>
|
||||
<option value="4">4 days</option>
|
||||
<option value="5">5 days</option>
|
||||
<option value="6">6 days</option>
|
||||
<option value="7">1 week</option>
|
||||
<option value="14">2 weeks</option>
|
||||
<option value="21">3 weeks</option>
|
||||
<option value="30">1 Month</option>
|
||||
<option value="60">2 Months</option>
|
||||
</select>
|
||||
<!--end::Input-->
|
||||
<label class="fs-5 fw-bold mb-2">Timeline <span style="font-size:smaller;color: green;">(how long do you want to present this task to the public anytime) </span></label>
|
||||
<?=$timeline_combo?>
|
||||
</div>
|
||||
<!--end::Input group-->
|
||||
|
||||
|
||||
|
||||
<div class="d-flex flex-column mb-5 fv-row">
|
||||
<div class="row mb-5">
|
||||
@@ -164,21 +144,29 @@
|
||||
<div class="card-body pt-2">
|
||||
<!--begin::Item-->
|
||||
<?php
|
||||
foreach ($recentjobs as $row)
|
||||
{
|
||||
?>
|
||||
<div class="d-flex align-items-center mb-8" >
|
||||
<!--begin::Description-->
|
||||
<div class="flex-grow-1">
|
||||
<a href="#" onclick="return post_nav_find_action('/jobs/processjob', '<?=$row->id?>')" class="text-gray-800 text-hover-primary fw-bolder fs-6"><?=$row->title?></a>
|
||||
<span class="text-muted fw-bold d-block"><?=$row->created?></span>
|
||||
</div>
|
||||
<!--end::Description-->
|
||||
<a href="#" onclick="return post_nav_find_action('/jobs/processjob', '<?=$row->id?>')" class="badge badge-light-success fs-8 fw-bolder">View</a>
|
||||
</div>
|
||||
if ($recentjobs_count > 0){
|
||||
|
||||
<?php
|
||||
foreach ($recentjobs as $row)
|
||||
{
|
||||
?>
|
||||
<div class="d-flex align-items-center mb-8" >
|
||||
<!--begin::Description-->
|
||||
<div class="flex-grow-1">
|
||||
<a href="#" onclick="return post_nav_find_action('/jobs/processjob', '<?=$row->id?>')" class="text-gray-800 text-hover-primary fw-bolder fs-6"><?=$row->title?></a>
|
||||
<span class="text-muted fw-bold d-block"><?=$row->created?></span>
|
||||
</div>
|
||||
<!--end::Description-->
|
||||
<a href="#" onclick="return post_nav_find_action('/jobs/processjob', '<?=$row->id?>')" class="badge badge-light-success fs-8 fw-bolder">View</a>
|
||||
</div>
|
||||
|
||||
<?php
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
?>
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user